]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
24 years agoMove the claim_connection stuff till a little later in the process.
Andrew Bartlett [Fri, 17 Aug 2001 08:44:04 +0000 (08:44 +0000)] 
Move the claim_connection stuff till a little later in the process.
(You don't have to clean up somthing you haven't done yet...)

24 years agoMove admin user check into a helper function.
Andrew Bartlett [Fri, 17 Aug 2001 08:12:33 +0000 (08:12 +0000)] 
Move admin user check into a helper function.

Formatting fixes.

24 years agoMove read only check into a helper funcion. Ensure conn->service is set
Andrew Bartlett [Fri, 17 Aug 2001 07:48:25 +0000 (07:48 +0000)] 
Move read only check into a helper funcion.  Ensure conn->service is set
before we use it to find a share's details.

24 years agoRestore a debug I think I dropped earlier
Andrew Bartlett [Fri, 17 Aug 2001 07:47:10 +0000 (07:47 +0000)] 
Restore a debug I think I dropped earlier

24 years agosmbd/auth_server: Doco, we want to use cli_nt_error here soon
Andrew Bartlett [Fri, 17 Aug 2001 07:03:27 +0000 (07:03 +0000)] 
smbd/auth_server: Doco, we want to use cli_nt_error here soon

smbd/password.c: We don't use globals here anymore

smbd/reply.c: Tidyness, global_myworkgroup must die!

smbd/service.c:  Move some of the make_connection code into a helper
                 function.

24 years agoStyle cleanup for the last vuid change.
Andrew Bartlett [Fri, 17 Aug 2001 06:06:56 +0000 (06:06 +0000)] 
Style cleanup for the last vuid change.

Style, doco and DEBUG() fixes for auth_smbpasswd.c
(In particular for the account control call).

Andrew Bartlett

24 years agoOne less getpwnam() call...
Andrew Bartlett [Fri, 17 Aug 2001 05:38:44 +0000 (05:38 +0000)] 
One less getpwnam() call...

Andrew Bartlett

24 years agoremoved unused file
Andrew Tridgell [Thu, 16 Aug 2001 07:22:47 +0000 (07:22 +0000)] 
removed unused file

24 years agoremoved unused file
Andrew Tridgell [Thu, 16 Aug 2001 07:15:57 +0000 (07:15 +0000)] 
removed unused file

24 years agoAdded Jim McDonough's Win9x take ownership fix.
Jeremy Allison [Mon, 13 Aug 2001 23:19:16 +0000 (23:19 +0000)] 
Added Jim McDonough's Win9x take ownership fix.
Jeremy.

24 years agomerge from 2.2
Gerald Carter [Mon, 13 Aug 2001 21:30:27 +0000 (21:30 +0000)] 
merge from 2.2

24 years agoAdd printing of errno when POSIX lock requests fail.
Jeremy Allison [Mon, 13 Aug 2001 17:58:54 +0000 (17:58 +0000)] 
Add printing of errno when POSIX lock requests fail.
Jeremy.

24 years agoMoved across definition of dos error types from smb.h to doserr.h
Tim Potter [Mon, 13 Aug 2001 05:26:33 +0000 (05:26 +0000)] 
Moved across definition of dos error types from smb.h to doserr.h

24 years agoConverted to new error API.
Tim Potter [Mon, 13 Aug 2001 04:08:42 +0000 (04:08 +0000)] 
Converted to new error API.

Now that we support NT errors from the client, appropriate values will need
to be filled in for the various invocations of check_error() within the
torture code.

24 years agoFixed typo in debug message.
Tim Potter [Mon, 13 Aug 2001 02:39:13 +0000 (02:39 +0000)] 
Fixed typo in debug message.

24 years agoFixed up 'orrible formatting.
Tim Potter [Mon, 13 Aug 2001 02:33:24 +0000 (02:33 +0000)] 
Fixed up 'orrible formatting.

