]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
24 years agoAdded a warning debug if cli_samr_lookup_rids is called with more than 1000
Tim Potter [Mon, 23 Jul 2001 03:05:01 +0000 (03:05 +0000)] 
Added a warning debug if cli_samr_lookup_rids is called with more than 1000
rids as this seems to crash LSASS.EXE more often than not.

24 years agoif EILSEQ doesn't exist then use EIO. It doesn't really matter what
Andrew Tridgell [Sun, 22 Jul 2001 10:50:21 +0000 (10:50 +0000)] 
if EILSEQ doesn't exist then use EIO. It doesn't really matter what
error code we use, as long as its not another one that iconv() can
give.

24 years agochanged the iconv interface to go via ucs2 for all conversions. This
Andrew Tridgell [Sun, 22 Jul 2001 07:38:32 +0000 (07:38 +0000)] 
changed the iconv interface to go via ucs2 for all conversions. This
fixes some problems wih some character sets and allows for using
internal charsets in conjunction with ionv charsets
this makes us slower but more correct. speed will come later.

24 years agoswitch from UCS2 to UCS-2LE
Andrew Tridgell [Sun, 22 Jul 2001 00:27:30 +0000 (00:27 +0000)] 
switch from UCS2 to UCS-2LE

24 years agoThis patch fixes up a few issues where we would do lookups in the local system
Andrew Bartlett [Sat, 21 Jul 2001 02:23:19 +0000 (02:23 +0000)] 
This patch fixes up a few issues where we would do lookups in the local system
on username we already know are perfectly valid, and in their final form.  In
particular we don't want to do a lookup for DOMAIN\nobody, it just does not
make sense, nor should we do map_username and the like if the username is as
specified in the vuid - we have done it already.

Andrew Bartlett

24 years agoThis should fix the build, I think tpot just missed the file for his CVS
Andrew Bartlett [Fri, 20 Jul 2001 10:06:35 +0000 (10:06 +0000)] 
This should fix the build, I think tpot just missed the file for his CVS
commit.  It seems to work fine, but if its not the right fix then just yell.

Andrew Bartlett

24 years ago^$&%&*$&)% readline uses \n characters instead of letting the terminal wrap
Tim Potter [Fri, 20 Jul 2001 07:46:39 +0000 (07:46 +0000)] 
^$&%&*$&)% readline uses \n characters instead of letting the terminal wrap
the screen.  This mucks up expect something severe.  )-:

Don't use readline if the CLI_NO_READLINE environment variable is set.

24 years agoIn cli_lsa_lookup_sids() don't append a separator character between domain
Tim Potter [Fri, 20 Jul 2001 06:25:12 +0000 (06:25 +0000)] 
In cli_lsa_lookup_sids() don't append a separator character between domain
and name if there is no name.

24 years agoStarted adding some help/usage info for rpcclient commands.
Tim Potter [Fri, 20 Jul 2001 04:38:58 +0000 (04:38 +0000)] 
Started adding some help/usage info for rpcclient commands.

24 years agoChanged the cli_lsa_lookup_sids() function to unpack the domain and user or
Tim Potter [Fri, 20 Jul 2001 01:35:00 +0000 (01:35 +0000)] 
Changed the cli_lsa_lookup_sids() function to unpack the domain and user or
group using rpcstr_pull_unistr2_fstring rather than pull_ascii_fstring (!!)

24 years agoIt looks like the rpc client code in libsmb hasn't been converted to the
Tim Potter [Fri, 20 Jul 2001 01:32:56 +0000 (01:32 +0000)] 
It looks like the rpc client code in libsmb hasn't been converted to the
new internal string stuff.  The main problem is that some unicode strings
are null terminated and some aren't.  There's no rhyme or reason to it -
some pipes have 99% of the strings terminated and some have 99%
unterminated.  To avoid having to actually know the termination policy, I
propose a set of functions that take a UNISTR2* and use the length
contained there.

Added rpcstr_pull_unistr2_string() function to convert a unicode string of
dubious termination to a fstring.

