Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 | 1 | -1/+1 |
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 |
2002-07-15 | fixed a problem with getgroups() where it could include our current | Andrew Tridgell | 4 | -14/+65 |
2002-07-15 | don't report the faiilure of non-blocking locks. They are supposed to | Andrew Tridgell | 1 | -1/+1 |
2002-07-14 | after thinking about the env variable hack for avoiding group membership | Andrew Tridgell | 1 | -14/+20 |
2002-07-14 | addedd new (t)alloc_sub_* functions | Simo Sorce | 5 | -44/+318 |
2002-07-14 | this is a trick to work around the fact that posix does not supply | Andrew Tridgell | 6 | -9/+53 |
2002-07-14 | Show the account flags in the 'verbose' listing of pdbedit. | Andrew Bartlett | 1 | -0/+2 |
2002-07-14 | Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier to | Andrew Bartlett | 1 | -51/+116 |
2002-07-14 | Fix up a botched prevoius commit. | Andrew Bartlett | 1 | -11/+10 |
2002-07-14 | removed some meaningless const casts that were causing thousands of | Andrew Tridgell | 1 | -12/+11 |
2002-07-14 | move opt_machine_pass to keep some compilers happy | Andrew Tridgell | 1 | -1/+1 |
2002-07-14 | Move nttrans.c into the NTSTATUS age. | Andrew Bartlett | 1 | -41/+29 |
2002-07-13 | added useful 'net rpc info' command | Andrew Tridgell | 1 | -0/+76 |
2002-07-13 | added --machine-pass option to net. This allows you to authenticate as | Andrew Tridgell | 1 | -1/+21 |
2002-07-13 | make this a ZERO_STRUCTP for consitancy with the rest of Samba. | Andrew Bartlett | 1 | -1/+1 |
2002-07-13 | Make smbmnt a standalone program from a linker point of view. Hopefully this | Andrew Bartlett | 2 | -4/+3 |
2002-07-13 | I just noticed that I never added my copyright when I messed with this | Andrew Bartlett | 1 | -0/+1 |
2002-07-13 | Make smbpasswd behave like all the other backends, where a NULL or invalid | Andrew Bartlett | 1 | -7/+4 |
2002-07-13 | This makes smbcacls a bit easier to use and debug. | Andrew Bartlett | 1 | -8/+15 |
2002-07-13 | fix directory listing on win9x. | Andrew Tridgell | 1 | -3/+7 |
2002-07-13 | Some fix ups but committing so Andrew can look at the problem I have. | Richard Sharpe | 2 | -44/+12 |