summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison2002-01-191-31/+32
* | Added #ifdef for FreeBSD TCP bug.Jeremy Allison2002-01-191-0/+4
* | fixes (asprintf) from 2.2Simo Sorce2002-01-191-0/+1
* | If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ...Jeremy Allison2002-01-181-1/+7
* | This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-1/+1
* | A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-173-29/+140
* | Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-162-5/+20
* | Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-162-22/+62
* | Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison2002-01-161-28/+26
* | Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-161-2/+2
* | #ifdef variable that's not used without dmallocMartin Pool2002-01-151-0/+2
* | Add constness to filenames passed to functions.Martin Pool2002-01-153-3/+28
* | FIXME We should turn the global list off when using Insure++,Martin Pool2002-01-141-0/+3
* | A couple of coding syle updates to follow the re-indent.Andrew Bartlett2002-01-131-5/+5
* | Re-indent these two functions to make it actually possible to understand theirAndrew Bartlett2002-01-131-161/+161
* | I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett2002-01-131-1/+103
* | Round and round we go....Jeremy Allison2002-01-111-1/+2
* | Latest attempt at changeid.Jeremy Allison2002-01-111-2/+26
* | Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-6/+6
* | Spelling fix.Tim Potter2002-01-101-1/+1
* | Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2002-01-101-184/+392
* | Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool2002-01-091-0/+70
* | Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2002-01-091-1/+4
* | Add harmless parentheses so that dmalloc doesn't get confused by aMartin Pool2002-01-091-1/+1
* | Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-7/+8
* | merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+3
* | simple fix for creating blank data blobsAndrew Tridgell2002-01-051-2/+7
* | Add a talloc varient of the data_blob functions.Andrew Bartlett2002-01-051-3/+48
* | Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* | Don't use static memory, malloc it...Jeremy Allison2002-01-031-2/+12
* | Fix the fix.... (sigh).Jeremy Allison2002-01-031-1/+1
* | Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison2002-01-031-8/+9
* | Make talloctort call talloc_describe_all before exitingMartin Pool2002-01-031-0/+2
* | Cope nicely with pools with no name.Martin Pool2002-01-031-1/+10
* | talloc accounting now includes number of chunks and bytes allocated.Martin Pool2002-01-031-9/+42
* | Send back talloc allocation information when POOL_USAGE is received.Martin Pool2002-01-031-2/+8
* | Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool2002-01-031-4/+76
* | smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool2002-01-031-1/+5
* | smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-031-0/+45
* | If we receive a message that is not handled then emit a gentle warningMartin Pool2002-01-031-0/+8
* | debug output on receipt of message.Martin Pool2002-01-031-0/+2
* | const religionSimo Sorce2001-12-311-3/+3
* | more irix -64 portability fixesAndrew Tridgell2001-12-312-11/+0
* | - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-2/+2
* | freeing the wrong pointer, sorry my mistake.Simo Sorce2001-12-301-5/+5
* | util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-301-4/+12
* | fixed a typo in vsyslog()Andrew Tridgell2001-12-211-1/+1
* | Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-12/+33
* | fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-204-8/+12
* | much better auto-init of valid_table[]. This should just about removeAndrew Tridgell2001-12-203-9/+62