24 years agoMerged across rewritten version of winbindd_kill_connections(). This now
Tim Potter [Thu, 19 Jul 2001 09:18:23 +0000 (09:18 +0000)] 
Merged across rewritten version of winbindd_kill_connections().  This now
works much better with trusted domains whose DCs cannot be reached.

I'm pretty impressed with how much faster winbindd is in HEAD rather than
TNG.  A lot fewer unecessary name lookups are performed and it feels a lot
zippier now.

24 years agoAdded some documentation for using -U with -j in order to join a domain
Tim Potter [Thu, 19 Jul 2001 09:06:50 +0000 (09:06 +0000)] 
Added some documentation for using -U with -j in order to join a domain
without first having to create an account using the server manager.

24 years ago#ifdef'ed out some unused functions.
Tim Potter [Thu, 19 Jul 2001 07:44:59 +0000 (07:44 +0000)] 
#ifdef'ed out some unused functions.

24 years agoReran autoconf.
Tim Potter [Thu, 19 Jul 2001 07:19:53 +0000 (07:19 +0000)] 
Reran autoconf.

24 years agothe nss and pam modules in winbind don't have strchr_m() yet, so use
Andrew Tridgell [Wed, 18 Jul 2001 21:50:20 +0000 (21:50 +0000)] 
the nss and pam modules in winbind don't have strchr_m() yet, so use
strchr() for the moment

24 years agoremoved some unnecessary code
Andrew Tridgell [Wed, 18 Jul 2001 21:48:36 +0000 (21:48 +0000)] 
removed some unnecessary code

24 years agoFix the PIC flag for IRIX
Richard Sharpe [Wed, 18 Jul 2001 02:58:19 +0000 (02:58 +0000)] 
Fix the PIC flag for IRIX

24 years agodon't test for root ownership of profile shared memory segment
Herb Lewis [Wed, 18 Jul 2001 01:13:16 +0000 (01:13 +0000)] 
don't test for root ownership of profile shared memory segment

24 years agoTidied up calling yield_connection on connection allocation fail.
Jeremy Allison [Tue, 17 Jul 2001 22:04:46 +0000 (22:04 +0000)] 
Tidied up calling yield_connection on connection allocation fail.
Restore debug message to level zero.
Jeremy.

24 years agoConnection record not existing is not a debug level 0.
Jeremy Allison [Tue, 17 Jul 2001 21:32:33 +0000 (21:32 +0000)] 
Connection record not existing is not a debug level 0.
Jeremy.

24 years agoFixes from Jens-Uwe.Walther@force.de to make the -l option behave
Jeremy Allison [Tue, 17 Jul 2001 20:42:59 +0000 (20:42 +0000)] 
Fixes from Jens-Uwe.Walther@force.de to make the -l option behave
consistently.
Jeremy.

24 years agomove the global_machine_password_needs_changing where we need it.
Simo Sorce [Tue, 17 Jul 2001 08:34:12 +0000 (08:34 +0000)] 
move the global_machine_password_needs_changing where we need it.

24 years agoFix usermanager for domains - we were returning no memory when we
Jeremy Allison [Tue, 17 Jul 2001 02:26:04 +0000 (02:26 +0000)] 
Fix usermanager for domains - we were returning no memory when we
should have been returning empty space at end of enumeration.
Jeremy.

24 years agoiFix from "Shahms E. King" <shahms@shahms.com> to get cups user name
Jeremy Allison [Tue, 17 Jul 2001 00:39:07 +0000 (00:39 +0000)] 
iFix from "Shahms E. King" <shahms@shahms.com> to get cups user name
right.
Jeremy.

24 years agoFix for incorrect creation of print job names, based on a patch by
Jeremy Allison [Mon, 16 Jul 2001 23:39:26 +0000 (23:39 +0000)] 
Fix for incorrect creation of print job names, based on a patch by
José M.Rodríguez <josemi@iies.es>
Jeremy.

24 years agoFix from bernd@arresum.inka.de for broken krb configure.
Jeremy Allison [Mon, 16 Jul 2001 22:58:47 +0000 (22:58 +0000)] 
Fix from bernd@arresum.inka.de for broken krb configure.
Jeremy.