24 years agoFixed crash bug when attempting to list contents of non-existent
Tim Potter [Sun, 12 Aug 2001 23:53:26 +0000 (23:53 +0000)] 
Fixed crash bug when attempting to list contents of non-existent
directory.

24 years agothis is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce [Sun, 12 Aug 2001 17:30:01 +0000 (17:30 +0000)] 
this is a big global fix for the ptr = Realloc(ptr, size) bug.
many possible mem leaks, and segfaults fixed.

someone should port this fix to 2.2 also.

24 years agoKill of idra's extra become_root()/unbecome_root() now I have fixed the actual
Andrew Bartlett [Sun, 12 Aug 2001 12:23:50 +0000 (12:23 +0000)] 
Kill of idra's extra become_root()/unbecome_root() now I have fixed the actual
problem.

Andrew Bartlett

24 years agoThis patch does a number of things, mostly smaller than they look :-)
Andrew Bartlett [Sun, 12 Aug 2001 11:19:57 +0000 (11:19 +0000)] 
This patch does a number of things, mostly smaller than they look :-)

In particuar, it moves the domain_client_validate stuff out of
auth_domain.c to somwhere where they (I hope) they can be shared
with winbind better.  (This may need some work)

The main purpose of this patch was however to improve some of the
internal documentation and to correctly place become_root()/unbecome_root()
calls within the code.

Finally this patch moves some more of auth.c into other files, auth_unix.c
in this case.

Andrew Bartlett

24 years agoit was half committed last time,
Simo Sorce [Sun, 12 Aug 2001 09:18:31 +0000 (09:18 +0000)] 
it was half committed last time,
thanks to Hasch@t-online.de (Juergen Hasch) for spotting that.

24 years agoWithout this become_root()/unbecome_root() pair I was not able to login
Simo Sorce [Sat, 11 Aug 2001 16:34:11 +0000 (16:34 +0000)] 
Without this become_root()/unbecome_root() pair I was not able to login
when samba acting as a PDC.
I also removed a pdb_free_sam(sampass), because it sampass was never
initialized before...

Please abartlet can you check this patch is ok?
I feel like this was a bad check-in

24 years agoAdded Mike Davidsons Tru64 ACL patch.
Jeremy Allison [Fri, 10 Aug 2001 20:48:25 +0000 (20:48 +0000)] 
Added Mike Davidsons Tru64 ACL patch.
Jeremy.

24 years agoMerge in the NT drivers changes from 2.2.
Jeremy Allison [Fri, 10 Aug 2001 19:38:53 +0000 (19:38 +0000)] 
Merge in the NT drivers changes from 2.2.
Jeremy.

24 years ago- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce [Fri, 10 Aug 2001 09:52:10 +0000 (09:52 +0000)] 
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
- ported two rpc back from TNG (WINREG: shutdown and abort shutdown)
- some optimizations and changed some DEBUG statement in loadparm.c
- changed rpcclient a bit moved from non reentrant next_token_nr to next_token
- in cmd_reg.c not sure if getopt will work ok on all platforms only setting optind=0

24 years agoDebug cleanups.
Tim Potter [Fri, 10 Aug 2001 07:41:18 +0000 (07:41 +0000)] 
Debug cleanups.

24 years agoHad the test for cli_is_error() reversed. You idiot Stimpy!
Tim Potter [Fri, 10 Aug 2001 06:46:11 +0000 (06:46 +0000)] 
Had the test for cli_is_error() reversed.  You idiot Stimpy!

24 years agoFixes for new client error api.
Tim Potter [Fri, 10 Aug 2001 06:16:05 +0000 (06:16 +0000)] 
Fixes for new client error api.

24 years agoUse new client error api.
Tim Potter [Fri, 10 Aug 2001 06:11:31 +0000 (06:11 +0000)] 
Use new client error api.

24 years agoUse the new client error api.
Tim Potter [Fri, 10 Aug 2001 06:01:11 +0000 (06:01 +0000)] 
Use the new client error api.

