summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed test code that got added by accident.Jeremy Allison2001-09-191-22/+0
* removed anti-race code that could cause a classic ABBA deadlockAndrew Tridgell2001-09-191-21/+1
* passdb/pampass.c and passdb/pass_check.c are not passdb related at all,Andrew Bartlett2001-09-191-4/+5
* added a hook to reopen all tdb's after the server forkAndrew Tridgell2001-09-193-10/+52
* *llist being NULL is not an errorAndrew Tridgell2001-09-191-1/+1
* Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-195-65/+56
* Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett2001-09-191-1/+1
* got rid of bogus write list substitution error messagesAndrew Tridgell2001-09-191-15/+18
* Fix based on Andrew's insight as re-using a tdb after fork meansJeremy Allison2001-09-191-3/+23
* don't try to initgroups in non root modeAndrew Tridgell2001-09-191-0/+4
* fix debugAndrew Bartlett2001-09-191-1/+1
* Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett2001-09-191-5/+21
* Return correct error code on lock fail in tdb_expand.Jeremy Allison2001-09-191-1/+1
* Roll back earlier fix after talking with Andrew. The write_lock_record andJeremy Allison2001-09-181-2/+2
* Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,Jeremy Allison2001-09-181-2/+4
* Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison2001-09-182-19/+24
* Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison2001-09-182-2/+2
* Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter2001-09-185-19/+34
* Doc fix merge from 2.2Tim Potter2001-09-181-10/+0
* move to SAFE_FREE()Simo Sorce2001-09-177-30/+28
* move to SAFE_FREE()Simo Sorce2001-09-173-8/+6
* move to SAFE_FREE()Simo Sorce2001-09-1732-193/+145
* move to SAFE_FREE()Simo Sorce2001-09-1711-146/+133
* move to SAFE_FREE()Simo Sorce2001-09-173-28/+17
* move to SAFE_FREE()Simo Sorce2001-09-175-32/+13
* move to SAFE_FREE()Simo Sorce2001-09-172-52/+43
* move to SAFE_FREE()Simo Sorce2001-09-176-46/+31
* move to SAFE_FREE()Simo Sorce2001-09-172-26/+20
* move to SAFE_FREE()Simo Sorce2001-09-1714-68/+51
* move to SAFE_FREE()Simo Sorce2001-09-1714-39/+37
* fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-174-25/+48
* move to SAFE_FREE()Simo Sorce2001-09-175-44/+36
* typoSimo Sorce2001-09-171-5/+2
* fixed compilation of groupdbAndrew Tridgell2001-09-171-3/+3
* move to SAFE_FREE()Simo Sorce2001-09-1710-141/+91
* move to SAFE_FREE()Simo Sorce2001-09-1723-168/+129
* move to SAFE_FREE()Simo Sorce2001-09-175-22/+15
* move to SAFE_FREE()Simo Sorce2001-09-172-19/+16
* introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce2001-09-172-25/+24
* Fix compile warnings on IRIX's cc.Andrew Bartlett2001-09-161-3/+3
* Fix (I hope) for a number of little compile warnings found by the IRIXAndrew Bartlett2001-09-163-8/+8
* Minor tidy-up.Andrew Bartlett2001-09-161-1/+1
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-168-80/+136
* fixed compilation error in smbwAndrew Tridgell2001-09-161-11/+1
* Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett2001-09-162-51/+28
* Kill off the dangerous passwd program default, as its both veryAndrew Bartlett2001-09-162-2/+2
* Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett2001-09-152-43/+9
* free memory before returning.Simo Sorce2001-09-151-0/+7
* use variables _before_ freeing them!Simo Sorce2001-09-151-3/+2
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-154-105/+27