summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-07-19* refactored registry operations some. subkey lists andGerald Carter7-240/+488
2002-07-19Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2-5/+7
2002-07-19Formatting fixup. Fix shadow warning.Jeremy Allison2-458/+461
2002-07-19fixed line buffer mode in XFILEAndrew Tridgell1-1/+1
2002-07-18Previous fix was incorrect. len in string_sub and all_string_sub isJeremy Allison1-4/+4
2002-07-18Add useful VALGRIND #ifdef.Jeremy Allison1-0/+2
2002-07-18Prevent gcc warning about shadowed global "index".Jeremy Allison1-1/+1
2002-07-18Don't crash on setfileinfo on printer fsp.Jeremy Allison1-1/+2
2002-07-18Fixed off-by-one in all_string_sub also.Jeremy Allison1-1/+1
2002-07-18Formatting fixups.Jeremy Allison1-66/+73
2002-07-18Another bug found by valgrind. Don't AND a src length of -1.Jeremy Allison1-1/+2
2002-07-18virtual registry framework with initial printing hooks.Gerald Carter11-335/+1329
2002-07-18The previous code would not allow things like string_sub(str, "\\", "/", 0).Gerald Carter1-1/+1
2002-07-18Unneded extra check on lenSimo Sorce1-1/+1
2002-07-18We have to look at the length before checking for "~" as the stringJeremy Allison1-3/+3
2002-07-18Use of uninitialized variable caught by valgrind.Jeremy Allison1-1/+1
2002-07-17Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison9-287/+170
2002-07-17Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison3-9/+88
2002-07-16print_jobid in the fsp struct should be uint32.Jeremy Allison1-1/+1
2002-07-16Use codepage 850 as a default for the dos character set.Tim Potter1-0/+3
2002-07-16Put printing tdbs in a subdirectory to prevent name collisions.Jeremy Allison1-1/+6
2002-07-15splitting off storage/retrieval routines for abstracting theGerald Carter4-326/+366
2002-07-15preparing for release of 3.0-alpha18Samba Release Account1-1/+1
2002-07-15fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell5-11/+8
2002-07-15enum_group_mapping takes an enum not an intAndrew Tridgell1-1/+1
2002-07-15checking for NULL really is counter-productive, and this one was alsoAndrew Tridgell1-5/+0
2002-07-15fixed a call to get_current_groups()Andrew Tridgell1-1/+1
2002-07-15don't use C++ comments in C - it doesn't work on many compilersAndrew Tridgell1-1/+1
2002-07-15fixed a problem with getgroups() where it could include our currentAndrew Tridgell4-14/+65
2002-07-15don't report the faiilure of non-blocking locks. They are supposed toAndrew Tridgell1-1/+1
2002-07-14after thinking about the env variable hack for avoiding group membershipAndrew Tridgell1-14/+20
2002-07-14addedd new (t)alloc_sub_* functionsSimo Sorce5-44/+318
2002-07-14this is a trick to work around the fact that posix does not supplyAndrew Tridgell6-9/+53
2002-07-14Show the account flags in the 'verbose' listing of pdbedit.Andrew Bartlett1-0/+2
2002-07-14Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier toAndrew Bartlett1-51/+116
2002-07-14Fix up a botched prevoius commit.Andrew Bartlett1-11/+10
2002-07-14removed some meaningless const casts that were causing thousands ofAndrew Tridgell1-12/+11
2002-07-14move opt_machine_pass to keep some compilers happyAndrew Tridgell1-1/+1
2002-07-14Move nttrans.c into the NTSTATUS age.Andrew Bartlett1-41/+29
2002-07-13added useful 'net rpc info' commandAndrew Tridgell1-0/+76
2002-07-13added --machine-pass option to net. This allows you to authenticate asAndrew Tridgell1-1/+21
2002-07-13make this a ZERO_STRUCTP for consitancy with the rest of Samba.Andrew Bartlett1-1/+1
2002-07-13Make smbmnt a standalone program from a linker point of view. Hopefully thisAndrew Bartlett2-4/+3
2002-07-13I just noticed that I never added my copyright when I messed with thisAndrew Bartlett1-0/+1
2002-07-13Make smbpasswd behave like all the other backends, where a NULL or invalidAndrew Bartlett1-7/+4
2002-07-13This makes smbcacls a bit easier to use and debug.Andrew Bartlett1-8/+15
2002-07-13fix directory listing on win9x.Andrew Tridgell1-3/+7
2002-07-13Some fix ups but committing so Andrew can look at the problem I have.Richard Sharpe2-44/+12
2002-07-13Fix up the include file that had problems as well.Richard Sharpe2-16/+251
2002-07-13Add these two files I forgot.Richard Sharpe2-0/+476