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
/
common
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-07
s4:dsdb Make parentGUID handler use dsdb_module_search_dn()
Andrew Bartlett
1
-58
/
+0
2009-12-04
s4-drsutil: fixed a memory leak in samdb_search_count
Andrew Tridgell
1
-4
/
+5
2009-11-24
s4:dsdb Add function to return the CN=Aggregate schema DN
Andrew Bartlett
1
-0
/
+18
2009-11-20
s4-drs: Utility functions to deal with GUID
Fernando J V da Silva
1
-0
/
+99
2009-11-15
s4:samdb util - add a call for generating a correct "lDAPDisplayName"
Matthias Dieter Wallnöfer
1
-0
/
+28
2009-11-07
s4:dsdb/common/util - samdb_result_hashes - use "unsigned int" for counters
Matthias Dieter Wallnöfer
1
-2
/
+1
2009-11-06
s4:samdb_check_password - allow the password string to be NULL
Matthias Dieter Wallnöfer
1
-0
/
+1
2009-11-06
s4:samdb_validate_password - Adapt the function to use the UNIX charset for t...
Matthias Dieter Wallnöfer
1
-20
/
+7
2009-11-05
s4:dsdb/common/util - Add a new utility function "samdb_check_password"
Matthias Dieter Wallnöfer
1
-9
/
+45
2009-11-05
s4:samdb_set_password/samdb_set_password_sid - Better comments and cosmetics
Matthias Dieter Wallnöfer
1
-28
/
+34
2009-10-18
s4:sites - get the server site (name) from DSDB
Matthias Dieter Wallnöfer
1
-0
/
+10
2009-10-15
s4-dsdb: added samdb_rodc() and samdb_ntds_options()
Andrew Tridgell
1
-0
/
+50
2009-10-12
s4:provision Remove all references to samba4LocalDomain
Andrew Bartlett
1
-1
/
+1
2009-10-08
s3/s4 - Adapt the IDL changes on various locations
Matthias Dieter Wallnöfer
1
-11
/
+14
2009-10-02
s4:samdb_set_password - Return the maximum password age when requested (not t...
Matthias Dieter Wallnöfer
1
-2
/
+3
2009-10-02
s4:samdb_set_password - cosmetic fixes
Matthias Dieter Wallnöfer
1
-44
/
+58
2009-09-30
s4:dsdb/common/util - remove introduced "samdb_is_capable_dc" call
Matthias Dieter Wallnöfer
1
-57
/
+0
2009-09-28
s4-dsdb: ask for an extended DN in dsdb_find_dn_by_guid()
Andrew Tridgell
1
-0
/
+5
2009-09-28
s4-dsdb: make dsdb_search_dn_with_deleted public for repl_meta_data module
Andrew Tridgell
1
-5
/
+5
2009-09-24
s4-drs: add SHOW_DELETED control on dsdb utility calls
Andrew Tridgell
1
-2
/
+60
2009-09-23
s4-dsdb: added dsdb_find_sid_by_dn()
Andrew Tridgell
1
-0
/
+30
2009-09-21
s4-dsdb: fixed a printf format warning
Andrew Tridgell
1
-1
/
+1
2009-09-20
s4:dsdb/common/util - Check for the right forest/domain function level
Matthias Dieter Wallnöfer
1
-0
/
+57
2009-09-19
Move replmd_drsuapi_DsReplicaCursor2_compare to a common place.
Anatoliy Atanasov
1
-0
/
+6
2009-09-16
s4-dsdb: treat uSNHighest as 0 if @REPLCHANGED doesn't exist
Andrew Tridgell
1
-0
/
+8
2009-09-13
s4-dsdb: added dsdb_load_partition_usn and dsdb_save_partition_usn
Andrew Tridgell
1
-0
/
+146
2009-09-12
s4-kcc: we should only add to the repsFrom if it doesn't already exist
Andrew Tridgell
1
-0
/
+111
2009-09-06
s4:dsdb/common/util.c - Copy parameters to prevent segfaults
Matthias Dieter Wallnöfer
1
-3
/
+8
2009-09-06
s4:dsdb/common/util - Indentation fixes
Matthias Dieter Wallnöfer
1
-4
/
+5
2009-09-04
s4: fixed a missing NULL termination in a attribute list passed to ldb_search
Andrew Tridgell
1
-1
/
+1
2009-09-03
added dsdb_find_guid_by_dn()
Andrew Tridgell
1
-1
/
+21
2009-09-03
added dsdb_find_dn_by_guid()
Andrew Tridgell
1
-0
/
+78
2009-08-14
s4: Remove obsolete "samdb_password_quality_ok" function (it's just a one-lin...
Matthias Dieter Wallnöfer
1
-10
/
+1
2009-08-03
Return infinite time for last last logoff when last logoff = 0
Matthieu Patou
1
-0
/
+16
2009-07-13
libds: merge the UF<->ACB flag mapping functions.
Günther Deschner
1
-2
/
+2
2009-07-13
libds: share UF_ flags between samba3 and 4.
Günther Deschner
1
-1
/
+1
2009-07-09
Add const
Andrew Bartlett
1
-2
/
+2
2009-06-06
Fix some nonempty blank lines
Volker Lendecke
1
-41
/
+37
2009-05-25
fixed interpretation of ACB_PWNOTREQ
Andrew Tridgell
1
-1
/
+6
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-1
/
+1
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
1
-1
/
+1
2009-01-21
Allow overriding the function that ships the request in the Samba 3
Jelmer Vernooij
1
-1
/
+1
2008-11-10
s4-dsdb: add samdb_msg_add_parameters.
Günther Deschner
1
-0
/
+11
2008-11-10
s4-dsdb: add samdb_result_parameters.
Günther Deschner
1
-0
/
+22
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
1
-1
/
+1
2008-10-17
Fix errrors in new password handling code found by RPC-SAMR.
Andrew Bartlett
1
-1
/
+1
2008-10-16
Create a 'straight paper path' for UTF16 passwords.
Andrew Bartlett
1
-37
/
+51
2008-10-12
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
1
-1
/
+1
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-17
/
+12
[prev]
[next]