summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8606: BUG 2899: fix compiler warning in regfio routineGerald Carter1-1/+1
2007-10-10r8604: BUG 2890: fix unitialized variable reported by Jason Mader <jason@ncac...Gerald Carter1-0/+1
2007-10-10r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (aTim Potter1-1/+1
2007-10-10r8596: Don't wrap non-existent functions. Bugzilla #2895.Tim Potter1-45/+0
2007-10-10r8595: Delete unused prototypes.Tim Potter1-2/+0
2007-10-10r8592: I'm pretty sure this should be != instead of =!. Bugzilla #2893.Tim Potter1-1/+1
2007-10-10r8573: Fix set but not used warning in srvsvc server-side code.Tim Potter1-2/+2
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter29-58/+0
2007-10-10r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison7-116/+116
2007-10-10r8556: Fix bug #2878 - Norton commander not running on OS/2 client - we wereJeremy Allison1-1/+1
2007-10-10r8553: Another compile warning fix from jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r8552: Warning fix from jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r8547: Code tidyup from Jason Mader <jason@ncac.gwu.edu>. Bugid #2885.Jeremy Allison1-2/+0
2007-10-10r8545: Fix oplock bug introduced by oplock code "simplification" :-).Jeremy Allison1-5/+5
2007-10-10r8543: merge volker's nt_printing_init() fix from trunk (r8526)Gerald Carter1-1/+6
2007-10-10r8542: - (re-)add better search-semantics: look for Interdomain trust accountsGünther Deschner1-2/+2
2007-10-10r8538: honour CC in python build.Günther Deschner1-0/+2
2007-10-10r8531: Fix a memleakVolker Lendecke1-0/+1
2007-10-10r8521: Another micro-step: Don't pass down a flag where not necessary.Volker Lendecke1-14/+16
2007-10-10r8510: Don't include the valgrind headers on 64bit linux systems.Gerald Carter2-0/+15
2007-10-10r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT.Volker Lendecke2-3/+3
2007-10-10r8507: BUG 2557: don't give and rpc fault when you get an unsupported SetPrin...Gerald Carter1-0/+16
2007-10-10r8506: BUG 2853: don't strip out characters like '$' from printer namesGerald Carter2-19/+20
2007-10-10r8501: * disable printer handle object cache (was mostly usedGerald Carter3-68/+181
2007-10-10r8493: According to MSKB 141714 the %LOGONSERVER% variable should beGünther Deschner1-2/+7
2007-10-10r8492: open_mode_check does not use the parameter p_flags, so remove it.Volker Lendecke1-3/+2
2007-10-10r8478: remove unused printmode command from smbclient (noticed by kalim@samba...Gerald Carter1-40/+0
2007-10-10r8475: BUG 2872: fix cut-n-paste error when checking pointer value in ntlmssp...Gerald Carter1-1/+1
2007-10-10r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...Gerald Carter3-18/+96
2007-10-10r8457: Fix from Marcel Müller <mueller@maazl.de> to ensureJeremy Allison1-1/+1
2007-10-10r8454: Fix Bug #2502Günther Deschner2-16/+0
2007-10-10r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.Lars Müller1-1/+1
2007-10-10r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and l...Jim McDonough3-2/+12
2007-10-10r8431: Ensure to use dev_private and not private after Jeremy's CPP reservedLars Müller1-2/+2
2007-10-10r8428: some more old printerdb stuff.Günther Deschner1-1/+0
2007-10-10r8427: Printerdb has been moved into a tmp branch.Günther Deschner1-3/+2
2007-10-10r8402: allow to build with --enable-aio-support.Günther Deschner1-3/+3
2007-10-10r8398: Fix segfault in the client addprinterex-call. Found with "net rpcGünther Deschner1-1/+2
2007-10-10r8396: fix some compile warnings.Günther Deschner1-8/+11
2007-10-10r8388: fix typo in installman scriptGerald Carter1-1/+1
2007-10-10r8366: Root-level files don't have a slash, but acls need to be settable onVolker Lendecke1-4/+6
2007-10-10r8360: Some ioctl constants, found by Björn Jacke <bj@sernet.de> withVolker Lendecke1-1/+3
2007-10-10r8330: moving onto 3.0.20rc1-SVNGerald Carter1-2/+2
2007-10-10r8327: * don't use unitialized variablesGerald Carter1-3/+2
2007-10-10r8326: factor out the delete printer code to a delete_printer_hook() for reuseGerald Carter1-56/+53
2007-10-10r8325: * punt....don't normalize the printer name in the RegCreateKey().Gerald Carter1-3/+1
2007-10-10r8324: * initial cut at creating printers via the registry APIGerald Carter2-8/+44
2007-10-10r8323: * convert RegSetValue() calls immediately beneath the printerGerald Carter1-9/+23
2007-10-10r8322: * get RegSetValue() working for printer subkey valuesGerald Carter2-4/+170
2007-10-10r8292: Tidy up function comments.Jeremy Allison1-2/+10