summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15341: Ok I give up, I've been beaten by bug reports. PeopleJeremy Allison2-14/+83
2007-10-10r15336: Unknown escape sequence: '\305' - should have been '\n'.Jeremy Allison1-1/+1
2007-10-10r15334: Fix warning. This table and function not used anymore. Jerry pleaseJeremy Allison1-17/+0
2007-10-10r15333: Paulg broke the function prototyping of decl_static_XX.Jeremy Allison1-1/+1
2007-10-10r15320: default "passdb expand explicit" to noVolker Lendecke1-1/+1
2007-10-10r15311: look at the NT password (not lanman one) when determining if smbpassw...Gerald Carter1-1/+1
2007-10-10r15310: only store lanman passwords on a change if 'lanman auth = yes'Gerald Carter1-7/+8
2007-10-10r15309: normalize printing keys when deletingGerald Carter2-22/+3
2007-10-10r15308: Fix the build, sorry.Günther Deschner1-1/+1
2007-10-10r15307: Ignore builtin groups we're a member of on the DC as those membershipsGünther Deschner1-1/+6
2007-10-10r15306: Be consistent between rpc and ads winbind backend: let the ads backendGünther Deschner3-20/+60
2007-10-10r15305: Let winbind search by sid directly (or in windows terms: "bind to aGünther Deschner6-111/+144
2007-10-10r15299: Fix import of Python modules. Fixes Bug #3567.Deryck Hodge2-2/+11
2007-10-10r15293: Don't ever set O_SYNC on open unless "strict sync = yes".Jeremy Allison1-1/+1
2007-10-10r15289: Put references to $PICFLAGS in quotes. Fixes #3725.Tim Potter1-2/+2
2007-10-10r15285: Fix the build.Paul Green1-1/+2
2007-10-10r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green8-3/+15
2007-10-10r15269: Fix incorrect boolean in assert to make POSIX lock testsJeremy Allison1-1/+1
2007-10-10r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...Volker Lendecke3-6/+6
2007-10-10r15255: Add return statement after abort to placate fussy compilers. Closes ...Tim Potter1-0/+2
2007-10-10r15251: Adding PreWin2kAccess builtin sid.Günther Deschner2-0/+3
2007-10-10r15250: dump some more sids.Günther Deschner1-0/+2
2007-10-10r15244: Fix debug typo.Günther Deschner1-1/+1
2007-10-10r15243: Sorry for the breakage:Günther Deschner2-1/+14
2007-10-10r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner9-4/+164
2007-10-10r15229: Save useless roundtrips in pam_auth (fallback to samlogon) when we knowGünther Deschner1-1/+3
2007-10-10r15228: Fix -n winbind option which has become meaningless with the persistentGünther Deschner1-0/+6
2007-10-10r15227: Fix a valgrind error. We are marshalling here, not unmarshalling.Volker Lendecke1-2/+1
2007-10-10r15218: Update Makefile.in to avoid building libmsrpc.so on systems that do n...Paul Green1-3/+3
2007-10-10r15216: Fix the build for machines without krb5. Oops, sorry.Jeremy Allison2-2/+10
2007-10-10r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison6-51/+120
2007-10-10r15198: Mention the auditing tool in "net rpc help".Günther Deschner1-0/+1
2007-10-10r15196: Update a comment that I found confusing (I confuse easily).Paul Green1-1/+1
2007-10-10r15194: We need to be able to join as PDC as well. Thanks to Andrew Bartlett.Günther Deschner2-6/+4
2007-10-10r15180: Use tdb_lock_bystring_with_timeout().Lars Müller1-1/+1
2007-10-10r15175: Try to get Stratus VOS back to build. Thanks, Paul.Volker Lendecke1-0/+1
2007-10-10r15174: Check in Ronan Waide's wbinfo -i. Thanks :-)Volker Lendecke1-0/+40
2007-10-10r15173: Fix a non-critical memleakVolker Lendecke1-7/+2
2007-10-10r15162: Patch for bug #3668. Windows has a bug with LARGE_READXJeremy Allison3-5/+27
2007-10-10r15160: Fix from William Jojo I thought had already been added (butJeremy Allison1-8/+6
2007-10-10r15154: bump version to 3.0.23pre2Gerald Carter1-1/+1
2007-10-10r15152: Fix a case when target is offline. Jerry, this needs to be in 3.0.23pre1Alexander Bokovoy1-1/+1
2007-10-10r15150: Adding winbind debug class to the main daemon.Günther Deschner1-0/+3
2007-10-10r15141: Fix for #3592 inspired by Justin Best <justinb@pdxmission.org>.Jeremy Allison1-19/+30
2007-10-10r15138: Teach Samba the difference between exclusive and batch oplocks.Jeremy Allison1-40/+60
2007-10-10r15137: Refuse to join if our netbios name is longer than 15 chars. I think t...Volker Lendecke2-0/+13
2007-10-10r15136: Fix join consistency checkVolker Lendecke2-2/+2
2007-10-10r15133: in_server is not used anywhereVolker Lendecke2-4/+0
2007-10-10r15132: Fix some shadowed variable warningsVolker Lendecke2-28/+28
2007-10-10r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison4-5/+57