s4:kdc Only get the lp_ctx once for a LDB_fetch()
[ira/wip.git] / source4 /
2009-06-30 Andrew Bartletts4:kdc Only get the lp_ctx once for a LDB_fetch()
2009-06-30 Andrew BartlettRework hdb-samba4 to remove useless abstractions.
2009-06-30 Andrew Bartletts4:dsdb Explain the parsing steps for userPrincipalName...
2009-06-29 Günther Deschners4-smbtorture: use torture_comment & torture_warning...
2009-06-29 Günther Deschners4-smbtorture: correctly test comment behaviour in...
2009-06-29 Günther Deschners4-smbtorture: add RPC-SAMR-MACHINE-AUTH test.
2009-06-29 Günther Deschners4-smbtorture: add torture_suite_add_machine_workstatio...
2009-06-29 Matthias Dieter... Adds the impersonation level in ntcreatex requests...
2009-06-29 Matthias Dieter... Correct some typos in the LDB partition module
2009-06-29 Matthias Dieter... SAMDB: Don't check for "sAMAccountName" twice
2009-06-29 Matthias Dieter... Enhancement of "simple ldap map" with "systemFlags...
2009-06-29 Andrew Kroegerldb: Properly handle NULL when copying attr lists.
2009-06-29 Matthias Dieter... Correct the headers of some SAMBA 4 setup python scripts
2009-06-29 Nathaniel McCallumTwo patches which fix issues on cross compiling/building
2009-06-29 Matthias Dieter... Fixes for SAMBA3RPC torture test
2009-06-29 Matthias Dieter... Small patch for SPOOLSS pipe
2009-06-26 Sam LiddicottUpgrade ntvfs_map_*info to ntvfs_map_async_setup/ntvfs_...
2009-06-25 Kai Blins4 auth_winbind: Internally, info3 has utf8 buffers...
2009-06-25 Kai Blins4 auth_winbind: Don't allocate the rids for the info3...
2009-06-25 Kai Blins4: Add libwbclient backend to auth_winbind
2009-06-24 Volker LendeckeReenable the LDAPI socket for the merged build
2009-06-23 Günther Deschners4-smbtorture: more paranoid checks while testing group...
2009-06-19 Günther Deschners4-smbtorture: fix test_GetInfoLevel crash bug in RPC...
2009-06-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-06-19 Andrew BartlettAllow developers access the the privilaged ldapi socket...
2009-06-19 Andrew BartlettOn our way to alpha9!
2009-06-19 Andrew BartlettMark as release version samba-4.0.0alpha8
2009-06-19 Andrew Bartletts4:ldapsrv Place the 'privilaged' ldapi socket under...
2009-06-19 Andrew Bartletts4:ldb Add test for integer normalisation behaviour
2009-06-19 Matthias Dieter... Fixed some uninitialised variables
2009-06-19 Matthias Dieter... Correct handling of 32-bit integer attributes in SAMBA 4
2009-06-18 Andrew BartlettRemove unused variable
2009-06-18 Andrew BartlettBump the ldb version and the version Samba4 requires.
2009-06-18 Andrew Bartletts4: Add tests and 'must change password' flags in setpa...
2009-06-18 Andrew Bartletts4:libnet Allow 'net password change' to work on expire...
2009-06-18 Andrew Bartletts4:kdc Allow a password change when the password is...
2009-06-18 Andrew Bartletts4:setup Add an option to 'setpassword' to force passwo...
2009-06-18 Andrew Bartletts4:gensec Print GSSAPI error message when unable to...
2009-06-18 Andrew BartlettRequire the new tdb 1.1.5 (for performance reasons)
2009-06-18 Matthias Dieter... Fixes for the "cldap" tests
2009-06-18 Slava Semushinsource4/client/client.c: Possible memory leaks
2009-06-18 Slava SemushinFix resource leak in lib/ldb/tools/ldbmodify.c
2009-06-18 Slava SemushinFix syntax error in lib/ldb/ldb_sqlite3/base160.c
2009-06-18 Eric SandallLDB: Link against both tevent and talloc
2009-06-18 Andrew Kroegers4: Call va_end() after all va_start()/va_copy() calls.
2009-06-18 Matthias Dieter... NETLOGON pipe improvements
2009-06-18 Jelmer VernooijUse system Python LDB bindings, if present.
2009-06-18 Jelmer VernooijUse system LDB by default if the right version was...
2009-06-18 Jelmer Vernooijdsdb: Fix build against system ldb.
2009-06-18 Jelmer Vernooijselftest: Use common function when skipping testsuites...
2009-06-18 Jelmer Vernooijsmb_build: Always build modules for system-libraries...
2009-06-17 Jelmer VernooijFix build with system LDB.
2009-06-17 Jelmer Vernooijconfigure: Use Python tdb bindings from the system...
2009-06-17 Jelmer VernooijRemove outdated Python status file.
2009-06-17 Jelmer VernooijOnly install an explicit set of scripts during "make...
2009-06-17 Jelmer VernooijMake fullschema script executable.
2009-06-17 Jelmer Vernooijpyldb: Fix three more (minor) memory leaks.
2009-06-17 Jelmer Vernooijpyldb: Fix memory leak in Dn.get_parent().
2009-06-17 Jelmer Vernooijpyldb: Fix memory leak in Dn.concat.
2009-06-17 Jelmer Vernooijpyldb/tests: Use different dn's everywhere, to easily...
2009-06-17 Jelmer Vernooijpyldb: Fix another memory leak and reference counting...
2009-06-17 Jelmer Vernooijparam/python: Fix memory leak of LoadParm objects.
2009-06-17 Jelmer Vernooijpycredentials: Raise MemoryError when unable to create...
2009-06-17 Jelmer Vernooijpyldb: Fix memory leak of LdbMessage's created from...
2009-06-17 Jelmer Vernooijpycredentials: Fix memory leak.
2009-06-17 Jelmer Vernooijpyldb: Fix two memory leaks of attribute lists.
2009-06-17 Jelmer Vernooijpyldb: Fix segfault, freeing memory too early in search.
2009-06-17 Jelmer Vernooijpyldb: Support getting the parent of special DNs withou...
2009-06-16 Günther Deschners4-smbtorture: add test for NetUserSetInfo level 0...
2009-06-16 Günther Deschners4-smbtorture: use torture_comment in RPC-SAMR-USERS...
2009-06-16 Günther Deschners4-smbtorture: use TORTURE_TEST_USER define in libnetap...
2009-06-16 Jelmer Vernooijpython: Provide way to iterate over available shares.
2009-06-16 Jelmer Vernooijpython: Add API for accessing available shares.
2009-06-15 Volker LendeckeFix the posixtimedlock test
2009-06-13 Jelmer Vernooijsmbtorture: Output subunit by default.
2009-06-13 Jelmer Vernooijsmbtorture: Remove unused 'quiet' output format.
2009-06-12 Jelmer Vernooijselftest: Fix references to filenames with knownfailure...
2009-06-12 Jelmer Vernooijselftest: Add option to strip output of succeeded tests...
2009-06-12 Jelmer Vernooijselftest: Output subunit on the buildfarm.
2009-06-12 Jelmer Vernooijad-schema/license.txt: Fix typo.
2009-06-12 Andrew Tridgelltwo more NT status codes that we get on DRS with w2k8-R2
2009-06-12 Andrew Tridgellalways enable RPC debugging with a debug level >= 100.
2009-06-11 Andrew BartlettAdd supportedCapabilities to our rootDSE
2009-06-11 Andrew Bartletts4:heimdal: import lorikeet-heimdal-200906080040 (commi...
2009-06-11 Jelmer Vernooijselftest: Fix handling of testsuite, reintroduce progre...
2009-06-11 Jelmer Vernooijselftest: Fix subunit stream to include the right prefi...
2009-06-11 Jelmer Vernooijselftest: Use external processes for filtering known...
2009-06-11 Jelmer Vernooijselftest: Use filter-xfail for known failures
2009-06-11 Jelmer Vernooijselftest: Use subunit internally, and a separate test...
2009-06-11 Nadezhda IvanovaA script to compare the differences in nTSecurityDescri...
2009-06-10 Andrew Tridgellfixed some places where RPC-SECRETS needs to be changed...
2009-06-10 Andrew Tridgellfixed the encoding/decoding of the reverse attribute...
2009-06-10 Donald T. DavisClarify and expand the Kerberos notes made by Andrew...
2009-06-10 Andrew BartlettRemove copy of kerberos-notes.txt added in incorrect...
2009-06-10 Donald T. DavisClarify and expand the Kerberos notes made by Andrew...
2009-06-10 Andrew Tridgellfixed server side sort control
2009-06-10 Andrew Tridgellfixed server side sorting of case-insensitive strings
2009-06-09 Timur I BakeyevFix installation path of the subunit python modules.
2009-06-09 Jelmer Vernooijs4-tests: Add separate variable for tap2subunit.
2009-06-09 Stefan MetzmacherSMB2-COMPOUND: add some tests for invalid requests
next