summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-03-12Added wins entry.John Terpstra1-0/+2
2002-03-12Removed unused var.Jeremy Allison1-1/+0
2002-03-12Ensure, if we're a PDC or BDC, that the SID stored for the domain nameJeremy Allison1-10/+70
2002-03-12Merge of enumprinters vs getprinter naming patch from 2.2Tim Potter2-20/+38
2002-03-12Added POSIX ACL layer into the vfs.Jeremy Allison6-68/+228
2002-03-12Added tdbbackup.Tim Potter1-0/+1
2002-03-11Removed bogus calles to D() debugging function. Perhaps these shouldTim Potter1-16/+1
2002-03-11always make winbindd try for the PDC first before trying for a BDCAndrew Tridgell1-5/+7
2002-03-11Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison4-9/+40
2002-03-11Another program converted to popt...smbstatus this time.Jim McDonough2-37/+30
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