24 years agoFix from Jim Vopni - muliple definitions of "letter".
Jeremy Allison [Mon, 16 Jul 2001 19:36:44 +0000 (19:36 +0000)] 
Fix from Jim Vopni - muliple definitions of "letter".
Jeremy.

24 years agoTest if machine password has expired.
Simo Sorce [Mon, 16 Jul 2001 12:16:48 +0000 (12:16 +0000)] 
Test if machine password has expired.
This test was lost somehow...

24 years agoA few tweaks around linking libsmbclient
Richard Sharpe [Sat, 14 Jul 2001 02:52:41 +0000 (02:52 +0000)] 
A few tweaks around linking libsmbclient

24 years agoChanged instances of TRUE, FALSE to True, False as some compilers don't
Tim Potter [Thu, 12 Jul 2001 22:27:00 +0000 (22:27 +0000)] 
Changed instances of TRUE, FALSE to True, False as some compilers don't
have the first set of symbols.

24 years agoRemoved unused variable.
Tim Potter [Thu, 12 Jul 2001 22:19:39 +0000 (22:19 +0000)] 
Removed unused variable.

24 years agoFix a stupid error in passing options to CC under AIX
Richard Sharpe [Thu, 12 Jul 2001 07:23:14 +0000 (07:23 +0000)] 
Fix a stupid error in passing options to CC under AIX

24 years agoToomas Soome's fix for joining a domain the old way.
Jeremy Allison [Wed, 11 Jul 2001 18:52:43 +0000 (18:52 +0000)] 
Toomas Soome's fix for joining a domain the old way.
Jeremy.

24 years agoSome minor doco on what the build_farm dir does
Andrew Bartlett [Wed, 11 Jul 2001 10:53:41 +0000 (10:53 +0000)] 
Some minor doco on what the build_farm dir does

24 years agoI think this was just a typo... If there was some method to the madness then
Andrew Bartlett [Wed, 11 Jul 2001 10:03:34 +0000 (10:03 +0000)] 
I think this was just a typo...  If there was some method to the madness then
please yell, but the build has been broken for long enough.

Andrew Bartlett

24 years agoThis backs out my last change, which broke some of the finer points of RPC
Andrew Bartlett [Wed, 11 Jul 2001 04:27:03 +0000 (04:27 +0000)] 
This backs out my last change, which broke some of the finer points of RPC
coding :-).  I'll be more carfull in this area in future.

This does not back out the cli_login change, so domain logons still work, but
only for english.

Andrew Bartlett

24 years agoA serious set of changes to build libsmbclienmt. Copied much ofthis from
Richard Sharpe [Wed, 11 Jul 2001 01:58:37 +0000 (01:58 +0000)] 
A serious set of changes to build libsmbclienmt. Copied much ofthis from
CUPS.

24 years agoAndrew B and I were commiting the same fix at the same time in different
Christopher R. Hertel [Tue, 10 Jul 2001 18:05:29 +0000 (18:05 +0000)] 
Andrew B and I were commiting the same fix at the same time in different
trees.  This change simply brings HEAD and 2.2 in line with one another.
Otherwise the code would be differnt but the meaning would be the same,
which is awkward.
Chris 'fifty-seven commits per line changed' Hertel -)-----

24 years agoFix tree breakage, the last change was entirly non-portable, and we already
Andrew Bartlett [Tue, 10 Jul 2001 17:14:52 +0000 (17:14 +0000)] 
Fix tree breakage, the last change was entirly non-portable, and we already
have this nice variable to do exactly this...

24 years agoThis fixes security=domain, which has been broke since the big charset
Andrew Bartlett [Tue, 10 Jul 2001 17:02:02 +0000 (17:02 +0000)] 
This fixes security=domain, which has been broke since the big charset
changeover.  For my own sainity I have created a new function to fill out both
the header and buffer for a string in an RPC struct.  This DOES NOT take a
length argument, only the actual string to be placed.

