summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-02-04better debug messages!Simo Sorce1-0/+1
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison4-26/+58
2002-01-31this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell1-2/+0
2002-01-30Removed version number from file header.Tim Potter46-87/+47
2002-01-27minor fix and checksSimo Sorce1-2/+4
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2-1/+34
2002-01-26Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett1-10/+23
2002-01-26Remove the 'direct to winbind' hacks, as they should (if I understandAndrew Bartlett1-12/+0
2002-01-25picky about reallocJean-François Micouleau1-5/+6
2002-01-25minor fixesSimo Sorce2-5/+7
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett2-3/+6
2002-01-22We have to do some initialization before the string conversionMartin Pool1-13/+15
2002-01-22Added comment about running lp_load() before calling pidfile_create().Tim Potter1-1/+4
2002-01-22Having a const parameter for set_socket_options() causes too much confusion.Tim Potter1-1/+1
2002-01-21Removed freebsd hack. Not correct.Jeremy Allison1-4/+0
2002-01-21Spelling fix.Tim Potter1-1/+1
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-12/+27
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-1/+1
2002-01-19Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison1-31/+32
2002-01-19Added #ifdef for FreeBSD TCP bug.Jeremy Allison1-0/+4
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-0/+1
2002-01-18If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...Jeremy Allison1-1/+7
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-1/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett3-29/+140
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2-5/+20
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2-22/+62
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison1-28/+26
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-2/+2
2002-01-15#ifdef variable that's not used without dmallocMartin Pool1-0/+2
2002-01-15Add constness to filenames passed to functions.Martin Pool3-3/+28
2002-01-14FIXME We should turn the global list off when using Insure++,Martin Pool1-0/+3
2002-01-13A couple of coding syle updates to follow the re-indent.Andrew Bartlett1-5/+5
2002-01-13Re-indent these two functions to make it actually possible to understand theirAndrew Bartlett1-161/+161
2002-01-13I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett1-1/+103
2002-01-11Round and round we go....Jeremy Allison1-1/+2
2002-01-11Latest attempt at changeid.Jeremy Allison1-2/+26
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-6/+6
2002-01-10Spelling fix.Tim Potter1-1/+1
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison1-184/+392
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool1-0/+70
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool1-1/+4
2002-01-09Add harmless parentheses so that dmalloc doesn't get confused by aMartin Pool1-1/+1
2002-01-09Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison1-7/+8
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+3
2002-01-05simple fix for creating blank data blobsAndrew Tridgell1-2/+7
2002-01-05Add a talloc varient of the data_blob functions.Andrew Bartlett1-3/+48
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison1-1/+1
2002-01-03Don't use static memory, malloc it...Jeremy Allison1-2/+12
2002-01-03Fix the fix.... (sigh).Jeremy Allison1-1/+1
2002-01-03Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison1-8/+9