summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r15162: Patch for bug #3668. Windows has a bug with LARGE_READXJeremy Allison2007-10-103-5/+27
* r15160: Fix from William Jojo I thought had already been added (butJeremy Allison2007-10-101-8/+6
* r15154: bump version to 3.0.23pre2Gerald Carter2007-10-101-1/+1
* r15152: Fix a case when target is offline. Jerry, this needs to be in 3.0.23pre1Alexander Bokovoy2007-10-101-1/+1
* r15150: Adding winbind debug class to the main daemon.Günther Deschner2007-10-101-0/+3
* r15141: Fix for #3592 inspired by Justin Best <justinb@pdxmission.org>.Jeremy Allison2007-10-101-19/+30
* r15138: Teach Samba the difference between exclusive and batch oplocks.Jeremy Allison2007-10-101-40/+60
* r15137: Refuse to join if our netbios name is longer than 15 chars. I think t...Volker Lendecke2007-10-102-0/+13
* r15136: Fix join consistency checkVolker Lendecke2007-10-102-2/+2
* r15133: in_server is not used anywhereVolker Lendecke2007-10-102-4/+0
* r15132: Fix some shadowed variable warningsVolker Lendecke2007-10-102-28/+28
* r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison2007-10-104-5/+57
* r15123: Don't even try to join with an inproper configuration.Günther Deschner2007-10-102-0/+13
* r15119: Initialize our global sam sid first, quite a lot of the other initial...Volker Lendecke2007-10-101-11/+22
* r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don'tJames Peach2007-10-102-9/+7
* r15115: Fix error return on sessionsetup. Ensure noJeremy Allison2007-10-101-11/+15
* r15112: Move strict locking default to auto. Fix up the errorJeremy Allison2007-10-102-2/+2
* r15107: 64 bit fixes. size_t on a 64-bit box is not uint32.Jeremy Allison2007-10-101-3/+12
* r15104: Implement Samba4's tdb_name().Volker Lendecke2007-10-102-1/+9
* r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4'sVolker Lendecke2007-10-102-15/+15
* r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by...Volker Lendecke2007-10-102-15/+15
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2007-10-1012-24/+32
* r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This shou...Volker Lendecke2007-10-102-2/+59
* r15093: Align to the last winbind changes.Lars Müller2007-10-101-6/+6
* r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2007-10-106-29/+19
* r15086: Get defensive about creating user accounts when winbinddGerald Carter2007-10-101-2/+5
* r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison2007-10-103-11/+17
* r15083: Using talloc with destructors is nice and all, but in thisJeremy Allison2007-10-103-35/+31
* r15080: As discussed with Jerry, remove the CAP_LIBS again (we don't need thatGünther Deschner2007-10-102-40/+36
* r15074: Remove -lcap from pam_winbind (not needed)Gerald Carter2007-10-102-34/+38
* r15072: Last bit of 32/64 bit portabilities fixes for winbindGerald Carter2007-10-103-9/+19
* r15068: Fix a shadowed variable warningVolker Lendecke2007-10-101-2/+2
* r15060: The brlock code gets called a lot. Ensure we keep theJeremy Allison2007-10-102-29/+21
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2007-10-1022-131/+168
* r15047: Add support for using libunwind to generate a backtrace. This isJames Peach2007-10-103-32/+129
* r15046: Fix bug #3490 reported by Jason Mader. Do not continue to check for LDAPJames Peach2007-10-101-24/+34
* r15044: Fix the build. (void returning non-void).Günther Deschner2007-10-101-1/+1
* r15043: Only build our copy of iniparser when the system doesn't have one.Günther Deschner2007-10-102-4/+41
* r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner2007-10-109-252/+1272
* r15040: Stripping the parametric options in pam_winbind and useGünther Deschner2007-10-103-12/+13
* r15039: Fix an uninitialized variable. I _think_ this should default toVolker Lendecke2007-10-101-1/+1
* r15038: Replace all code in pam_winbind that relied on access to sambaGünther Deschner2007-10-103-90/+176
* r15037: Adding iniParser (http://ndevilla.free.fr/iniparser/), a free inifileGünther Deschner2007-10-1021-0/+3405
* r15035: It seems that many preprocessors do not like comments in macro args..Volker Lendecke2007-10-101-1/+4
* r15034: Attempt to make the build farm happyVolker Lendecke2007-10-101-1/+1
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2007-10-106-33/+29
* r15028: Fix logic error checking valid args to POSIX lockJeremy Allison2007-10-101-1/+1
* r15026: Fix warning until POSIX locking finished.Jeremy Allison2007-10-101-2/+1
* r15025: Fix exit_server_cleanly call.Jeremy Allison2007-10-101-1/+1
* r15022: Fix core dumps on normal server exit.Jeremy Allison2007-10-103-10/+10