summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-19s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner1-1/+2
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke5-8/+28
2009-06-18acl_group_override() doesn't need to call stat. Pass thisJeremy Allison1-28/+17
2009-06-18Add some const to the stat struct in the dosmode calls.Jeremy Allison8-102/+72
2009-06-18Replace the boilerplate calls to :Jeremy Allison6-270/+154
2009-06-18libwbclient: fix returned LogonInfo in wbc_LogonUser().Günther Deschner1-2/+4
2009-06-18wbinfo: use wbcLogonUser for wbinfo -K.Günther Deschner1-35/+76
2009-06-18Revert "For tevent to install tevent_util.h"Simo Sorce1-1/+0
2009-06-18s3/docs: Add documentation for 'net sam rights'.Karolin Seeger1-0/+27
2009-06-18s3:netlogon Cope with recent rename in netlogon.idlAndrew Bartlett1-1/+1
2009-06-18Remove unused variableAndrew Bartlett1-3/+0
2009-06-18Bump the ldb version and the version Samba4 requires.Andrew Bartlett2-2/+2
2009-06-18s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett5-12/+146
2009-06-18s4:testprogs Don't specify a username/password when checking the ccacheAndrew Bartlett1-1/+1
2009-06-18s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett11-9/+41
2009-06-18s4:kdc Allow a password change when the password is expiredAndrew Bartlett12-70/+98
2009-06-18s4:setup Add an option to 'setpassword' to force password change at next loginAndrew Bartlett3-3/+17
2009-06-18s4:gensec Print GSSAPI error message when unable to find PACAndrew Bartlett1-1/+3
2009-06-18Require the new tdb 1.1.5 (for performance reasons)Andrew Bartlett2-2/+2
2009-06-18Fixes for the "cldap" testsMatthias Dieter Wallnöfer2-6/+19
2009-06-18source4/client/client.c: Possible memory leaksSlava Semushin1-2/+5
2009-06-18Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin2-0/+2
2009-06-18Fix syntax error in lib/ldb/ldb_sqlite3/base160.cSlava Semushin2-2/+2
2009-06-18For tevent to install tevent_util.hEric Sandall1-0/+1
2009-06-18LDB: Link against both tevent and tallocEric Sandall1-1/+1
2009-06-18s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger4-5/+16
2009-06-18NETLOGON pipe improvementsMatthias Dieter Wallnöfer9-65/+184
2009-06-18Add const to cast, to fix warningAndrew Bartlett1-2/+2
2009-06-17s3 onefs: Remove dfs resolution from create_file() now that it's being done a...Tim Prouty1-22/+1
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty25-131/+398
2009-06-17s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty5-206/+282
2009-06-18Use system Python LDB bindings, if present.Jelmer Vernooij1-1/+9
2009-06-18Use system LDB by default if the right version was found.Jelmer Vernooij1-2/+2
2009-06-18dsdb: Fix build against system ldb.Jelmer Vernooij3-3/+3
2009-06-18selftest: Use common function when skipping testsuites based on run-timeJelmer Vernooij1-11/+32
2009-06-18smb_build: Always build modules for system-libraries as shared libraries,Jelmer Vernooij1-2/+3
2009-06-18Fix build with system LDB.Jelmer Vernooij4-4/+4
2009-06-18configure: Use Python tdb bindings from the system, if found.Jelmer Vernooij1-3/+10
2009-06-18Remove outdated Python status file.Jelmer Vernooij2-16/+2
2009-06-17Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison1-0/+12
2009-06-17selftest: report time after testsuite, gives nicer output on theJelmer Vernooij1-1/+1
2009-06-17tdb: Fix help string in configure flag to enable Python bindings.Jelmer Vernooij1-1/+1
2009-06-17Only install an explicit set of scripts during "make install", rather thanJelmer Vernooij1-1/+8
2009-06-17Make fullschema script executable.Jelmer Vernooij1-0/+0
2009-06-17pyldb: Fix three more (minor) memory leaks.Jelmer Vernooij2-14/+42
2009-06-17pyldb: Fix memory leak in Dn.get_parent().Jelmer Vernooij1-2/+16
2009-06-17pyldb: Fix memory leak in Dn.concat.Jelmer Vernooij1-3/+12
2009-06-17pyldb/tests: Use different dn's everywhere, to easily spot which test isJelmer Vernooij1-49/+49
2009-06-17pyldb: Fix another memory leak and reference counting error.Jelmer Vernooij1-12/+24
2009-06-17param/python: Fix memory leak of LoadParm objects.Jelmer Vernooij1-1/+12