summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Mark as release versionsamba-4.0.0alpha8Andrew Bartlett2009-06-191-1/+1
* s4:ldapsrv Place the 'privilaged' ldapi socket under an #ifdefAndrew Bartlett2009-06-191-1/+11
* s4:ldb Add test for integer normalisation behaviourAndrew Bartlett2009-06-191-0/+17
* Fixed some uninitialised variablesMatthias Dieter Wallnöfer2009-06-195-18/+20
* Correct handling of 32-bit integer attributes in SAMBA 4Matthias Dieter Wallnöfer2009-06-194-41/+88
* Remove unused variableAndrew Bartlett2009-06-181-3/+0
* Bump the ldb version and the version Samba4 requires.Andrew Bartlett2009-06-182-2/+2
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-184-12/+25
* s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2009-06-1811-9/+41
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-1812-70/+98
* s4:setup Add an option to 'setpassword' to force password change at next loginAndrew Bartlett2009-06-183-3/+17
* s4:gensec Print GSSAPI error message when unable to find PACAndrew Bartlett2009-06-181-1/+3
* Require the new tdb 1.1.5 (for performance reasons)Andrew Bartlett2009-06-182-2/+2
* Fixes for the "cldap" testsMatthias Dieter Wallnöfer2009-06-182-6/+19
* source4/client/client.c: Possible memory leaksSlava Semushin2009-06-181-2/+5
* Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin2009-06-181-0/+1
* Fix syntax error in lib/ldb/ldb_sqlite3/base160.cSlava Semushin2009-06-181-1/+1
* LDB: Link against both tevent and tallocEric Sandall2009-06-181-1/+1
* s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-181-0/+1
* NETLOGON pipe improvementsMatthias Dieter Wallnöfer2009-06-182-33/+81
* Use system Python LDB bindings, if present.Jelmer Vernooij2009-06-181-1/+9
* Use system LDB by default if the right version was found.Jelmer Vernooij2009-06-181-2/+2
* dsdb: Fix build against system ldb.Jelmer Vernooij2009-06-183-3/+3
* selftest: Use common function when skipping testsuites based on run-timeJelmer Vernooij2009-06-181-11/+32
* smb_build: Always build modules for system-libraries as shared libraries,Jelmer Vernooij2009-06-181-2/+3
* Fix build with system LDB.Jelmer Vernooij2009-06-184-4/+4
* configure: Use Python tdb bindings from the system, if found.Jelmer Vernooij2009-06-181-3/+10
* Remove outdated Python status file.Jelmer Vernooij2009-06-182-16/+2
* Only install an explicit set of scripts during "make install", rather thanJelmer Vernooij2009-06-171-1/+8
* Make fullschema script executable.Jelmer Vernooij2009-06-171-0/+0
* pyldb: Fix three more (minor) memory leaks.Jelmer Vernooij2009-06-172-14/+42
* pyldb: Fix memory leak in Dn.get_parent().Jelmer Vernooij2009-06-171-2/+16
* pyldb: Fix memory leak in Dn.concat.Jelmer Vernooij2009-06-171-3/+12
* pyldb/tests: Use different dn's everywhere, to easily spot which test isJelmer Vernooij2009-06-171-49/+49
* pyldb: Fix another memory leak and reference counting error.Jelmer Vernooij2009-06-171-12/+24
* param/python: Fix memory leak of LoadParm objects.Jelmer Vernooij2009-06-171-1/+12
* pycredentials: Raise MemoryError when unable to create objects.Jelmer Vernooij2009-06-171-1/+6
* pyldb: Fix memory leak of LdbMessage's created from Python.Jelmer Vernooij2009-06-171-3/+7
* pycredentials: Fix memory leak.Jelmer Vernooij2009-06-171-1/+7
* pyldb: Fix two memory leaks of attribute lists.Jelmer Vernooij2009-06-171-3/+20
* pyldb: Fix segfault, freeing memory too early in search.Jelmer Vernooij2009-06-171-4/+14
* pyldb: Support getting the parent of special DNs without segfaulting.Jelmer Vernooij2009-06-172-1/+20
* s4-smbtorture: add test for NetUserSetInfo level 0 (user rename).Günther Deschner2009-06-171-2/+13
* s4-smbtorture: use torture_comment in RPC-SAMR-USERS-PRIVILEGES test.Günther Deschner2009-06-171-15/+15
* s4-smbtorture: use TORTURE_TEST_USER define in libnetapi user test.Günther Deschner2009-06-171-17/+15
* python: Provide way to iterate over available shares.Jelmer Vernooij2009-06-163-2/+53
* python: Add API for accessing available shares.Jelmer Vernooij2009-06-163-0/+101
* Fix the posixtimedlock testVolker Lendecke2009-06-151-8/+53
* smbtorture: Output subunit by default.Jelmer Vernooij2009-06-131-1/+1
* smbtorture: Remove unused 'quiet' output format.Jelmer Vernooij2009-06-131-36/+0