The RPC code is currently littered with code that does init_uni_hdr() followed
immidiatly by init_unistr2(), and often the length argument is wrong.  (It was
for the code I changed, even before the charset stuff).  Another bug where we
made strings AT LEAST MAX_UNICODE_LEN long hid this bug.

This works for loopback connections to Samba, and can't be any more broke than
it was before :-).  (We had double and revese conversions, fun...).

In particular this makes us multibyte complient.

In any case, if there are no objections I will slowly convert other bits of
code to the same system.

24 years agoFix from John Malmberg. When I added the additional information to the
Christopher R. Hertel [Tue, 10 Jul 2001 16:10:04 +0000 (16:10 +0000)] 
Fix from John Malmberg.  When I added the additional information to the
debug block that reports multiple query responses I did not notice that
the local answer_ip variable was only selectively set.

Chris -)-----

24 years agoTry to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,
Andrew Bartlett [Tue, 10 Jul 2001 10:27:52 +0000 (10:27 +0000)] 
Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,
but with a more 'interesting' licence.

24 years agoChange the order of the -fPIC and -KPIC tests to ensure that UnixWare
Richard Sharpe [Tue, 10 Jul 2001 07:14:24 +0000 (07:14 +0000)] 
Change the order of the -fPIC  and  -KPIC tests to ensure that UnixWare
is handled.

24 years agomuch better handling of broken DNS servers
Andrew Tridgell [Tue, 10 Jul 2001 02:53:48 +0000 (02:53 +0000)] 
much better handling of broken DNS servers
we no longer lookup our own name when we create a socket in
open_socket_in(). That makes things work much better with the
broken DNS server at VA

24 years agoadded winbind_exclude_domain() so smbd can tell the winbind client
Andrew Tridgell [Tue, 10 Jul 2001 02:28:17 +0000 (02:28 +0000)] 
added winbind_exclude_domain() so smbd can tell the winbind client
code not to do lookups for a particular domain. This allows winbind to
operate on a Samba PDC

24 years agoRemoved unused local variables.
Tim Potter [Tue, 10 Jul 2001 00:02:40 +0000 (00:02 +0000)] 
Removed unused local variables.

24 years agoimplement:
Jean-François Micouleau [Mon, 9 Jul 2001 18:32:54 +0000 (18:32 +0000)] 
implement:
LSA_ENUM_PRIVS
LSA_PRIV_GET_DISPNAME
LSA_ENUM_ACCOUNTS
LSA_OPENACCOUNT
LSA_ENUMPRIVSACCOUNT
LSA_GETSYSTEMACCOUNT

It's a work in progress. nobody should expect it to work

J.F.

24 years agoadd query user info level 20 (for RAS)
Jean-François Micouleau [Mon, 9 Jul 2001 18:25:40 +0000 (18:25 +0000)] 
add query user info level 20 (for RAS)
add query dominfo level 5
some cleanup, don't free talloced memory.
implement delete domain and local groups.

J.F.

24 years agowhen converting ascii to unicode, if the ascii string is NULL, don't
Jean-François Micouleau [Mon, 9 Jul 2001 18:21:03 +0000 (18:21 +0000)] 
when converting ascii to unicode, if the ascii string is NULL, don't
convert it, rpcstr_push doesn't like it.

24 years agosplit the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookups
Jean-François Micouleau [Mon, 9 Jul 2001 18:19:04 +0000 (18:19 +0000)] 
split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookups

J.F.

24 years agowhen retrieving by sid fill also the map.sid field
Jean-François Micouleau [Mon, 9 Jul 2001 18:17:00 +0000 (18:17 +0000)] 
when retrieving by sid fill also the map.sid field

24 years agoallow to rename an NT group
Jean-François Micouleau [Mon, 9 Jul 2001 18:15:28 +0000 (18:15 +0000)] 
allow to rename an NT group

24 years agofixed anonymous login in rpcclient
Andrew Tridgell [Sun, 8 Jul 2001 20:28:17 +0000 (20:28 +0000)] 
fixed anonymous login in rpcclient

