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
/
samdb
/
ldb_modules
/
password_hash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-18
s4-dsdb: return an error if samAccountName is not specified when creating a u...
Brendan Powers
1
-0
/
+7
2009-12-09
s4-dsdb: added dsdb_functional_level() helper function
Andrew Tridgell
1
-5
/
+1
2009-11-12
lib/util Split data_blob_hex_string() into upper and lower
Andrew Bartlett
1
-5
/
+5
2009-11-02
s4:dsdb - Removed redundant domain SID filter.
Endi S. Dewata
1
-29
/
+1
2009-10-19
s4:password_hash LDB module - substitute "lp_workgroup" with "lp_sam_name"
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-10-14
s4:password_hash - load the domain parameters from the "loadparm context"
Matthias Dieter Wallnöfer
1
-42
/
+11
2009-10-12
s4:provision Remove all references to samba4LocalDomain
Andrew Bartlett
1
-1
/
+1
2009-09-22
s4-ldb: added a bunch more debug for DC join
Andrew Tridgell
1
-0
/
+5
2009-09-21
s4:kerberos Fix the salt to match Windows 2008.
Andrew Bartlett
1
-1
/
+1
2009-09-17
s4/domain behaviour flags: Fix them up in various locations
Matthias Dieter Wallnöfer
1
-1
/
+2
2009-07-19
[SAMBA 4] Some cosmetic changes for the LDB modules
Matthias Dieter Wallnöfer
1
-6
/
+7
2009-07-16
s4:dsdb Handle dc/domain/forest functional levels properly
Andrew Bartlett
1
-3
/
+4
2009-07-13
libds: share UF_ flags between samba3 and 4.
Günther Deschner
1
-1
/
+1
2009-07-09
s4:dsdb Allow unicodePwd to be set when adding a user
Andrew Bartlett
1
-85
/
+84
2009-03-16
s4:password_hash Only store the LM hash if 'lanman auth = yes'
Andrew Bartlett
1
-1
/
+2
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-10
/
+7
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
1
-3
/
+3
2009-02-10
added a workaround to the handling of unicodePwd for Win7-beta
Andrew Tridgell
1
-1
/
+30
2009-01-30
Fix all other modules to use ldb_module.h instead of ldb_private.h
Simo Sorce
1
-117
/
+159
2008-12-05
s4:password_hash: really catch the clearTextPasswordAttr case...
Stefan Metzmacher
1
-1
/
+1
2008-10-31
use the new CH_UTF16_MUNGED charset for utf16 password buffers
Andrew Tridgell
1
-1
/
+1
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
1
-3
/
+3
2008-10-18
Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
Jelmer Vernooij
1
-4
/
+2
2008-10-16
Create a 'straight paper path' for UTF16 passwords.
Andrew Bartlett
1
-63
/
+132
2008-09-29
LDB ASYNC: samba4 modules
Simo Sorce
1
-445
/
+286
2008-09-24
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
1
-1
/
+1
2008-07-24
password_hash: fix the callers after drsblobs.idl changes
Stefan Metzmacher
1
-33
/
+41
2008-07-23
password_hash: add generation of the Primary:Kerberos-Newer-Keys blob
Stefan Metzmacher
1
-3
/
+216
2008-07-23
password_hash: order the supplementalCredentials Packages in the same order l...
Stefan Metzmacher
1
-13
/
+55
2008-07-23
password_hash: split the generation of krb5 keys into a different function
Stefan Metzmacher
1
-92
/
+69
2008-07-23
password_hash: simplify the logic if we have cleartext we always generate the...
Stefan Metzmacher
1
-2
/
+2
2008-07-23
password_hash: fix callers after idl change for package_PrimaryKerberos
Stefan Metzmacher
1
-7
/
+0
2008-07-23
password_hash: check the SUPPLEMENTAL_CREDENTIALS_SIGNATURE
Stefan Metzmacher
1
-2
/
+11
2008-07-23
password_hash: ignore reserved value, but still set it like windows does
Stefan Metzmacher
1
-8
/
+4
2008-07-23
password_hash: don't add zero padding as w2k8 also don't add it
Stefan Metzmacher
1
-10
/
+0
2008-07-12
rename sambaPassword -> userPassword.
Andrew Bartlett
1
-16
/
+16
2008-03-19
Indent
Andrew Bartlett
1
-1
/
+2
2008-03-13
Rework to have member server 'domains' be CN=NETBIOSNAME
Andrew Bartlett
1
-1
/
+1
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
1
-1
/
+1
2008-02-20
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
1
-7
/
+1
2008-01-01
r26640: Janitorial: Remove some more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-2
/
+2
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
1
-5
/
+15
2007-12-21
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26539: Remove unnecessary statics.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26319: Split encoding functions out of libcli_ldap.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26233: Pass loadparm context when creating krb5 contexts.
Jelmer Vernooij
1
-0
/
+2
2007-12-21
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-23
/
+30
2007-10-10
r25553: Convert to standard bool type.
Jelmer Vernooij
1
-1
/
+1
[next]