24 years agoA rewrite of the error handling in the libsmb client code. I've separated
Tim Potter [Fri, 10 Aug 2001 06:00:33 +0000 (06:00 +0000)] 
A rewrite of the error handling in the libsmb client code.  I've separated
out the error handling into a bunch of separate functions rather than all
being handled in one big function.

Fetch error codes from the last received packet:

    void cli_dos_error(struct cli_state *cli, uint8 *eclass, uint32 *num);
    uint32 cli_nt_error(struct cli_state *);

Convert errors to UNIX errno values:

    int cli_errno_from_dos(uint8 eclass, uint32 num);
    int cli_errno_from_nt(uint32 status);
    int cli_errno(struct cli_state *cli);

Detect different kinds of errors:

    BOOL cli_is_dos_error(struct cli_state *cli);
    BOOL cli_is_nt_error(struct cli_state *cli);
    BOOL cli_is_error(struct cli_state *cli);

This also means we now support CAP_STATUS32 as we can decode and understand
NT errors instead of just DOS errors.  Yay!

Ported a whole bunch of files in libsmb to use this new API instead of the
just the DOS error.

24 years agoMore constant conversions.
Tim Potter [Fri, 10 Aug 2001 05:50:47 +0000 (05:50 +0000)] 
More constant conversions.

24 years agoRemoved nt_error field from cli_state as it was not used anywhere.
Tim Potter [Fri, 10 Aug 2001 05:50:20 +0000 (05:50 +0000)] 
Removed nt_error field from cli_state as it was not used anywhere.

24 years agoReplaced the duplicate DOS constants with appropriate ones from doserr.h to
Tim Potter [Fri, 10 Aug 2001 05:41:53 +0000 (05:41 +0000)] 
Replaced the duplicate DOS constants with appropriate ones from doserr.h to
emphasise the fact that the spoolss pipe returns DOS error codes instead of
32-bit nt status codes.

24 years agoMoved dos error codes from smb.h into new file doserr.h
Tim Potter [Fri, 10 Aug 2001 05:37:52 +0000 (05:37 +0000)] 
Moved dos error codes from smb.h into new file doserr.h

24 years agoChanged the order of arguments in make_oem_passwd_hash(). All the other
Tim Potter [Fri, 10 Aug 2001 04:59:05 +0000 (04:59 +0000)] 
Changed the order of arguments in make_oem_passwd_hash().  All the other
encryption functions have outputs as the last arguments.

24 years agomerge from 2.2
Gerald Carter [Fri, 10 Aug 2001 04:27:26 +0000 (04:27 +0000)] 
merge from 2.2

24 years agoFixed typo in patch.
Jeremy Allison [Fri, 10 Aug 2001 03:17:58 +0000 (03:17 +0000)] 
Fixed typo in patch.
Jeremy.

