summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-20fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell4-8/+12
2001-12-20much better auto-init of valid_table[]. This should just about removeAndrew Tridgell3-9/+62
2001-12-20mark '.' as a valid characterAndrew Tridgell1-1/+1
2001-12-20Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool1-1/+7
2001-12-19Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison1-0/+14
2001-12-19fixed sid_compare_domain()Andrew Tridgell1-3/+29
2001-12-19Use less memory, but scribble all over it, just in case there'sMartin Pool1-4/+6
2001-12-19Doc how to reply to messages.Martin Pool1-1/+8
2001-12-19Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool2-7/+82
2001-12-19DocMartin Pool1-8/+12
2001-12-19DocMartin Pool1-1/+7
2001-12-19Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool1-3/+3
2001-12-19Doc.Martin Pool1-0/+6
2001-12-19Start adding some debugging features to talloc based on Samba'sMartin Pool1-7/+38
2001-12-19Add a very trivial talloc torture program, bin/talloctort. Not builtMartin Pool1-0/+56
2001-12-18Fixup JF's weird SID return :-).Jeremy Allison1-2/+4
2001-12-18A fix to override the location of a user's home directory if it isTim Potter1-0/+16
2001-12-17tidy up debugJean-François Micouleau1-1/+1
2001-12-17obey "use mmap" on case tablesAndrew Tridgell1-11/+13
2001-12-15Added HPUX ACL code.Jeremy Allison1-0/+957
2001-12-14Added the group enum code from 2.2Jeremy Allison2-13/+96
2001-12-14I see no reasons why we should limit username lenght while checkingSimo Sorce1-4/+0
2001-12-10Explain why snprintf has to be overridden in this way.Martin Pool1-1/+8
2001-12-10Typo spotting.Tim Potter1-2/+2
2001-12-10make sid_binstring available without HAVE_ADSAndrew Tridgell2-0/+40
2001-12-09add smb_xvasprintf() panic wrapper around vasprintfAndrew Tridgell1-3/+13
2001-12-06again an intrusive patch:Jean-François Micouleau1-11/+9