index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
common
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-8
/
+8
*
s4-dsdb: add our local cursor and sort in dsdb_load_udv_*()
Andrew Tridgell
2010-01-16
1
-19
/
+65
*
s4-dsdb: added dsdb_load_udv_v2() and dsdb_load_udv_v1()
Andrew Tridgell
2010-01-16
1
-0
/
+82
*
s4-drs: Store uSNUrgent for Urgent Replication
Fernando J V da Silva
2010-01-14
1
-5
/
+23
*
s4:dsdb/common: fix major bug in lsa_BinaryString to ldb_val conversation.
Stefan Metzmacher
2010-01-13
1
-2
/
+2
*
s4:dsdb/common: let samdb_msg_add_uint() call samdb_msg_add_int()
Stefan Metzmacher
2010-01-13
1
-2
/
+1
*
s4:dsdb/common: let samdb_msg_add_uint64() call samdb_msg_add_int64()
Stefan Metzmacher
2010-01-13
1
-2
/
+1
*
s4-dsdb: added samdb_domain_sid_cache_only()
Andrew Tridgell
2010-01-10
1
-1
/
+8
*
s4-dsdb: added samdb_ldb_val_case_cmp()
Andrew Tridgell
2010-01-09
1
-0
/
+16
*
s4-drs: added filtering by udv in getncchanges
Andrew Tridgell
2010-01-09
1
-0
/
+6
*
s4-dsdb: added dsdb_find_guid_attr_by_dn()
Andrew Tridgell
2010-01-08
1
-5
/
+18
*
s4-dsdb: added samdb_rid_set_dn()
Andrew Tridgell
2010-01-08
1
-0
/
+18
*
s4-dsdb: added samdb_reference_dn()
Andrew Tridgell
2010-01-08
1
-0
/
+62
*
s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNs
Andrew Tridgell
2010-01-02
1
-7
/
+41
*
s4-dsdb: fixed several memory leaks
Andrew Tridgell
2010-01-02
1
-5
/
+18
*
s4-dsdb: fixed samdb_create_foreign_security_principal() to use the wellknown...
Andrew Tridgell
2010-01-02
1
-18
/
+20
*
s4-dsdb: added dsdb_tombstone_lifetime()
Andrew Tridgell
2010-01-02
1
-0
/
+26
*
s4-dsdb: added dsdb_set_extended_dn_guid()
Andrew Tridgell
2010-01-02
1
-0
/
+19
*
s4-dsdb: added dsdb_dn_is_upgraded_link_val()
Andrew Tridgell
2010-01-02
1
-0
/
+9
*
s4-dsdb: allow the component name to be specified in dsdb_get_extended_dn_guid()
Andrew Tridgell
2010-01-02
1
-2
/
+2
*
s4-dsdb-util: Execute ldb_request using LDB_CONTROL_AS_SYSTEM
Kamen Mazdrashki
2009-12-21
1
-0
/
+49
*
s4-dsdb-util: Utility function to process ldb_request in transaction
Kamen Mazdrashki
2009-12-21
1
-0
/
+26
*
s4-dsdb: added dsdb_get_extended_dn_uint64()
Andrew Tridgell
2009-12-21
1
-3
/
+11
*
s4-dsdb: added two new dsdb_get_extended_dn_*() helper functions
Andrew Tridgell
2009-12-21
1
-0
/
+43
*
s4-dsdb: fixed the sort in dsdb_find_nc_root()
Andrew Tridgell
2009-12-18
1
-1
/
+6
*
s4:"samdb_set_password" - remove delete instructions
Matthias Dieter Wallnöfer
2009-12-17
1
-7
/
+2
*
s4:dsdb/common/util - make NTTIME attribute wrappers use a "const" message
Matthias Dieter Wallnöfer
2009-12-17
1
-4
/
+6
*
s4-dsdb: added dsdb_get_deleted_objects_dn()
Andrew Tridgell
2009-12-16
1
-0
/
+22
*
s4-dsdb: added dsdb_find_nc_root()
Andrew Tridgell
2009-12-16
1
-0
/
+64
*
s4-dsdb: added dsdb_wellknown_dn()
Andrew Tridgell
2009-12-16
1
-0
/
+32
*
s4-dsdb: added dsdb_dn_is_deleted_val()
Andrew Tridgell
2009-12-16
1
-0
/
+14
*
s4-dsdb: return a zero guid on error in samdb_result_guid()
Andrew Tridgell
2009-12-14
1
-1
/
+1
*
s4:"samdb_set_password_sid" - clean up created objects correctly
Matthias Dieter Wallnöfer
2009-12-13
1
-2
/
+14
*
s4-dsdb: use GUID_to_ndr_blob()
Andrew Tridgell
2009-12-10
1
-7
/
+3
*
s4-dsdb: simplify samdb_result_guid()
Andrew Tridgell
2009-12-10
1
-11
/
+4
*
s4-dsdb: use GUID_from_ndr_blob() to create dsdb_get_extended_dn_guid()
Andrew Tridgell
2009-12-10
1
-0
/
+14
*
s4-dsdb: added dsdb_functional_level() helper function
Andrew Tridgell
2009-12-09
1
-0
/
+16
*
s4:dsdb Make parentGUID handler use dsdb_module_search_dn()
Andrew Bartlett
2009-12-07
1
-58
/
+0
*
s4-drsutil: fixed a memory leak in samdb_search_count
Andrew Tridgell
2009-12-04
1
-4
/
+5
*
s4:dsdb Add function to return the CN=Aggregate schema DN
Andrew Bartlett
2009-11-24
1
-0
/
+18
*
s4-drs: Utility functions to deal with GUID
Fernando J V da Silva
2009-11-20
1
-0
/
+99
*
s4:samdb util - add a call for generating a correct "lDAPDisplayName"
Matthias Dieter Wallnöfer
2009-11-15
1
-0
/
+28
*
s4:dsdb/common/util - samdb_result_hashes - use "unsigned int" for counters
Matthias Dieter Wallnöfer
2009-11-07
1
-2
/
+1
*
s4:samdb_check_password - allow the password string to be NULL
Matthias Dieter Wallnöfer
2009-11-06
1
-0
/
+1
*
s4:samdb_validate_password - Adapt the function to use the UNIX charset for t...
Matthias Dieter Wallnöfer
2009-11-06
1
-20
/
+7
*
s4:dsdb/common/util - Add a new utility function "samdb_check_password"
Matthias Dieter Wallnöfer
2009-11-05
1
-9
/
+45
*
s4:samdb_set_password/samdb_set_password_sid - Better comments and cosmetics
Matthias Dieter Wallnöfer
2009-11-05
1
-28
/
+34
*
s4:sites - get the server site (name) from DSDB
Matthias Dieter Wallnöfer
2009-10-18
1
-0
/
+10
*
s4-dsdb: added samdb_rodc() and samdb_ntds_options()
Andrew Tridgell
2009-10-15
1
-0
/
+50
*
s4:provision Remove all references to samba4LocalDomain
Andrew Bartlett
2009-10-12
1
-1
/
+1
[next]