summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-03-09a more informitive debug message when a SID can't be validatedAndrew Tridgell1-1/+2
2002-03-09prevent a segv when a trusted domain is unavailable at startupAndrew Tridgell1-3/+2
2002-03-09better detection of dead ADS connections, so we have some chance ofAndrew Tridgell1-0/+6
2002-03-09Doc.Tim Potter1-9/+14
2002-03-09added a bunch of explanation about tdbbackupAndrew Tridgell1-0/+23
2002-03-09don't use -pg by default when building standaloneAndrew Tridgell1-1/+1
2002-03-09build tdbbackup by defaultAndrew Tridgell1-1/+1
2002-03-08merge from 2.2Gerald Carter1-3/+3
2002-03-08merge from 2.2Gerald Carter1-2/+2
2002-03-08added -v and -s optionsAndrew Tridgell1-23/+101
2002-03-08Added case statment for decoding enumprinters level 0 result.Tim Potter1-0/+4
2002-03-08Swap order of close brace and done: tag to appease AIX compiler. Order shoul...Jim McDonough1-1/+1
2002-03-08One more fix to get popt to work for some compilers...this is the downside to...Jim McDonough1-15/+22
2002-03-08Turns out an Admin user shouldn't always have access on a handle.Jeremy Allison1-7/+0
2002-03-07Fix for machines that have their time changed forward, then back. EnsureJeremy Allison2-6/+25
2002-03-07Update Makefile.in for rpcclient build on machines without libpopt or request...Jim McDonough1-2/+2
2002-03-07added a tdb backup utilityAndrew Tridgell3-2/+185
2002-03-07Convert rpcclient to use popt instead of getopt. Includes changing of got_pa...Jim McDonough1-32/+46
2002-03-07get the right return code for batch vs exclusive oplocksAndrew Tridgell1-5/+12
2002-03-07Cosmetic fixup for enum_printersTim Potter1-2/+5
2002-03-07Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter2-30/+41
2002-03-07Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison2-13/+14
2002-03-07Added another 2 delete on close tests. Now 10. Had to fix smbd to match...Jeremy Allison1-42/+121
2002-03-07argc == 0 is an impossible condition.Tim Potter1-1/+2
2002-03-07Change xcopy test to use defined constants rather than magic hexJeremy Allison2-10/+28
2002-03-07Merge in the change to do per-handle access checks on setdata/setform etc.Jeremy Allison1-70/+138
2002-03-07Compile fixes for the pdb nisplus module.Tim Potter1-17/+27
2002-03-06Removed duplicate \n from debug message.Tim Potter1-21/+13
2002-03-06fixed NBENCH test on IRIX (tridge)Herb Lewis1-1/+1
2002-03-06fixed the upper/lower case table generation on big-endian machinesHerb Lewis1-9/+26
2002-03-06nicer message for --sequence when the server is disconnectedAndrew Tridgell1-2/+7
2002-03-06Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...Jim McDonough1-1/+1
2002-03-06make error codes match W2k advanced server sp2Herb Lewis1-5/+5
2002-03-06Reformat preparing for changes to come...Jeremy Allison1-155/+155
2002-03-05Added Herb's fix to override log level from command line.Jeremy Allison1-0/+2
2002-03-05accept the 0/0 lock but don't treat it in any sort of special wayAndrew Tridgell1-1/+0
2002-03-05show a progress bar during the deny testsAndrew Tridgell1-0/+11
2002-03-05added -M option for minimum lock sizeAndrew Tridgell1-4/+8
2002-03-05fixed NBENCH code for NT4 server ntcreatex semanticsAndrew Tridgell1-4/+10
2002-03-05Found the mp3 problem - it's a generic class bug w.r.t. renaming.Jeremy Allison1-0/+72
2002-03-05Fix error return.Jeremy Allison1-1/+1
2002-03-05Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison4-189/+184
2002-03-05Mask off the aDIR on setfileinfo.Jeremy Allison3-0/+10
2002-03-05Spelling fixes.Tim Potter2-4/+4
2002-03-05Removed unused static function.Tim Potter1-18/+0
2002-03-05Fixed compiler warning about unused variables.Tim Potter1-5/+5
2002-03-04Canonicalise pathnames returned to Windows directory separators.Jeremy Allison1-0/+1
2002-03-04dos2unix not used in HEAD anymore.Jeremy Allison1-2/+2
2002-03-04fix for IRIX compile errorHerb Lewis1-3/+4
2002-03-04allow setting of lock range and base in locktestAndrew Tridgell1-10/+14