Age | Commit message (Expand) | Author | Files | Lines |
2002-01-26 | Remove the 'direct to winbind' hacks, as they should (if I understand | Andrew Bartlett | 1 | -12/+0 |
2002-01-25 | picky about realloc | Jean-François Micouleau | 1 | -5/+6 |
2002-01-25 | minor fixes | Simo Sorce | 2 | -5/+7 |
2002-01-23 | getpwnam -> getpwnam_alloc. | Andrew Bartlett | 2 | -3/+6 |
2002-01-22 | We have to do some initialization before the string conversion | Martin Pool | 1 | -13/+15 |
2002-01-22 | Added comment about running lp_load() before calling pidfile_create(). | Tim Potter | 1 | -1/+4 |
2002-01-22 | Having a const parameter for set_socket_options() causes too much confusion. | Tim Potter | 1 | -1/+1 |
2002-01-21 | Removed freebsd hack. Not correct. | Jeremy Allison | 1 | -4/+0 |
2002-01-21 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2002-01-20 | This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a | Andrew Bartlett | 1 | -12/+27 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -1/+1 |
2002-01-19 | Readline has problems on non tty fd's. Use readline replacement to in cases | Jeremy Allison | 1 | -31/+32 |
2002-01-19 | Added #ifdef for FreeBSD TCP bug. | Jeremy Allison | 1 | -0/+4 |
2002-01-19 | fixes (asprintf) from 2.2 | Simo Sorce | 1 | -0/+1 |
2002-01-18 | If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ... | Jeremy Allison | 1 | -1/+7 |
2002-01-18 | This is the 'winbind default domain' patch from Alexander Bokovoy | Andrew Bartlett | 1 | -1/+1 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 3 | -29/+140 |
2002-01-16 | Separate out get_user_home_dir() from get_user_home_service_dir(). | Jeremy Allison | 2 | -5/+20 |
2002-01-16 | Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2. | Jeremy Allison | 2 | -22/+62 |
2002-01-16 | Fixup error mapping so we have only one table containing errno -> dos error -... | Jeremy Allison | 1 | -28/+26 |
2002-01-16 | Roll back PSTRING_SANCTIFY patch; just leave non-controversial type | Martin Pool | 1 | -2/+2 |
2002-01-15 | #ifdef variable that's not used without dmalloc | Martin Pool | 1 | -0/+2 |
2002-01-15 | Add constness to filenames passed to functions. | Martin Pool | 3 | -3/+28 |
2002-01-14 | FIXME We should turn the global list off when using Insure++, | Martin Pool | 1 | -0/+3 |
2002-01-13 | A couple of coding syle updates to follow the re-indent. | Andrew Bartlett | 1 | -5/+5 |
2002-01-13 | Re-indent these two functions to make it actually possible to understand their | Andrew Bartlett | 1 | -161/+161 |
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 |