24 years agoFixed wrong placement of allocate code :-(.
Jeremy Allison [Thu, 9 Aug 2001 20:01:35 +0000 (20:01 +0000)] 
Fixed wrong placement of allocate code :-(.
Changed alignment offset to 1 to allow netmon to parse ok.
Jeremy.

24 years agoAdded fix from Dan Thibadeau @ HP for parsing problem.
Jeremy Allison [Thu, 9 Aug 2001 19:36:12 +0000 (19:36 +0000)] 
Added fix from Dan Thibadeau @ HP for parsing problem.
Jeremy.

24 years agoFix inspired by Don @ HP. Close down password server connection if keepalive
Jeremy Allison [Thu, 9 Aug 2001 19:22:51 +0000 (19:22 +0000)] 
Fix inspired by Don @ HP. Close down password server connection if keepalive
fails.
Jeremy.

24 years agoMerged John's fix.
Jeremy Allison [Thu, 9 Aug 2001 18:20:43 +0000 (18:20 +0000)] 
Merged John's fix.
Jeremy.

24 years agoa few cleanups while mergeing the passdb code into 2.2
Gerald Carter [Thu, 9 Aug 2001 15:53:49 +0000 (15:53 +0000)] 
a few cleanups while mergeing the passdb code into 2.2

24 years agoTry to set the socket options early for some OSs (like Sol 8) where they
Andrew Bartlett [Thu, 9 Aug 2001 12:52:05 +0000 (12:52 +0000)] 
Try to set the socket options early for some OSs (like Sol 8) where they
can't be set after the listen().

Andrew Bartlett

24 years agoLink fix for smbpasswd.
Tim Potter [Thu, 9 Aug 2001 03:41:18 +0000 (03:41 +0000)] 
Link fix for smbpasswd.

24 years agoChange all realloc() statements to Realloc() (ecxept for tdb.c)
Simo Sorce [Wed, 8 Aug 2001 16:54:16 +0000 (16:54 +0000)] 
Change all realloc() statements to Realloc() (ecxept for tdb.c)
changed some code to exploit the fact that Realloc(NULL, size) == malloc(size)
fixed some possible mem leaks, or seg faults.

thanks to andreas moroder (mallocs not checked in client/client.c, client/smbumount.c)

24 years agoSome better debugs for our security=server code. I want to track down why
Andrew Bartlett [Wed, 8 Aug 2001 03:25:47 +0000 (03:25 +0000)] 
Some better debugs for our security=server code.  I want to track down why
we occasionally don't make the connection to the server.

24 years agoMerge of modesty patch from 2.2 spec file.
Tim Potter [Wed, 8 Aug 2001 03:21:43 +0000 (03:21 +0000)] 
Merge of modesty patch from 2.2 spec file.

24 years agoFactored out common rpc pipe initialisation and shutdown code.
Tim Potter [Wed, 8 Aug 2001 03:18:49 +0000 (03:18 +0000)] 
Factored out common rpc pipe initialisation and shutdown code.

24 years agoPatch for having spaces in tdb keys, NULL termination fixes and other
Tim Potter [Tue, 7 Aug 2001 23:21:45 +0000 (23:21 +0000)] 
Patch for having spaces in tdb keys, NULL termination fixes and other
stuff.  From Andrew Esh <AEsh@tricord.com>

24 years agoUpdate to work with no crypt available, just like it will in Samba.
Jeremy Allison [Tue, 7 Aug 2001 19:48:54 +0000 (19:48 +0000)] 
Update to work with no crypt available, just like it will in Samba.
Jermey.

24 years agomerge from 2.2
Gerald Carter [Tue, 7 Aug 2001 19:34:38 +0000 (19:34 +0000)] 
merge from 2.2

24 years agoAlways return NT_STATUS_DISK_FULL, even for quota errors.
Jeremy Allison [Tue, 7 Aug 2001 19:18:27 +0000 (19:18 +0000)] 
Always return NT_STATUS_DISK_FULL, even for quota errors.
Jeremy.

24 years agoAdded fixes to return correct error codes on space allocation fail.
Jeremy Allison [Tue, 7 Aug 2001 01:19:32 +0000 (01:19 +0000)] 
Added fixes to return correct error codes on space allocation fail.
Jeremy.

24 years agoCorrectly report amount written in debug when allocation space.
Jeremy Allison [Tue, 7 Aug 2001 00:36:10 +0000 (00:36 +0000)] 
Correctly report amount written in debug when allocation space.
Jeremy.

24 years agoA collection of fixes/cleanups to the security descriptor code by
Tim Potter [Tue, 7 Aug 2001 00:01:41 +0000 (00:01 +0000)] 
A collection of fixes/cleanups to the security descriptor code by
matt_zinkevicius@hp.com

24 years agoFixed another possible memleak in cli_initialise()
Tim Potter [Mon, 6 Aug 2001 23:29:25 +0000 (23:29 +0000)] 
Fixed another possible memleak in cli_initialise()

24 years agoAdded Gerald's lanman printing only change to HEAD.
Jeremy Allison [Mon, 6 Aug 2001 22:39:51 +0000 (22:39 +0000)] 
Added Gerald's lanman printing only change to HEAD.
Jeremy.

24 years agoFix for getting allocate_file_space to return the correct errno.
Jeremy Allison [Mon, 6 Aug 2001 19:21:23 +0000 (19:21 +0000)] 
Fix for getting allocate_file_space to return the correct errno.
Jeremy.

24 years agoRecord the NT_STATUS constant rather than its number in the logfiles
Andrew Bartlett [Mon, 6 Aug 2001 09:35:08 +0000 (09:35 +0000)] 
Record the NT_STATUS constant rather than its number in the logfiles

Fix typo in lmhosts manpage

24 years agoStop HP/UX building shared libraries for the moment ...
Richard Sharpe [Mon, 6 Aug 2001 08:52:39 +0000 (08:52 +0000)] 
Stop HP/UX building shared libraries for the moment ...

24 years agoWe don't use indent in the HEAD branch.
Tim Potter [Mon, 6 Aug 2001 02:35:14 +0000 (02:35 +0000)] 
We don't use indent in the HEAD branch.

24 years agoCleaned up error handling in cli_initialise() to fix a memleak found by
Tim Potter [Mon, 6 Aug 2001 02:18:40 +0000 (02:18 +0000)] 
Cleaned up error handling in cli_initialise() to fix a memleak found by
Claudia Moroder <claudiamoroder@st-ulrich.suedtirol.net>

24 years agoChanged lone malloc() call to talloc(). Spotted by
Tim Potter [Mon, 6 Aug 2001 02:13:23 +0000 (02:13 +0000)] 
Changed lone malloc() call to talloc().  Spotted by
Claudia Moroder <claudiamoroder@st-ulrich.suedtirol.net>

24 years agoAdded smbtree to list of ignored files.
Tim Potter [Mon, 6 Aug 2001 02:10:59 +0000 (02:10 +0000)] 
Added smbtree to list of ignored files.

24 years agome stupid.
Simo Sorce [Sun, 5 Aug 2001 16:05:40 +0000 (16:05 +0000)] 
me stupid.
never commit without building.
sorry.

24 years agoAnother winbind test - fill in later.
Tim Potter [Sun, 5 Aug 2001 11:19:34 +0000 (11:19 +0000)] 
Another winbind test - fill in later.

24 years agoSome fixes about malloc/Realloc and mem leak
Simo Sorce [Sun, 5 Aug 2001 10:10:16 +0000 (10:10 +0000)] 
Some fixes about malloc/Realloc and mem leak
thanks to andreas moroder

24 years agoPrint an error message if database could not be opened.
Volker Lendecke [Sat, 4 Aug 2001 18:17:30 +0000 (18:17 +0000)] 
Print an error message if database could not be opened.

Volker

24 years agoExtra debug to see what errno is on write fail.
Jeremy Allison [Sat, 4 Aug 2001 00:24:54 +0000 (00:24 +0000)] 
Extra debug to see what errno is on write fail.
Jeremy.

24 years agoThe write zero bytes is an allocate, not set EOF.
Jeremy Allison [Fri, 3 Aug 2001 19:32:33 +0000 (19:32 +0000)] 
The write zero bytes is an allocate, not set EOF.
Jeremy.

24 years agoAdded include guards...
Jeremy Allison [Fri, 3 Aug 2001 17:28:18 +0000 (17:28 +0000)] 
Added include guards...
We may need to rename this file smbauth.h, as auth.h
is so generic it will probably conflict with system header
files on some systems.
Jeremy.

24 years agoThis is the fix for the PAM bug I probably introduced in the previous commit,
Andrew Bartlett [Fri, 3 Aug 2001 13:24:38 +0000 (13:24 +0000)] 
This is the fix for the PAM bug I probably introduced in the previous commit,
which I will confirm once I can find a box it would break on in the first place.

(this is the pam accounts as nobody thing we had with 2.2.0)

Andrew Bartlett

24 years agoThis is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett [Fri, 3 Aug 2001 13:09:23 +0000 (13:09 +0000)] 
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
samba-technical a few weeks ago.

The idea here is to standardize the checking of user names and passwords,
thereby ensuring that all authtentications pass the same standards.  The
interface currently implemented in as

nt_status = check_password(user_info, server_info)

where user_info contains (mostly) the authentication data, and server_info
contains things like the user-id they got, and their resolved user name.

The current ugliness with the way the structures are created will be killed
the next revision, when they will be created and malloced by creator functions.

This patch also includes the first implementation of NTLMv2 in HEAD, but which
needs some more testing.  We also add a hack to allow plaintext passwords to be
compared with smbpasswd, not the system password database.

Finally, this patch probably reintroduces the PAM accounts bug we had in
2.2.0, I'll fix that once this hits the tree.  (I've just finished testing
it on a wide variety of platforms, so I want to get this patch in).

24 years agoFix for smbpasswd set_userinfo24 was in the wrong place!
Tim Potter [Fri, 3 Aug 2001 03:43:24 +0000 (03:43 +0000)] 
Fix for smbpasswd set_userinfo24 was in the wrong place!

24 years agoAllow smbpasswd to join a W2K hosted AD domain.
Jeremy Allison [Thu, 2 Aug 2001 23:48:51 +0000 (23:48 +0000)] 
Allow smbpasswd to join a W2K hosted AD domain.
Jeremy.

24 years agoPut HPUX on mmap blacklist.
Jeremy Allison [Thu, 2 Aug 2001 20:52:57 +0000 (20:52 +0000)] 
Put HPUX on mmap blacklist.
Jeremy.

24 years agoAdded mmap fix to pass lock test from HP.
Jeremy Allison [Thu, 2 Aug 2001 20:17:40 +0000 (20:17 +0000)] 
Added mmap fix to pass lock test from HP.
Ok - now we're no longer trying to reach a silly 1k loc target,
change the formatting to be *readable* - eg.
change if (x) y else z to be :
if (x)
    y
else
    z

and other compact sillyness. Oh look - when I did this I found
some areas where we *WEREN'T CHECKING SYSTEM CALL ERROR RETURNS !!!!*
CompSci 101 guys....... :-).
Jeremy.