24 years agoremoved remnants of libtool
Andrew Tridgell [Sun, 8 Jul 2001 19:18:06 +0000 (19:18 +0000)] 
removed remnants of libtool

24 years agoimproved the command line parsing of rpcclient
Andrew Tridgell [Sun, 8 Jul 2001 18:25:56 +0000 (18:25 +0000)] 
improved the command line parsing of rpcclient

24 years agoallow winbindd to run as non-root so we can test it more easily
Andrew Tridgell [Sun, 8 Jul 2001 18:25:19 +0000 (18:25 +0000)] 
allow winbindd to run as non-root so we can test it more easily

24 years agoformatting fix
Andrew Tridgell [Sun, 8 Jul 2001 18:23:53 +0000 (18:23 +0000)] 
formatting fix

24 years agoadded sec_initial_uid() function so we can ask if a file is owned by
Andrew Tridgell [Sun, 8 Jul 2001 18:22:46 +0000 (18:22 +0000)] 
added sec_initial_uid() function so we can ask if a file is owned by
the initial uid

24 years agofixed the auto-initialisation of the iconv descriptors
Andrew Tridgell [Sun, 8 Jul 2001 18:22:04 +0000 (18:22 +0000)] 
fixed the auto-initialisation of the iconv descriptors

24 years agoUpdate tests, start testing password server code, now I have it working and
Andrew Bartlett [Sun, 8 Jul 2001 14:24:29 +0000 (14:24 +0000)] 
Update tests, start testing password server code, now I have it working and
know what it does...

Andrew Bartlett

24 years agoThis removes unused paramaters from various authtication functions, and should
Andrew Bartlett [Sun, 8 Jul 2001 14:10:30 +0000 (14:10 +0000)] 
This removes unused paramaters from various authtication functions, and should
not change behaviour.

This should make my later diffs smaller, where I actualy start cleaning up this
mess...

Andrew Bartlett

24 years agoFix the loading of configuration files using the include syntax.
Andrew Bartlett [Sun, 8 Jul 2001 13:02:16 +0000 (13:02 +0000)] 
Fix the loading of configuration files using the include syntax.

We had a problem where if a % macro in the smb.conf could be ignored if the
various files it pointed to had the same time-stamp.

This changes the code to insted check that the both the time-stamp and the
substituted filename are the same over each change.

This was picked up only becouse the build-farm automaticly generates its config
files, and hence gets identical timestamps.

(Why this doesn't happen all the time I'm not entirly sure, somthing to do with
the 'test' paramater to reload_services(), but this fixes this problem).

Andrew Bartlett

24 years agofixed some unicode and LANMAN2 bugs in trans2 find first/next
Andrew Tridgell [Sat, 7 Jul 2001 21:24:00 +0000 (21:24 +0000)] 
fixed some unicode and LANMAN2 bugs in trans2 find first/next

24 years agofixed some unicode and LANMAN2 bugs in trans2 find first
Andrew Tridgell [Sat, 7 Jul 2001 21:23:32 +0000 (21:23 +0000)] 
fixed some unicode and LANMAN2 bugs in trans2 find first

24 years agoAdd a new paramater: add machine script
Andrew Bartlett [Sat, 7 Jul 2001 08:45:39 +0000 (08:45 +0000)] 
Add a new paramater:  add machine script

This allows the administrator to define different scripts for adding unix users
and automaticly adding machines.  If it is not defined, it falls back to the
value of 'add user script'.

Andrew Bartlett

24 years agoAdd backend encryption support for NTLMv2.
Andrew Bartlett [Sat, 7 Jul 2001 07:00:15 +0000 (07:00 +0000)] 
Add backend encryption support for NTLMv2.

The leg-work for this was done by the folks at samba-tng.org, I'm just bringing
it accross to HEAD.

The MD5 implementation is seperatly derived, and does not have the copyright
problems that the one in TNG has.

Also add const to a few places where it makes sence.

Andrew Bartlett

24 years agoYou can't dump_data() a function pointer...
Andrew Bartlett [Sat, 7 Jul 2001 06:44:50 +0000 (06:44 +0000)] 
You can't dump_data() a function pointer...

