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