summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mark '.' as a valid characterAndrew Tridgell2001-12-201-1/+1
* Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool2001-12-201-1/+7
* Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison2001-12-191-0/+14
* fixed sid_compare_domain()Andrew Tridgell2001-12-191-3/+29
* Use less memory, but scribble all over it, just in case there'sMartin Pool2001-12-191-4/+6
* Doc how to reply to messages.Martin Pool2001-12-191-1/+8
* Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool2001-12-192-7/+82
* DocMartin Pool2001-12-191-8/+12
* DocMartin Pool2001-12-191-1/+7
* Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool2001-12-191-3/+3
* Doc.Martin Pool2001-12-191-0/+6
* Start adding some debugging features to talloc based on Samba'sMartin Pool2001-12-191-7/+38
* Add a very trivial talloc torture program, bin/talloctort. Not builtMartin Pool2001-12-191-0/+56
* Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-2/+4
* A fix to override the location of a user's home directory if it isTim Potter2001-12-181-0/+16
* tidy up debugJean-François Micouleau2001-12-171-1/+1
* obey "use mmap" on case tablesAndrew Tridgell2001-12-171-11/+13
* Added HPUX ACL code.Jeremy Allison2001-12-151-0/+957
* Added the group enum code from 2.2Jeremy Allison2001-12-142-13/+96
* I see no reasons why we should limit username lenght while checkingSimo Sorce2001-12-141-4/+0
* Explain why snprintf has to be overridden in this way.Martin Pool2001-12-101-1/+8
* Typo spotting.Tim Potter2001-12-101-2/+2
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-102-0/+40
* add smb_xvasprintf() panic wrapper around vasprintfAndrew Tridgell2001-12-091-3/+13
* again an intrusive patch:Jean-François Micouleau2001-12-061-11/+9
* fixed an off by 1 bug in talloc_asprintf()Andrew Tridgell2001-12-051-1/+1
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-1/+48