24 years agochanged --with-profile to --with-profiling-data to "stop the madness!"
Gerald Carter [Thu, 2 Aug 2001 14:33:32 +0000 (14:33 +0000)] 
changed --with-profile to --with-profiling-data to "stop the madness!"
of people somehow thinking this was related to user profiles.
Hope this is ok Herb.

jerry

24 years agoAdded "strict allocate" per share parameter. This causes actual on-disk allocation
Jeremy Allison [Wed, 1 Aug 2001 22:13:50 +0000 (22:13 +0000)] 
Added "strict allocate" per share parameter. This causes actual on-disk allocation
to be done. Without it just does the ftruncate.
Jeremy.

24 years agoOops. Typo.
Jeremy Allison [Wed, 1 Aug 2001 17:43:57 +0000 (17:43 +0000)] 
Oops. Typo.
Jeremy.

24 years agoPidfile check can be read-only. Removed old ifdef in password.c
Jeremy Allison [Wed, 1 Aug 2001 17:32:45 +0000 (17:32 +0000)] 
Pidfile check can be read-only. Removed old ifdef in password.c
Jeremy.

24 years agoModifying spec files is PITA.
Tim Potter [Wed, 1 Aug 2001 06:03:54 +0000 (06:03 +0000)] 
Modifying spec files is PITA.

 - Install winbind daemon, client programs, nss and pam libraries
 - Removed codepage stuff so spec file works with current HEAD branch