Andrew Bartlett

24 years agoUpdate smbtorture in line with SAMBA_2_2
Andrew Bartlett [Sat, 7 Jul 2001 06:21:32 +0000 (06:21 +0000)] 
Update smbtorture in line with SAMBA_2_2

Andrew Bartlett

24 years agoPassword changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!
Jeremy Allison [Fri, 6 Jul 2001 22:54:49 +0000 (22:54 +0000)] 
Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!
Jeremy.

24 years agofixed strrchr_m
Andrew Tridgell [Fri, 6 Jul 2001 22:32:57 +0000 (22:32 +0000)] 
fixed strrchr_m

24 years agoDon't try and open tdb secrets file in non-root/local mode.
Jeremy Allison [Fri, 6 Jul 2001 21:53:32 +0000 (21:53 +0000)] 
Don't try and open tdb secrets file in non-root/local mode.
Jeremy.

24 years agoWrapped dlerror() in the same way as the other dlxxx() calls.
Jeremy Allison [Fri, 6 Jul 2001 18:45:59 +0000 (18:45 +0000)] 
Wrapped dlerror() in the same way as the other dlxxx() calls.
Jeremy.

24 years agoAdded JF's fix for max_entries being 0.
Jeremy Allison [Fri, 6 Jul 2001 17:40:16 +0000 (17:40 +0000)] 
Added JF's fix for max_entries being 0.
Jeremy.

24 years agoformatting fixes
Andrew Tridgell [Fri, 6 Jul 2001 11:50:45 +0000 (11:50 +0000)] 
formatting fixes

24 years agocheck for initialisation in convert_string()
Andrew Tridgell [Fri, 6 Jul 2001 11:50:07 +0000 (11:50 +0000)] 
check for initialisation in convert_string()
otherwise initial load in smb.conf can fail

24 years agoA program to display a tree of domains, servers and shares similar to the
Tim Potter [Fri, 6 Jul 2001 10:49:34 +0000 (10:49 +0000)] 
A program to display a tree of domains, servers and shares similar to the
network neighbourhood graph.  Still needs a bit of work.

24 years agofixed a silly bug in the internal UTF8 implementation
Andrew Tridgell [Fri, 6 Jul 2001 08:59:50 +0000 (08:59 +0000)] 
fixed a silly bug in the internal UTF8 implementation

24 years agofixed bug where we looked at the first byte of a password to determine
Andrew Tridgell [Fri, 6 Jul 2001 04:08:24 +0000 (04:08 +0000)] 
fixed bug where we looked at the first byte of a password to determine
if the password is blank. That ain't valid with encrypted passwords!

Jeremy, this changes the semantics of session setup. We no longer
automatically set guest=True when the client happens to choose their
username == the guest username. Instead we rely on the map_to_guest
code. I'm pretty sure this is now the right thing, but please look at
it carefully before putting it in 2.2

This is the bug that was causing the build farm to sometimes
fail. Basically we failed every 256 attempts - ie. when the first byte
of the encrypted password happened to be 0

24 years agogot rid of insanely verbose debug messages on startup
Andrew Tridgell [Fri, 6 Jul 2001 03:18:54 +0000 (03:18 +0000)] 
got rid of insanely verbose debug messages on startup

24 years agofixed inetd operation as non-root
Andrew Tridgell [Fri, 6 Jul 2001 02:25:03 +0000 (02:25 +0000)] 
fixed inetd operation as non-root

24 years agoadded some comments and removed an unnecessary check
Andrew Tridgell [Fri, 6 Jul 2001 00:14:56 +0000 (00:14 +0000)] 
added some comments and removed an unnecessary check

24 years agoFix race where wrong action (created or opened) could be returned.
Jeremy Allison [Thu, 5 Jul 2001 23:37:09 +0000 (23:37 +0000)] 
Fix race where wrong action (created or opened) could be returned.
Jeremy.

24 years agoFix for enumerating large numbers of users.
Jeremy Allison [Thu, 5 Jul 2001 22:36:25 +0000 (22:36 +0000)] 
Fix for enumerating large numbers of users.
Jeremy.

