summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-13Fix some multibyte problems that I forgot about.Richard Sharpe1-6/+6
2002-07-13fixed a stdin bug in XFILE that prevented 'print -' from workingAndrew Tridgell1-4/+4
2002-07-13- fixed a crash bug for 'print -'Andrew Tridgell2-3/+4
2002-07-12The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...Jeremy Allison2-20/+25
2002-07-12We must ZERO_STRUCT before using the buffer in copy_unistr2.Jeremy Allison1-0/+3
2002-07-12fix setting machine passwords in the case where a user account of theAndrew Tridgell1-1/+5
2002-07-11Commit Tom Jansen's changes to head.Richard Sharpe2-820/+902
2002-07-11Regenerated.Tim Potter1-11/+12
2002-07-11Usage fixes from APPLIANCE_HEAD.Tim Potter1-1/+2
2002-07-11Another compile fix.Tim Potter1-2/+2
2002-07-11Compile fix for flags field to cli_full_connection()Tim Potter1-1/+1