Age | Commit message (Expand) | Author | Files | Lines |
2002-07-20 | Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-) | Andrew Bartlett | 1 | -0/+1 |
2002-07-20 | another intermediate checkin on the way to enumerating forms | Gerald Carter | 5 | -38/+136 |
2002-07-20 | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 8 | -35/+46 |
2002-07-20 | correctly declare global_myworkgroup to be the right size. | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 12 | -26/+40 |
2002-07-20 | Add some const to try and get less warnings. | Andrew Bartlett | 1 | -2/+3 |
2002-07-20 | Make it clear that the 'service' isn't to be touched. (Make it const). | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Update the smbd reply code a little: | Andrew Bartlett | 2 | -5/+25 |
2002-07-20 | Fix up char/uchar casts etc. Fix up comments on some of the password hash | Andrew Bartlett | 2 | -12/+9 |
2002-07-20 | If we can't connect, make sure its a level 0 so we see it, and the reason. | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Move some startup time initialisation to server.c, so it is all in one place. | Andrew Bartlett | 2 | -11/+11 |
2002-07-20 | Add support for duplicating stderr into our logfiles. | Andrew Bartlett | 3 | -25/+35 |
2002-07-20 | Add support for a weird behaviour apparently used by Win9X pass-through | Andrew Bartlett | 2 | -4/+19 |
2002-07-20 | Update the usage for smbgroupedit to document -d for 'description'. | Andrew Bartlett | 1 | -0/+2 |
2002-07-20 | Add a wrapper for dup2() to our system.c | Andrew Bartlett | 1 | -0/+10 |
2002-07-20 | NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERS | Andrew Bartlett | 1 | -11/+11 |
2002-07-20 | enumeration of printers keys ( no data yet ) via the registry | Gerald Carter | 5 | -34/+65 |
2002-07-20 | fixed a logic error in the sorted_tree_find_child() routine | Gerald Carter | 3 | -33/+69 |
2002-07-19 | fixed seg fault in registry frontend caused by trying to | Gerald Carter | 4 | -12/+23 |
2002-07-19 | Fixed a compiler warning. | Tim Potter | 1 | -3/+3 |
2002-07-19 | Never ignore valgrind messages :-). Don't reference before the start | Jeremy Allison | 1 | -1/+1 |
2002-07-19 | * refactored registry operations some. subkey lists and | Gerald Carter | 7 | -240/+488 |
2002-07-19 | Allow trans2 and nttrans messages to be processed in oplock break state. | Jeremy Allison | 2 | -5/+7 |
2002-07-19 | Formatting fixup. Fix shadow warning. | Jeremy Allison | 2 | -458/+461 |
2002-07-19 | merge from SAMBA_2_2 spotted by Simo | Gerald Carter | 1 | -2/+14 |
2002-07-19 | fixed line buffer mode in XFILE | Andrew Tridgell | 1 | -1/+1 |
2002-07-18 | Previous fix was incorrect. len in string_sub and all_string_sub is | Jeremy Allison | 1 | -4/+4 |
2002-07-18 | Add useful VALGRIND #ifdef. | Jeremy Allison | 1 | -0/+2 |
2002-07-18 | Prevent gcc warning about shadowed global "index". | Jeremy Allison | 1 | -1/+1 |
2002-07-18 | Don't crash on setfileinfo on printer fsp. | Jeremy Allison | 1 | -1/+2 |
2002-07-18 | Fixed off-by-one in all_string_sub also. | Jeremy Allison | 1 | -1/+1 |
2002-07-18 | Formatting fixups. | Jeremy Allison | 1 | -66/+73 |
2002-07-18 | Another bug found by valgrind. Don't AND a src length of -1. | Jeremy Allison | 1 | -1/+2 |
2002-07-18 | virtual registry framework with initial printing hooks. | Gerald Carter | 11 | -335/+1329 |
2002-07-18 | The previous code would not allow things like string_sub(str, "\\", "/", 0). | Gerald Carter | 1 | -1/+1 |
2002-07-18 | Unneded extra check on len | Simo Sorce | 1 | -1/+1 |
2002-07-18 | We have to look at the length before checking for "~" as the string | Jeremy Allison | 1 | -3/+3 |
2002-07-18 | Use of uninitialized variable caught by valgrind. | Jeremy Allison | 1 | -1/+1 |
2002-07-17 | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 9 | -287/+170 |
2002-07-17 | Lanman print jobs are *16* bits, not 32. arggggh. Map them.... | Jeremy Allison | 3 | -9/+88 |
2002-07-16 | print_jobid in the fsp struct should be uint32. | Jeremy Allison | 1 | -1/+1 |
2002-07-16 | Use codepage 850 as a default for the dos character set. | Tim Potter | 1 | -0/+3 |
2002-07-16 | Put printing tdbs in a subdirectory to prevent name collisions. | Jeremy Allison | 1 | -1/+6 |
2002-07-15 | splitting off storage/retrieval routines for abstracting the | Gerald Carter | 4 | -326/+366 |
2002-07-15 | preparing for release of 3.0-alpha18 | Samba Release Account | 2 | -1/+7 |
2002-07-15 | fixed a number of real bugs found by warnings on the 64 bit irix compiler | Andrew Tridgell | 5 | -11/+8 |
2002-07-15 | enum_group_mapping takes an enum not an int | Andrew Tridgell | 1 | -1/+1 |
2002-07-15 | checking for NULL really is counter-productive, and this one was also | Andrew Tridgell | 1 | -5/+0 |
2002-07-15 | fixed a call to get_current_groups() | Andrew Tridgell | 1 | -1/+1 |
2002-07-15 | don't use C++ comments in C - it doesn't work on many compilers | Andrew Tridgell | 1 | -1/+1 |