24 years agoFix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB
Jeremy Allison [Thu, 5 Jul 2001 18:07:46 +0000 (18:07 +0000)] 
Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB
for help on this.
Jeremy.

24 years agoAllow user to specify CFLAGS even when using configure.developer
Andrew Bartlett [Thu, 5 Jul 2001 12:28:01 +0000 (12:28 +0000)] 
Allow user to specify CFLAGS even when using configure.developer

Andrew Bartlett

24 years agoremoved an unreachable statement
Andrew Tridgell [Thu, 5 Jul 2001 11:46:36 +0000 (11:46 +0000)] 
removed an unreachable statement

24 years agoAllow us to vary the log-level, so we can run at level 1 normally,
Andrew Bartlett [Thu, 5 Jul 2001 11:34:50 +0000 (11:34 +0000)] 
Allow us to vary the log-level, so we can run at level 1 normally,
and push it to 10 when we fail (we redo the test).

Also disable the server-level security testing till it know what it does

Andrew Bartlett

24 years agothis fixes the failure of MS office on VFAT partitions on Linux
Andrew Tridgell [Thu, 5 Jul 2001 10:33:10 +0000 (10:33 +0000)] 
this fixes the failure of MS office on VFAT partitions on Linux

The problem is that ftruncate can't expand on VFAT, but it can on
ext2. That means our autoconf test is useless. I have recoded it to
use the alternative to ftruncate when then sys_ftruncate fails.

Jeremy, do you want this for 2.2.1?

24 years agoRenamed formal parameter fd to fnum because we're talking about SMB file
Tim Potter [Thu, 5 Jul 2001 08:24:03 +0000 (08:24 +0000)] 
Renamed formal parameter fd to fnum because we're talking about SMB file
handles, not unix ones.

24 years agoadded line-feed at end of templates
Andrew Tridgell [Thu, 5 Jul 2001 06:51:47 +0000 (06:51 +0000)] 
added line-feed at end of templates

24 years agofixed a bug in the parameters SMBctemp uses in open_file_shared()
Andrew Tridgell [Thu, 5 Jul 2001 06:39:15 +0000 (06:39 +0000)] 
fixed a bug in the parameters SMBctemp uses in open_file_shared()

24 years agofixed compilation of masktest on AIX
Andrew Tridgell [Thu, 5 Jul 2001 05:53:08 +0000 (05:53 +0000)] 
fixed compilation of masktest on AIX

24 years agouse alpha_strcpy on DNS names
Andrew Tridgell [Thu, 5 Jul 2001 04:44:09 +0000 (04:44 +0000)] 
use alpha_strcpy on DNS names

24 years agouse alpha_strcpy on the domain as it comes off the wire
Andrew Tridgell [Thu, 5 Jul 2001 04:34:50 +0000 (04:34 +0000)] 
use alpha_strcpy on the domain as it comes off the wire

24 years agooptimised the 7 bit case for utf8 conversion
Andrew Tridgell [Thu, 5 Jul 2001 00:57:42 +0000 (00:57 +0000)] 
optimised the 7 bit case for utf8 conversion

24 years agomake sure we reset the shift state on error for charsets like SJIS
Andrew Tridgell [Thu, 5 Jul 2001 00:04:30 +0000 (00:04 +0000)] 
make sure we reset the shift state on error for charsets like SJIS

24 years agoallow to use usrmgr/svrmgr tools in win95
Jean-François Micouleau [Wed, 4 Jul 2001 21:57:03 +0000 (21:57 +0000)] 
allow to use usrmgr/svrmgr tools in win95

pretty cool

24 years agounicode string length is twice longer ;-)
Jean-François Micouleau [Wed, 4 Jul 2001 18:57:16 +0000 (18:57 +0000)] 
unicode string length is twice longer ;-)

24 years agoadded builtin support for UTF8
Andrew Tridgell [Wed, 4 Jul 2001 15:08:30 +0000 (15:08 +0000)] 
added builtin support for UTF8