24 years agoTweaked the installdirs target to ignore errors. This allows RPMS to be
Tim Potter [Wed, 1 Aug 2001 05:55:01 +0000 (05:55 +0000)] 
Tweaked the installdirs target to ignore errors.  This allows RPMS to be
built as non-root user, assuming you have permissions set up properly
in your /usr/src/redhat directory.

Added nsswitch sub-target to all target.

24 years agoReran autoconf.
Tim Potter [Wed, 1 Aug 2001 03:19:58 +0000 (03:19 +0000)] 
Reran autoconf.

24 years agoAdded autogenerated spec files for various rpm versions.
Tim Potter [Wed, 1 Aug 2001 02:39:13 +0000 (02:39 +0000)] 
Added autogenerated spec files for various rpm versions.

24 years agoRewrite of winbind autoconf fragment.
Tim Potter [Wed, 1 Aug 2001 02:30:33 +0000 (02:30 +0000)] 
Rewrite of winbind autoconf fragment.

 - can now use --with-winbind to force compilation on systems that are
   not linux or solaris (-:

 - don't compile winbind if the unix domain socket test fails

 - compile right number of bits if --with-pam used

24 years agoFixed up compilation of pam_winbind.so to be consistent with value of
Tim Potter [Wed, 1 Aug 2001 02:12:36 +0000 (02:12 +0000)] 
Fixed up compilation of pam_winbind.so to be consistent with value of
--with-pam passed to configure.

Fixed nsswitch target to compile the sbin and lib winbind targets.

Winbind still doesn't install its lib targets (libnss_winbind.so and
pam_winbind.so) properly - the install script is a big mess.  )-:

