summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-09-19typoAndrew Bartlett1-1/+1
2001-09-19Adding the appropirate files might help...Andrew Bartlett2-0/+749
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett5-24/+54
2001-09-19printf() -> d_printf()Andrew Bartlett1-1/+1
2001-09-19This isn't used anymoreAndrew Bartlett1-1/+0
2001-09-19Use lp_private_dir() not magic on the lp_smb_passwd_file() output.Andrew Bartlett1-7/+2
2001-09-19Removed unneeded variable, added comment on deadlock prevention.Jeremy Allison1-9/+9
2001-09-19Put pwrite code back in expand_file.Jeremy Allison1-3/+10
2001-09-19Removed test code that got added by accident.Jeremy Allison1-22/+0
2001-09-19removed anti-race code that could cause a classic ABBA deadlockAndrew Tridgell1-21/+1
2001-09-19passdb/pampass.c and passdb/pass_check.c are not passdb related at all,Andrew Bartlett1-4/+5
2001-09-19added a hook to reopen all tdb's after the server forkAndrew Tridgell3-10/+52
2001-09-19*llist being NULL is not an errorAndrew Tridgell1-1/+1
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett5-65/+56
2001-09-19Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett1-1/+1
2001-09-19got rid of bogus write list substitution error messagesAndrew Tridgell1-15/+18
2001-09-19Fix based on Andrew's insight as re-using a tdb after fork meansJeremy Allison1-3/+23
2001-09-19don't try to initgroups in non root modeAndrew Tridgell1-0/+4
2001-09-19fix debugAndrew Bartlett1-1/+1
2001-09-19Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett1-5/+21
2001-09-19Return correct error code on lock fail in tdb_expand.Jeremy Allison1-1/+1
2001-09-18Roll back earlier fix after talking with Andrew. The write_lock_record andJeremy Allison1-2/+2
2001-09-18Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,Jeremy Allison1-2/+4
2001-09-18Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison2-19/+24
2001-09-18Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison2-2/+2
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter5-19/+34
2001-09-17move to SAFE_FREE()Simo Sorce7-30/+28
2001-09-17move to SAFE_FREE()Simo Sorce3-8/+6
2001-09-17move to SAFE_FREE()Simo Sorce32-193/+145
2001-09-17move to SAFE_FREE()Simo Sorce11-146/+133
2001-09-17move to SAFE_FREE()Simo Sorce3-28/+17
2001-09-17move to SAFE_FREE()Simo Sorce5-32/+13
2001-09-17move to SAFE_FREE()Simo Sorce2-52/+43
2001-09-17move to SAFE_FREE()Simo Sorce6-46/+31
2001-09-17move to SAFE_FREE()Simo Sorce2-26/+20
2001-09-17move to SAFE_FREE()Simo Sorce14-68/+51
2001-09-17move to SAFE_FREE()Simo Sorce14-39/+37
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell4-25/+48
2001-09-17move to SAFE_FREE()Simo Sorce5-44/+36
2001-09-17typoSimo Sorce1-5/+2
2001-09-17fixed compilation of groupdbAndrew Tridgell1-3/+3
2001-09-17move to SAFE_FREE()Simo Sorce10-141/+91
2001-09-17move to SAFE_FREE()Simo Sorce23-168/+129
2001-09-17move to SAFE_FREE()Simo Sorce5-22/+15
2001-09-17move to SAFE_FREE()Simo Sorce2-19/+16
2001-09-17introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce2-25/+24
2001-09-16Fix compile warnings on IRIX's cc.Andrew Bartlett1-3/+3
2001-09-16Fix (I hope) for a number of little compile warnings found by the IRIXAndrew Bartlett3-8/+8
2001-09-16Minor tidy-up.Andrew Bartlett1-1/+1
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett8-80/+136