summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing gcc memory barriers, this bug showed up when doing aAnton Blanchard2001-08-191-16/+43
* More Realloc fixes.Jeremy Allison2001-08-182-4/+13
* More Realloc fixes.Jeremy Allison2001-08-181-7/+17
* Use tparam not tdata when reallocing params to make clearer.Jeremy Allison2001-08-171-12/+15
* more useful debug messages and check if the size are non null.Jean-François Micouleau2001-08-171-10/+17
* OK, so not freeing these was a mistake. I'll try to be less exuberent nextAndrew Bartlett2001-08-171-0/+2
* Move the claim_connection stuff till a little later in the process.Andrew Bartlett2001-08-171-16/+14
* Move admin user check into a helper function.Andrew Bartlett2001-08-171-18/+35
* Move read only check into a helper funcion. Ensure conn->service is setAndrew Bartlett2001-08-171-40/+50
* Restore a debug I think I dropped earlierAndrew Bartlett2001-08-171-0/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-175-36/+47
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-173-11/+17
* One less getpwnam() call...Andrew Bartlett2001-08-172-11/+6
* removed unused fileAndrew Tridgell2001-08-161-91/+0
* removed unused fileAndrew Tridgell2001-08-161-113/+0
* Added Jim McDonough's Win9x take ownership fix.Jeremy Allison2001-08-131-0/+12
* merge from 2.2Gerald Carter2001-08-132-0/+16
* Add printing of errno when POSIX lock requests fail.Jeremy Allison2001-08-131-3/+3
* Moved across definition of dos error types from smb.h to doserr.hTim Potter2001-08-132-4/+7
* Converted to new error API.Tim Potter2001-08-131-28/+32
* Fixed typo in debug message.Tim Potter2001-08-131-2/+2
* Fixed up 'orrible formatting.Tim Potter2001-08-131-21/+21
* Fixed crash bug when attempting to list contents of non-existentTim Potter2001-08-121-0/+3
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-1230-136/+363
* Kill of idra's extra become_root()/unbecome_root() now I have fixed the actualAndrew Bartlett2001-08-121-2/+0
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-1216-876/+702
* it was half committed last time,Simo Sorce2001-08-121-2/+2
* Without this become_root()/unbecome_root() pair I was not able to loginSimo Sorce2001-08-111-3/+3
* Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-106-22/+32
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-104-404/+668
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-1013-112/+713
* Debug cleanups.Tim Potter2001-08-101-3/+3
* Had the test for cli_is_error() reversed. You idiot Stimpy!Tim Potter2001-08-101-1/+1
* Fixes for new client error api.Tim Potter2001-08-101-2/+2
* Use new client error api.Tim Potter2001-08-101-12/+13
* Use the new client error api.Tim Potter2001-08-104-6/+8
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-1013-182/+283
* More constant conversions.Tim Potter2001-08-102-4/+4
* Removed nt_error field from cli_state as it was not used anywhere.Tim Potter2001-08-102-8/+1
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-105-332/+335
* Moved dos error codes from smb.h into new file doserr.hTim Potter2001-08-102-113/+136
* Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter2001-08-102-2/+3
* merge from 2.2Gerald Carter2001-08-103-6/+6
* Fixed typo in patch.Jeremy Allison2001-08-101-1/+1
* Fixed wrong placement of allocate code :-(.Jeremy Allison2001-08-091-5/+5
* Added fix from Dan Thibadeau @ HP for parsing problem.Jeremy Allison2001-08-091-0/+13
* Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison2001-08-091-1/+4
* Merged John's fix.Jeremy Allison2001-08-091-1/+1
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-095-27/+25
* Try to set the socket options early for some OSs (like Sol 8) where theyAndrew Bartlett2001-08-091-1/+8