index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
Introduce system MIT krb5 build with --with-system-mitkrb5 option.
Alexander Bokovoy
4
-358
/
+363
2012-05-19
s4-dsdb: allow modification of some deleted object if the show-deleted contro...
Matthieu Patou
1
-4
/
+9
2012-05-19
s4-dsdb: naming context needs to have the extended-dn syntax too
Matthieu Patou
1
-0
/
+1
2012-05-06
s4-schema: Validate more class attribute when adding a new class in the schema
Matthieu Patou
1
-0
/
+29
2012-05-05
s4: use intermediate var, increase lisibility
Matthieu Patou
1
-6
/
+5
2012-05-04
s4-dsdb: Use data_blob_string_const and add explaination for open-coded funct...
Andrew Bartlett
1
-4
/
+6
2012-05-04
s4-dsdb: Use strcasecmp_m() to compare possibly multibyte strings in samldb
Andrew Bartlett
1
-5
/
+5
2012-05-04
s4:samldb LDB module - make sure to not add identical "servicePrincipalName"s...
Matthias Dieter Wallnöfer
2
-16
/
+88
2012-04-30
s4:samldb LDB module - homogenize LDB search attributes arrays
Matthias Dieter Wallnöfer
1
-13
/
+13
2012-04-30
s4:samldb LDB module - implement "fSMORoleOwner" attribute protection
Matthias Dieter Wallnöfer
2
-0
/
+153
2012-04-29
s4:dsdb/common/util.c - samdb_is_pdc() - fail if the "fSMORoleOwner" attribut...
Matthias Dieter Wallnöfer
1
-1
/
+5
2012-04-29
Add some debug for FOOBAR return case as they are hard to diagnose
Matthieu Patou
1
-0
/
+3
2012-04-29
dsdb: more RELAX to DBCHECK control shift so that only dbcheck can do uncontr...
Matthieu Patou
1
-2
/
+2
2012-04-29
dsdb: change control from relax to dbcheck
Matthieu Patou
1
-1
/
+1
2012-04-23
Cracknames: use krb wrapper functions so it works with MIT
Simo Sorce
1
-25
/
+29
2012-04-23
Make krb5 wrapper library common so they can be used all over
Simo Sorce
1
-1
/
+1
2012-04-19
s4-kcc: avoid a false alarm with rodc
Matthieu Patou
1
-0
/
+7
2012-04-18
dsdb: added SHOW_DELETED to samldb_member_check()
Andrew Tridgell
1
-1
/
+1
2012-04-18
s4:dsdb/pydsdb.c - call the "objectClass" normalisation code from Python
Matthias Dieter Wallnöfer
1
-0
/
+14
2012-04-18
s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modify
Michael Adam
2
-0
/
+35
2012-04-18
s4-schema: set subClassOf by default to top if not specified
Matthieu Patou
1
-0
/
+6
2012-04-18
s4-schema: remove unused variable
Matthieu Patou
1
-4
/
+0
2012-04-18
s4-schema: Generate some schema related attribute as MS AD is doing if they a...
Matthieu Patou
1
-0
/
+43
2012-04-18
s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb and...
Matthieu Patou
3
-11
/
+32
2012-04-17
s4: use enums instead of strings it's cheaper
Matthieu Patou
1
-14
/
+40
2012-04-12
srv_keytab: Pass krb5_context directly, it's all we use anyways.
Simo Sorce
1
-1
/
+1
2012-04-12
s4-auth-krb: Remove unneded dependency on kerberos_util.
Simo Sorce
1
-1
/
+1
2012-04-12
s4-auth-krb: Simplify salt_princ handling.
Simo Sorce
2
-9
/
+63
2012-04-12
s4-auth-krb: Move keytab functions in a separate file.
Simo Sorce
2
-1
/
+2
2012-04-12
s4-ldb: use KRB5_KEY macros to access key elements.
Günther Deschner
1
-8
/
+8
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...
Matthias Dieter Wallnöfer
6
-83
/
+46
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - inline "get_oc_guid_from_message()" to i...
Matthias Dieter Wallnöfer
2
-18
/
+23
2012-04-11
s4:dsdb - introduce a only constant-time "get_last_structural_class()" call
Matthias Dieter Wallnöfer
3
-37
/
+18
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - inline "acl_check_access_on_class" to it...
Matthias Dieter Wallnöfer
2
-46
/
+47
2012-04-11
s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...
Matthias Dieter Wallnöfer
2
-217
/
+200
2012-04-11
s4:acl LDB module - remove set but unused variables
Matthias Dieter Wallnöfer
1
-5
/
+0
2012-04-11
s4:objectclass LDB module - remove unneeded build dependencies
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:schema/schema_query.c - fix a comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:schema/schema_init.c - better use "ldb_attr_cmp" instead of "strcasecmp"
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:dsdb/pydsdb.c - fix indentation
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-03-26
s4-dsdb: use constant-time search for descriptor -> get_last_structural_class()
Andrew Bartlett
2
-2
/
+4
2012-03-26
s4:ldap.py - re-introduce the "(dn=CN=ldaptestUSER3,CN=Users,DC=wallnoefer2,D...
Matthias Dieter Wallnöfer
1
-11
/
+4
2012-03-26
LDB/s4 - do not use the "(dn=...)" syntax on filters anymore
Matthias Dieter Wallnöfer
1
-5
/
+5
2012-03-26
s4:ldap.py - test the already mentioned structural object class sorting behav...
Matthias Dieter Wallnöfer
1
-0
/
+15
2012-03-26
s4:dsdb - enhance "get_last_structural_class()" for optimisations
Matthias Dieter Wallnöfer
3
-10
/
+29
2012-03-26
s4:objectclass LDB module - fix up the sorting in respect to structural or 88...
Matthias Dieter Wallnöfer
1
-4
/
+18
2012-03-26
s4:objectclass LDB module - clean up "objectclass_sort()"
Matthias Dieter Wallnöfer
1
-24
/
+13
2012-03-20
Move NS_GUID_string and NS_GUID_from_string to dsdb-common.
Jelmer Vernooij
4
-1
/
+64
2012-03-14
s4-dsdb: Fix the case for attribute name msDS-hasMasterNCs
Amitay Isaacs
2
-3
/
+3
2012-03-10
tdb_wrap: Move to specific directory.
Jelmer Vernooij
1
-1
/
+1
[next]