summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-03-11only try an ordinary file in lock6Andrew Tridgell1-2/+2
2002-03-11put in the ADS DNS hack, but commented outAndrew Tridgell1-0/+11
2002-03-11expanded the lock6 test a bit to try lsarpc as wellAndrew Tridgell1-11/+17
2002-03-11added a LOCK6 test for weird lockingX lock type bitsAndrew Tridgell1-1/+40
2002-03-11make sure we give an error for unknown lockingX locktype bitsAndrew Tridgell1-0/+7
2002-03-11added cli_locktype() for testing different lockingX lock typesAndrew Tridgell1-0/+54
2002-03-11a bit more portability for tdbbackupAndrew Tridgell1-1/+2
2002-03-10failed timed locks always give LOCK_CONFLICT not LOCK_NOT_GRANTEDAndrew Tridgell1-0/+6
2002-03-10added -E and -Z options, and allow for the 2 servers to have differentAndrew Tridgell1-33/+63
2002-03-10this attempts to handle the rather bizarre lock cache semantics inAndrew Tridgell2-1/+15
2002-03-10better handling of a zero timeout in cli_lockAndrew Tridgell1-2/+6
2002-03-10make tdbbackup more portableAndrew Tridgell1-4/+17
2002-03-10forgotten file, oopsAndrew Tridgell1-0/+175
2002-03-10preparing for release of 3.0-alpha16Samba Release Account1-1/+1
2002-03-10Fix typo.Martin Pool1-1/+1
2002-03-10yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell5-78/+438
2002-03-10try to use our workstation account password for ADS leaveAndrew Tridgell1-4/+11
2002-03-10add a note about the meaning of global_sam_sidAndrew Tridgell1-0/+3
2002-03-10remove an unused variableAndrew Tridgell1-1/+1
2002-03-10prevent bogus compiler complaints about comments in commentsAndrew Tridgell1-2/+2
2002-03-10return the correct SID and domain name for the samr enum_domain andAndrew Tridgell1-8/+30
2002-03-10rewrote the machine sid storage code to store the SID in secrets.tdbAndrew Tridgell1-208/+63
2002-03-10make sure we use consistent keys in secrets.tdb by uppercasing domainAndrew Tridgell1-0/+4
2002-03-09removed bogus prepend_domain() call which was screwing up getpwuid()Andrew Tridgell1-10/+2
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