summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-03-13include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison5-10/+44
2002-03-13detect SIZELIMIT_EXCEEDED in ldap queries and truncateAndrew Tridgell1-0/+4
2002-03-13Ensure we never use "" as a domain name (Win9X apparently does this for 'net ...Andrew Bartlett1-1/+6
2002-03-13Add "Creator Group" - was in 2.2.x and I'm syncing up the two.Jeremy Allison1-0/+2
2002-03-13Fix typo in copyrightAndrew Bartlett1-1/+1
2002-03-13I don't need my name on this twice :-)Andrew Bartlett1-1/+0
2002-03-13Move the directory creation process outside the 'installbin.sh' script, andAndrew Bartlett3-14/+22
2002-03-13Remove a stub function I forgot to fill in.Jeremy Allison1-6/+0
2002-03-13if we know that the SID is local then don't try via winbinddAndrew Tridgell1-0/+5
2002-03-13fixed mapping of SIDs for local usersAndrew Tridgell1-1/+1
2002-03-12fixed 2 reconnection bugs in the ADS backend supportAndrew Tridgell1-7/+11
2002-03-12get the test for disconnection the right way around!Andrew Tridgell1-3/+3
2002-03-12Yet another build fix for popt. I gotta get me one of these picky systems...Jim McDonough1-1/+1
2002-03-12Missing comma from systems that have ACLs.Jim McDonough1-1/+1
2002-03-12Aack. Don't change too much. vfs.c still won't build, but this should fix so...Jim McDonough1-9/+9
2002-03-12Fix up location of libsmbclient.so so it always goes to /usr/lib.John Terpstra1-1/+1
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