summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-03Make talloctort call talloc_describe_all before exitingMartin Pool1-0/+2
2002-01-03Cope nicely with pools with no name.Martin Pool1-1/+10
2002-01-03talloc accounting now includes number of chunks and bytes allocated.Martin Pool1-9/+42
2002-01-03Send back talloc allocation information when POOL_USAGE is received.Martin Pool1-2/+8
2002-01-03Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool1-4/+76
2002-01-03smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool1-1/+5
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool1-0/+45
2002-01-03If we receive a message that is not handled then emit a gentle warningMartin Pool1-0/+8
2002-01-03debug output on receipt of message.Martin Pool1-0/+2
2001-12-31const religionSimo Sorce1-3/+3
2001-12-31more irix -64 portability fixesAndrew Tridgell2-11/+0
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell1-2/+2
2001-12-30freeing the wrong pointer, sorry my mistake.Simo Sorce1-5/+5
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce1-4/+12
2001-12-21fixed a typo in vsyslog()Andrew Tridgell1-1/+1
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-12/+33