24 years agoAdded some command line argument checking and usage info.
Tim Potter [Wed, 1 Aug 2001 01:20:10 +0000 (01:20 +0000)] 
Added some command line argument checking and usage info.

24 years agoAdded and populated .cvsignore files for packaging subdirectories.
Tim Potter [Wed, 1 Aug 2001 01:00:53 +0000 (01:00 +0000)] 
Added and populated .cvsignore files for packaging subdirectories.

24 years agoFix for rare tdb pattern store failure. Found & fixed by Rusty.
Jeremy Allison [Tue, 31 Jul 2001 00:03:24 +0000 (00:03 +0000)] 
Fix for rare tdb pattern store failure. Found & fixed by Rusty.
Jeremy.

24 years agoFixup error returns in updating driver db version.
Jeremy Allison [Mon, 30 Jul 2001 23:12:48 +0000 (23:12 +0000)] 
Fixup error returns in updating driver db version.
Jeremy.

24 years agoAdded "use mmap" for HPUX.
Jeremy Allison [Mon, 30 Jul 2001 22:21:31 +0000 (22:21 +0000)] 
Added "use mmap" for HPUX.
Jeremy.

24 years agoThrow out crappy (non-ascii unaware) mbtows stuff and use proper unicode
Jeremy Allison [Mon, 30 Jul 2001 20:25:35 +0000 (20:25 +0000)] 
Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicode
push calls. If this breaks authentication then good, it needed fixing anyway :-).
Jeremy.

24 years agouint -> uint32.
Jeremy Allison [Mon, 30 Jul 2001 17:53:39 +0000 (17:53 +0000)] 
uint -> uint32.
Jeremy.

24 years agoFixes for varargs problems with std c.
Jeremy Allison [Mon, 30 Jul 2001 17:52:26 +0000 (17:52 +0000)] 
Fixes for varargs problems with std c.
Fix from Rick Lake <rwlake@anp.nl> for QNX.
Jeremy.

24 years agoIgnore some of the autoconf files.
Tim Potter [Mon, 30 Jul 2001 06:19:54 +0000 (06:19 +0000)] 
Ignore some of the autoconf files.

24 years agoFix invalid uid being used after logoff. Thanks to Nigel Williams
Jeremy Allison [Sat, 28 Jul 2001 01:46:47 +0000 (01:46 +0000)] 
Fix invalid uid being used after logoff. Thanks to Nigel Williams
for this bug report.
Jeremy.

24 years agoFix for potential crash bug with bad fid.
Jeremy Allison [Sat, 28 Jul 2001 01:26:44 +0000 (01:26 +0000)] 
Fix for potential crash bug with bad fid.
Jeremy.

24 years agoReturn an exit code when connect failed.
Tim Potter [Fri, 27 Jul 2001 22:54:50 +0000 (22:54 +0000)] 
Return an exit code when connect failed.

Patch from Michael Sweet <mike@easysw.com>