| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | More cleanups, and add a comment/hint not to clean somthing up in future :-) | Andrew Bartlett | 2002-07-21 | 3 | -71/+10 |
| * | Add some const & static, remove unused functions. | Andrew Bartlett | 2002-07-21 | 2 | -24/+1 |
| * | Another smattering of static and const | Andrew Bartlett | 2002-07-21 | 7 | -13/+13 |
| * | Tpot missed one... | Andrew Bartlett | 2002-07-21 | 1 | -1/+1 |
| * | Looks like I missed this earlier. We should connect as the specified workgroup | Andrew Bartlett | 2002-07-21 | 1 | -1/+1 |
| * | Renamed all the new_cli_netlogon_* functions to cli_netlogon_* | Tim Potter | 2002-07-21 | 6 | -23/+23 |
| * | More use of intermediate variables to avoid issues with pointer size and casts. | Andrew Bartlett | 2002-07-21 | 1 | -9/+27 |
| * | Compilers do find bugs :-) | Andrew Bartlett | 2002-07-21 | 1 | -2/+1 |
| * | And a little more 'const'. | Andrew Bartlett | 2002-07-20 | 2 | -3/+3 |
| * | Don't try and sys_dup2(dbf->fd) if dbf == NULL. | Tim Potter | 2002-07-20 | 1 | -1/+1 |
| * | Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-) | Andrew Bartlett | 2002-07-20 | 1 | -0/+1 |
| * | another intermediate checkin on the way to enumerating forms | Gerald Carter | 2002-07-20 | 5 | -38/+136 |
| * | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 2002-07-20 | 8 | -35/+46 |
| * | correctly declare global_myworkgroup to be the right size. | Andrew Bartlett | 2002-07-20 | 1 | -1/+1 |
| * | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 2002-07-20 | 12 | -26/+40 |
| * | Add some const to try and get less warnings. | Andrew Bartlett | 2002-07-20 | 1 | -2/+3 |
| * | Make it clear that the 'service' isn't to be touched. (Make it const). | Andrew Bartlett | 2002-07-20 | 1 | -1/+1 |
| * | Update the smbd reply code a little: | Andrew Bartlett | 2002-07-20 | 2 | -5/+25 |
| * | Fix up char/uchar casts etc. Fix up comments on some of the password hash | Andrew Bartlett | 2002-07-20 | 2 | -12/+9 |
| * | If we can't connect, make sure its a level 0 so we see it, and the reason. | Andrew Bartlett | 2002-07-20 | 1 | -1/+1 |
| * | Move some startup time initialisation to server.c, so it is all in one place. | Andrew Bartlett | 2002-07-20 | 2 | -11/+11 |
| * | Add support for duplicating stderr into our logfiles. | Andrew Bartlett | 2002-07-20 | 3 | -25/+35 |
| * | Add support for a weird behaviour apparently used by Win9X pass-through | Andrew Bartlett | 2002-07-20 | 2 | -4/+19 |
| * | Update the usage for smbgroupedit to document -d for 'description'. | Andrew Bartlett | 2002-07-20 | 1 | -0/+2 |
| * | Add a wrapper for dup2() to our system.c | Andrew Bartlett | 2002-07-20 | 1 | -0/+10 |
| * | NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERS | Andrew Bartlett | 2002-07-20 | 1 | -11/+11 |
| * | enumeration of printers keys ( no data yet ) via the registry | Gerald Carter | 2002-07-20 | 5 | -34/+65 |
| * | fixed a logic error in the sorted_tree_find_child() routine | Gerald Carter | 2002-07-20 | 3 | -33/+69 |
| * | fixed seg fault in registry frontend caused by trying to | Gerald Carter | 2002-07-19 | 4 | -12/+23 |
| * | Fixed a compiler warning. | Tim Potter | 2002-07-19 | 1 | -3/+3 |
| * | Never ignore valgrind messages :-). Don't reference before the start | Jeremy Allison | 2002-07-19 | 1 | -1/+1 |
| * | * refactored registry operations some. subkey lists and | Gerald Carter | 2002-07-19 | 7 | -240/+488 |
| * | Allow trans2 and nttrans messages to be processed in oplock break state. | Jeremy Allison | 2002-07-19 | 2 | -5/+7 |
| * | Formatting fixup. Fix shadow warning. | Jeremy Allison | 2002-07-19 | 2 | -458/+461 |
| * | fixed line buffer mode in XFILE | Andrew Tridgell | 2002-07-19 | 1 | -1/+1 |
| * | Previous fix was incorrect. len in string_sub and all_string_sub is | Jeremy Allison | 2002-07-18 | 1 | -4/+4 |
| * | Add useful VALGRIND #ifdef. | Jeremy Allison | 2002-07-18 | 1 | -0/+2 |
| * | Prevent gcc warning about shadowed global "index". | Jeremy Allison | 2002-07-18 | 1 | -1/+1 |
| * | Don't crash on setfileinfo on printer fsp. | Jeremy Allison | 2002-07-18 | 1 | -1/+2 |
| * | Fixed off-by-one in all_string_sub also. | Jeremy Allison | 2002-07-18 | 1 | -1/+1 |
| * | Formatting fixups. | Jeremy Allison | 2002-07-18 | 1 | -66/+73 |
| * | Another bug found by valgrind. Don't AND a src length of -1. | Jeremy Allison | 2002-07-18 | 1 | -1/+2 |
| * | virtual registry framework with initial printing hooks. | Gerald Carter | 2002-07-18 | 11 | -335/+1329 |
| * | The previous code would not allow things like string_sub(str, "\\", "/", 0). | Gerald Carter | 2002-07-18 | 1 | -1/+1 |
| * | Unneded extra check on len | Simo Sorce | 2002-07-18 | 1 | -1/+1 |
| * | We have to look at the length before checking for "~" as the string | Jeremy Allison | 2002-07-18 | 1 | -3/+3 |
| * | Use of uninitialized variable caught by valgrind. | Jeremy Allison | 2002-07-18 | 1 | -1/+1 |
| * | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 2002-07-17 | 9 | -287/+170 |
| * | Lanman print jobs are *16* bits, not 32. arggggh. Map them.... | Jeremy Allison | 2002-07-17 | 3 | -9/+88 |
| * | print_jobid in the fsp struct should be uint32. | Jeremy Allison | 2002-07-16 | 1 | -1/+1 |