index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:partition DSDB module - Generate basic referrals
Matthias Dieter Wallnöfer
2010-02-25
2
-47
/
+144
*
s4:partition DSDB module - change the search and domain scope control handling
Matthias Dieter Wallnöfer
2010-02-25
1
-35
/
+22
*
s4:SAMLDB module - ignore referrals
Matthias Dieter Wallnöfer
2010-02-25
1
-5
/
+6
*
dsdb: Add a more explicit error message for constructed attributes
Matthieu Patou
2010-02-24
1
-0
/
+1
*
s4/schema: Move msDS-IntId implementation to samldb.c module
Kamen Mazdrashki
2010-02-24
2
-149
/
+87
*
s4:operational LDB module - enable support for passing referrals through it
Matthias Dieter Wallnöfer
2010-02-21
1
-2
/
+1
*
s4:partition DSDB module - Cosmetic fixups
Matthias Dieter Wallnöfer
2010-02-21
1
-16
/
+23
*
s4:password_hash - Fix up request message pointers
Matthias Dieter Wallnöfer
2010-02-21
1
-7
/
+7
*
s4:credentials Add hooks to extract a named Kerberos credentials cache
Andrew Bartlett
2010-02-20
2
-2
/
+5
*
s4-samdb: use dsdb_search() in cracknames
Andrew Tridgell
2010-02-16
1
-57
/
+24
*
s4-dsdb: move dsdb_request_add_controls() into dsdb/common/util.c
Andrew Tridgell
2010-02-16
4
-85
/
+13
*
s4-rootdse: we don't need DSDB_FLAG_OWN_MODULE here
Andrew Tridgell
2010-02-16
1
-2
/
+2
*
s4-drs: enable the recyclebin optional feature
Eduardo Lima
2010-02-16
1
-19
/
+250
*
s4-dsdb: don't change replPropertyMetaData if the value hasn't changed
Andrew Tridgell
2010-02-15
1
-4
/
+20
*
s4-drs: Fixes bugs regarding Urgent Replication on wrong situations
Fernando J V da Silva
2010-02-15
1
-7
/
+16
*
s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()
Andrew Tridgell
2010-02-13
1
-5
/
+2
*
s4-dsdb: use TYPESAFE_QSORT() in dsdb code
Andrew Tridgell
2010-02-13
4
-19
/
+11
*
util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)
Andrew Tridgell
2010-02-10
1
-2
/
+1
*
s4-dsdb: update repl_meta_data.c to use new DLIST_ macros
Jeremy Allison
2010-02-10
1
-3
/
+2
*
s4:subtree_delete - "NULL" as format string isn't allowed on FreeBSD
Matthias Dieter Wallnöfer
2010-02-08
1
-2
/
+3
*
s4:mark the SYSTEM control always as non-critical
Matthias Dieter Wallnöfer
2010-02-04
1
-0
/
+29
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-2
/
+2
*
s4-dsdb: isGlobalCatalogReady should be shown by default
Andrew Tridgell
2010-01-17
1
-1
/
+1
*
s4-dsdb: added isGlobalCatalogReady
Andrew Tridgell
2010-01-16
1
-0
/
+12
*
s4-drs: Store uSNUrgent for Urgent Replication
Fernando J V da Silva
2010-01-14
1
-10
/
+95
*
s4:dsdb: use validate_update module
Stefan Metzmacher
2010-01-13
1
-0
/
+1
*
s4:dsdb: add validate_update module
Stefan Metzmacher
2010-01-13
2
-1
/
+130
*
s4:dsdb/resolve_oids: also resolve oid in search attribute list
Stefan Metzmacher
2010-01-13
1
-4
/
+55
*
s4:dsdb/schema_load: add a TODO about schema reloading
Stefan Metzmacher
2010-01-13
1
-1
/
+11
*
s4:repl_meta_data - Transform a "1" into a "true" on a boolean variable
Matthias Dieter Wallnöfer
2010-01-10
1
-1
/
+1
*
s4-drs: instanceType is always sent, regardless of UDV values
Andrew Tridgell
2010-01-09
1
-4
/
+6
*
s4-samldb: fixed primaryGroupID when promoting a machine to a DC
Andrew Tridgell
2010-01-09
1
-17
/
+30
*
s4-samba3samtest: we need to force netbios name as well
Andrew Tridgell
2010-01-08
1
-0
/
+1
*
s4-samba3sid: fixed error returns when res->count != 1 and oom
Andrew Tridgell
2010-01-08
1
-3
/
+3
*
s4-samba3samtest: force workgroup so the domain is right
Andrew Tridgell
2010-01-08
1
-0
/
+1
*
s4-samba3sid: the sambaNextRid attribute is actually the previous RID
Andrew Tridgell
2010-01-08
1
-3
/
+6
*
s4-samba3sam: use samba3sid module
Andrew Tridgell
2010-01-08
1
-1
/
+3
*
s4-dsdb: added a samba3sid module
Andrew Tridgell
2010-01-08
2
-1
/
+208
*
s4-samba3samtest: use system credentials for creating users
Andrew Tridgell
2010-01-08
1
-5
/
+6
*
s4-dsdb: fixed const misuse in acl module
Andrew Tridgell
2010-01-08
1
-4
/
+4
*
s4-dsdb: use dsdb_module_am_system() in acl module
Andrew Tridgell
2010-01-08
1
-19
/
+11
*
s4-dsdb: allow specification of a SID if we are system
Andrew Tridgell
2010-01-08
1
-1
/
+2
*
s4-dsdb: added dsdb_module_am_system()
Andrew Tridgell
2010-01-08
1
-0
/
+9
*
s4-dsdb: squash some unknown structure warnings
Andrew Tridgell
2010-01-08
1
-1
/
+3
*
s4-partition: fixed selection of partitions on exact match
Andrew Tridgell
2010-01-08
1
-3
/
+1
*
s4-dsdb: poke the RID Manager when completely out of RIDs too
Andrew Tridgell
2010-01-08
1
-38
/
+41
*
s4-dsdb: ensure we will in all the attributes for RID Set
Andrew Tridgell
2010-01-08
1
-16
/
+4
*
s4-dsdb: added DSDB_FLAG_TOP_MODULE
Andrew Tridgell
2010-01-08
2
-0
/
+9
*
s4-dsdb: no longer need special invocationID handling for standalone servers
Andrew Tridgell
2010-01-08
1
-76
/
+1
*
s4/schema: Do not assign msDS-IntId value if LDB_CONTROL_RELAX_OID is passed
Kamen Mazdrashki
2010-01-08
1
-0
/
+5
[next]