| Commit message (Expand) | Author | Age | Files | Lines |
* | #ifdef variable that's not used without dmalloc | Martin Pool | 2002-01-15 | 1 | -0/+2 |
* | Add constness to filenames passed to functions. | Martin Pool | 2002-01-15 | 3 | -3/+28 |
* | FIXME We should turn the global list off when using Insure++, | Martin Pool | 2002-01-14 | 1 | -0/+3 |
* | A couple of coding syle updates to follow the re-indent. | Andrew Bartlett | 2002-01-13 | 1 | -5/+5 |
* | Re-indent these two functions to make it actually possible to understand their | Andrew Bartlett | 2002-01-13 | 1 | -161/+161 |
* | I'm doing some things towards the NamedPipes game with lckl and he has asked me | Andrew Bartlett | 2002-01-13 | 1 | -1/+103 |
* | Round and round we go.... | Jeremy Allison | 2002-01-11 | 1 | -1/+2 |
* | Latest attempt at changeid. | Jeremy Allison | 2002-01-11 | 1 | -2/+26 |
* | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 2002-01-11 | 1 | -6/+6 |
* | Spelling fix. | Tim Potter | 2002-01-10 | 1 | -1/+1 |
* | Getting ready to add UNIX extensions in HEAD also. | Jeremy Allison | 2002-01-10 | 1 | -184/+392 |
* | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 2002-01-09 | 1 | -0/+70 |
* | Add UNUSED(paramname) macro to be used in parameter lists, to quieten | Martin Pool | 2002-01-09 | 1 | -1/+4 |
* | Add harmless parentheses so that dmalloc doesn't get confused by a | Martin Pool | 2002-01-09 | 1 | -1/+1 |
* | Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian | Jeremy Allison | 2002-01-09 | 1 | -7/+8 |
* | merge changes from 2.2 branch to prevent smb.conf from changing debug level | Herb Lewis | 2002-01-07 | 1 | -0/+3 |
* | simple fix for creating blank data blobs | Andrew Tridgell | 2002-01-05 | 1 | -2/+7 |
* | Add a talloc varient of the data_blob functions. | Andrew Bartlett | 2002-01-05 | 1 | -3/+48 |
* | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 2002-01-03 | 1 | -1/+1 |
* | Don't use static memory, malloc it... | Jeremy Allison | 2002-01-03 | 1 | -2/+12 |
* | Fix the fix.... (sigh). | Jeremy Allison | 2002-01-03 | 1 | -1/+1 |
* | Fixed embarressing 16k strack trashing bug :-(. | Jeremy Allison | 2002-01-03 | 1 | -8/+9 |
* | Make talloctort call talloc_describe_all before exiting | Martin Pool | 2002-01-03 | 1 | -0/+2 |
* | Cope nicely with pools with no name. | Martin Pool | 2002-01-03 | 1 | -1/+10 |
* | talloc accounting now includes number of chunks and bytes allocated. | Martin Pool | 2002-01-03 | 1 | -9/+42 |
* | Send back talloc allocation information when POOL_USAGE is received. | Martin Pool | 2002-01-03 | 1 | -2/+8 |
* | Add talloc_asprintf_append, which grows an existing string buffer to | Martin Pool | 2002-01-03 | 1 | -4/+76 |
* | smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's pretty | Martin Pool | 2002-01-03 | 1 | -1/+5 |
* | smbd should register to receive MSG_REQ_POOL_USAGE. Response should | Martin Pool | 2002-01-03 | 1 | -0/+45 |
* | If we receive a message that is not handled then emit a gentle warning | Martin Pool | 2002-01-03 | 1 | -0/+8 |
* | debug output on receipt of message. | Martin Pool | 2002-01-03 | 1 | -0/+2 |
* | const religion | Simo Sorce | 2001-12-31 | 1 | -3/+3 |
* | more irix -64 portability fixes | Andrew Tridgell | 2001-12-31 | 2 | -11/+0 |
* | - portablitity fixes for cc -64 on irix | Andrew Tridgell | 2001-12-31 | 1 | -2/+2 |
* | freeing the wrong pointer, sorry my mistake. | Simo Sorce | 2001-12-30 | 1 | -5/+5 |
* | util_sid.c - respect a const variabile (addedd strdup) | Simo Sorce | 2001-12-30 | 1 | -4/+12 |
* | fixed a typo in vsyslog() | Andrew Tridgell | 2001-12-21 | 1 | -1/+1 |
* | Add an output parameter to message_send_all that says how many | Martin Pool | 2001-12-21 | 1 | -12/+33 |
* | fixed warnings on irix and crash bug on big endian machines | Andrew Tridgell | 2001-12-20 | 4 | -8/+12 |
* | much better auto-init of valid_table[]. This should just about remove | Andrew Tridgell | 2001-12-20 | 3 | -9/+62 |
* | mark '.' as a valid character | Andrew Tridgell | 2001-12-20 | 1 | -1/+1 |
* | Add --enable-dmalloc to link against the dmalloc malloc debugger. | Martin Pool | 2001-12-20 | 1 | -1/+7 |
* | Added AC_CHECK_FUNCS(syslog vsyslog). | Jeremy Allison | 2001-12-19 | 1 | -0/+14 |
* | fixed sid_compare_domain() | Andrew Tridgell | 2001-12-19 | 1 | -3/+29 |
* | Use less memory, but scribble all over it, just in case there's | Martin Pool | 2001-12-19 | 1 | -4/+6 |
* | Doc how to reply to messages. | Martin Pool | 2001-12-19 | 1 | -1/+8 |
* | Make TALLOC_CTX and talloc_chunk private to talloc.c. | Martin Pool | 2001-12-19 | 2 | -7/+82 |
* | Doc | Martin Pool | 2001-12-19 | 1 | -8/+12 |
* | Doc | Martin Pool | 2001-12-19 | 1 | -1/+7 |
* | Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf, | Martin Pool | 2001-12-19 | 1 | -3/+3 |