summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ldb:ldb_dn.c - "ldb_dn_set_extended_component" - free the linearized string w...Matthias Dieter Wallnöfer2010-06-291-2/+4
* s4:ldb_dn.c - make the code parts which free extended components consistentMatthias Dieter Wallnöfer2010-06-291-9/+7
* ldb:ldb_dn - "ldb_dn_explode" - move the "dn->comp_num" initalisation upwards...Matthias Dieter Wallnöfer2010-06-291-3/+3
* s4-smbtorture: remove some pointless mem_equal tests in LOCAL-NDR-WINREG test...Günther Deschner2010-06-291-3/+0
* s4-smbtorture: handle NT_STATUS_NOT_IMPLEMENTED in GetForestTrustInformation ...Günther Deschner2010-06-291-2/+6
* s4-smbtorture: use TEST_MACHINE_NAME in test_netr_GetForestTrustInformation().Günther Deschner2010-06-291-1/+1
* s4-smbtorture: add netr_GetForestTrustInformation test to RPC-NETLOGON.Günther Deschner2010-06-292-0/+40
* s3-utils: remove rpccheck.Günther Deschner2010-06-291-62/+0
* Revert "s4/dsdb: Fixed partition_search() not to pass special DN's to LDAP ba...Matthias Dieter Wallnöfer2010-06-291-8/+6
* Revert "s4/auth: Fixed authsam_expand_nested_groups() to find entry SID if no...Matthias Dieter Wallnöfer2010-06-291-21/+4
* s4-smbtorture: add NDR torture test for winreg_QueryMultipleValues2.Günther Deschner2010-06-291-0/+47
* s4-smbtorture: add RPC torture test for winreg_QueryMultipleValues2.Günther Deschner2010-06-291-0/+41
* winreg: fix winreg_QueryMultipleValues2 IDL.Günther Deschner2010-06-291-4/+5
* winreg: fix winreg_QueryMultipleValues() IDL and torture tests.Günther Deschner2010-06-293-29/+30
* s3-client: Make sure we only write to an opened file.Andreas Schneider2010-06-291-4/+10
* s3-winbind: Make sure we crash if domain is really not found.Andreas Schneider2010-06-291-1/+1
* s3-net: Make sure we don't call free on garbage.Andreas Schneider2010-06-291-1/+1
* s3-net: Use talloc_asprintf and return if file is in wrong format.Andreas Schneider2010-06-291-19/+16
* s3-librpc: Fixed GUID_from_data_blob() with length of 32.Andreas Schneider2010-06-291-5/+5
* Fixed incorrect use of cn instead of lDAPDisplayNameNadezhda Ivanova2010-06-291-2/+2
* s4:secrets Ensure secrets.ldb uses the same hooks as the rest of SambaAndrew Bartlett2010-06-292-46/+13
* s4:selftest Split out PKINIT tests from test_kinit.sh and test enc typesAndrew Bartlett2010-06-293-15/+83
* s4:kdc Rework the 'allowed enc types' calculationAndrew Bartlett2010-06-291-41/+35
* s4:auth Query LDB for msds-SupportedEncryptionTypes for the KDCAndrew Bartlett2010-06-291-0/+1
* s4:kerberos Add functions to convert msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-292-0/+60
* s4:libnet_join Fix typo in msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-291-1/+1
* s4:provision Add an msDS-SupportedEncryptionTypes entry to our DCAndrew Bartlett2010-06-293-2/+35
* build: only use git when found by configureAndrew Tridgell2010-06-293-17/+35
* build: allow LOAD_ENVIRONMENT() to pass when no configure has been runAndrew Tridgell2010-06-291-2/+5
* build: allow always=True/False on SAMBA_GENERATOR()Andrew Tridgell2010-06-291-1/+5
* s4/repl_meta_data: remove duplicated (and commented out) logKamen Mazdrashki2010-06-291-6/+0
* s4/ndr: Fix tuncating of constant to a 'long' typeKamen Mazdrashki2010-06-291-2/+2
* s4:lib/registry/ldb.c - add a missing braceMatthias Dieter Wallnöfer2010-06-281-1/+1
* s4:lib/registry/ldb.c - fix memory handling in "ldb_open_key"Matthias Dieter Wallnöfer2010-06-281-1/+4
* s4:lib/ldb/registry.c - handle the classname in the right wayMatthias Dieter Wallnöfer2010-06-281-1/+8
* s4:lib/registry/ldb.c - remove really useless "local_ctx"Matthias Dieter Wallnöfer2010-06-281-8/+2
* s4:lib/registry/ldb.c - retrieve the classname correctly in "ldb_get_subkey_b...Matthias Dieter Wallnöfer2010-06-281-7/+6
* s4:lib/registry/ldb.c - change the "ldb_get_value" implementation to use the ...Matthias Dieter Wallnöfer2010-06-281-20/+17
* s3: Change exit on immediate socket failure.Ira Cooper2010-06-281-4/+4
* s4:auth/sam.c - "authsam_expand_nested_groups" - small performance improvementMatthias Dieter Wallnöfer2010-06-281-3/+7
* s4:auth/sam.c - "authsam_expand_nested_groups" - cosmetic/commentsMatthias Dieter Wallnöfer2010-06-281-9/+11
* s4:auth/sam.c - "authsam_expand_nested_groups" - use "dsdb_search_dn" where p...Matthias Dieter Wallnöfer2010-06-281-3/+11
* selftest: Remove accidentally committed dummy test.Jelmer Vernooij2010-06-281-1/+0
* s4/spnupdate: Fixed spnupdate to use secrets credentials when accessing SamDB.Endi S. Dewata2010-06-281-3/+30
* s4/libcli: Register LDB_CONTROL_REVEAL_INTERNALS and DSDB_CONTROL_PASSWORD_CH...Endi S. Dewata2010-06-281-0/+4
* s4/dsdb: Fixed partition_search() not to pass special DN's to LDAP backend.Endi S. Dewata2010-06-281-6/+8
* s4/auth: Fixed authsam_expand_nested_groups() to find entry SID if not availa...Endi S. Dewata2010-06-281-1/+8
* s3: Make some routines static in smbldapVolker Lendecke2010-06-282-4/+2
* s4:repl_meta_data LDB module - fix counter typeMatthias Dieter Wallnöfer2010-06-281-1/+1
* s4:acl LDB module - fix counter typeMatthias Dieter Wallnöfer2010-06-281-1/+2