summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERSAndrew Bartlett2002-07-201-11/+11
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-205-34/+65
* fixed a logic error in the sorted_tree_find_child() routineGerald Carter2002-07-203-33/+69
* fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-194-12/+23
* Fixed a compiler warning.Tim Potter2002-07-191-3/+3
* Never ignore valgrind messages :-). Don't reference before the startJeremy Allison2002-07-191-1/+1
* * refactored registry operations some. subkey lists andGerald Carter2002-07-197-240/+488
* Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2002-07-192-5/+7
* Formatting fixup. Fix shadow warning.Jeremy Allison2002-07-192-458/+461
* merge from SAMBA_2_2 spotted by SimoGerald Carter2002-07-191-2/+14
* fixed line buffer mode in XFILEAndrew Tridgell2002-07-191-1/+1
* Previous fix was incorrect. len in string_sub and all_string_sub isJeremy Allison2002-07-181-4/+4
* Add useful VALGRIND #ifdef.Jeremy Allison2002-07-181-0/+2
* Prevent gcc warning about shadowed global "index".Jeremy Allison2002-07-181-1/+1
* Don't crash on setfileinfo on printer fsp.Jeremy Allison2002-07-181-1/+2
* Fixed off-by-one in all_string_sub also.Jeremy Allison2002-07-181-1/+1
* Formatting fixups.Jeremy Allison2002-07-181-66/+73
* Another bug found by valgrind. Don't AND a src length of -1.Jeremy Allison2002-07-181-1/+2
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-1811-335/+1329
* The previous code would not allow things like string_sub(str, "\\", "/", 0).Gerald Carter2002-07-181-1/+1
* Unneded extra check on lenSimo Sorce2002-07-181-1/+1
* We have to look at the length before checking for "~" as the stringJeremy Allison2002-07-181-3/+3
* Use of uninitialized variable caught by valgrind.Jeremy Allison2002-07-181-1/+1
* Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-179-287/+170
* Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison2002-07-173-9/+88
* print_jobid in the fsp struct should be uint32.Jeremy Allison2002-07-161-1/+1
* Use codepage 850 as a default for the dos character set.Tim Potter2002-07-161-0/+3
* Put printing tdbs in a subdirectory to prevent name collisions.Jeremy Allison2002-07-161-1/+6
* splitting off storage/retrieval routines for abstracting theGerald Carter2002-07-154-326/+366
* preparing for release of 3.0-alpha18Samba Release Account2002-07-152-1/+7
* fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell2002-07-155-11/+8
* enum_group_mapping takes an enum not an intAndrew Tridgell2002-07-151-1/+1
* checking for NULL really is counter-productive, and this one was alsoAndrew Tridgell2002-07-151-5/+0
* fixed a call to get_current_groups()Andrew Tridgell2002-07-151-1/+1
* don't use C++ comments in C - it doesn't work on many compilersAndrew Tridgell2002-07-151-1/+1
* fixed a problem with getgroups() where it could include our currentAndrew Tridgell2002-07-154-14/+65
* don't report the faiilure of non-blocking locks. They are supposed toAndrew Tridgell2002-07-151-1/+1
* after thinking about the env variable hack for avoiding group membershipAndrew Tridgell2002-07-141-14/+20
* addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-145-44/+318
* this is a trick to work around the fact that posix does not supplyAndrew Tridgell2002-07-146-9/+53
* Show the account flags in the 'verbose' listing of pdbedit.Andrew Bartlett2002-07-141-0/+2
* Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier toAndrew Bartlett2002-07-141-51/+116
* Fix up a botched prevoius commit.Andrew Bartlett2002-07-141-11/+10
* removed some meaningless const casts that were causing thousands ofAndrew Tridgell2002-07-141-12/+11
* move opt_machine_pass to keep some compilers happyAndrew Tridgell2002-07-141-1/+1
* Move nttrans.c into the NTSTATUS age.Andrew Bartlett2002-07-141-41/+29
* added useful 'net rpc info' commandAndrew Tridgell2002-07-131-0/+76
* added --machine-pass option to net. This allows you to authenticate asAndrew Tridgell2002-07-131-1/+21
* make this a ZERO_STRUCTP for consitancy with the rest of Samba.Andrew Bartlett2002-07-131-1/+1
* Make smbmnt a standalone program from a linker point of view. Hopefully thisAndrew Bartlett2002-07-132-4/+3