summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r15123: Don't even try to join with an inproper configuration.Günther Deschner2-0/+13
2007-10-10r15119: Initialize our global sam sid first, quite a lot of the other initial...Volker Lendecke1-11/+22
2007-10-10r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don'tJames Peach2-9/+7
2007-10-10r15115: Fix error return on sessionsetup. Ensure noJeremy Allison1-11/+15
2007-10-10r15112: Move strict locking default to auto. Fix up the errorJeremy Allison2-2/+2
2007-10-10r15107: 64 bit fixes. size_t on a 64-bit box is not uint32.Jeremy Allison1-3/+12
2007-10-10r15104: Implement Samba4's tdb_name().Volker Lendecke2-1/+9
2007-10-10r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4'sVolker Lendecke2-15/+15
2007-10-10r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by...Volker Lendecke2-15/+15
2007-10-10r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke12-24/+32
2007-10-10r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This shou...Volker Lendecke2-2/+59
2007-10-10r15093: Align to the last winbind changes.Lars Müller1-6/+6
2007-10-10r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison6-29/+19
2007-10-10r15086: Get defensive about creating user accounts when winbinddGerald Carter1-2/+5
2007-10-10r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison3-11/+17
2007-10-10r15083: Using talloc with destructors is nice and all, but in thisJeremy Allison3-35/+31
2007-10-10r15080: As discussed with Jerry, remove the CAP_LIBS again (we don't need thatGünther Deschner2-40/+36
2007-10-10r15074: Remove -lcap from pam_winbind (not needed)Gerald Carter2-34/+38
2007-10-10r15072: Last bit of 32/64 bit portabilities fixes for winbindGerald Carter3-9/+19
2007-10-10r15068: Fix a shadowed variable warningVolker Lendecke1-2/+2
2007-10-10r15060: The brlock code gets called a lot. Ensure we keep theJeremy Allison2-29/+21
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter22-131/+168
2007-10-10r15047: Add support for using libunwind to generate a backtrace. This isJames Peach3-32/+129
2007-10-10r15046: Fix bug #3490 reported by Jason Mader. Do not continue to check for LDAPJames Peach1-24/+34