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
2010-07-07
s4-dsdb: use ldb_operr() in the dsdb code
Andrew Tridgell
1
-81
/
+47
2010-07-05
s4:dsdb/password_hash: implement DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID
Stefan Metzmacher
1
-0
/
+20
2010-07-05
s4:dsdb/password_hash: fix some c++ compiler warnings
Stefan Metzmacher
1
-9
/
+12
2010-06-22
s4:password_hash LDB module - fix another problem regarding the lanman hash
Matthias Dieter Wallnöfer
1
-13
/
+16
2010-06-12
s4:password_hash LDB module - this does really deactivate the MS LAN manager ...
Matthias Dieter Wallnöfer
1
-5
/
+9
2010-06-12
s4:password_hash LDB module - fix comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-06-06
s4:password_hash LDB module - adapt the module to the new "ldb_msg_remove_att...
Matthias Dieter Wallnöfer
1
-17
/
+6
2010-05-18
s3: Fix some more iconv convenience usages.
Jelmer Vernooij
1
-1
/
+1
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-12
/
+2
2010-05-11
Revert "s4:password_hash LDB module - don't break the provision"
Stefan Metzmacher
1
-3
/
+0
2010-05-11
Revert "s4:password hash LDB module - check that password hashes are != NULL ...
Stefan Metzmacher
1
-10
/
+6
2010-05-11
s4:dsdb/password_hash: only try to handle a hash in the unicodePwd field if i...
Stefan Metzmacher
1
-2
/
+2
2010-05-10
s4:password_hash LDB module - we might not have a cleartext password at all
Matthias Dieter Wallnöfer
1
-26
/
+29
2010-05-10
s4:password_hash LDB module - quiet a warning
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-05-10
s4:password hash LDB module - check that password hashes are != NULL before c...
Matthias Dieter Wallnöfer
1
-6
/
+10
2010-05-10
s4:password_hash LDB module - don't break the provision
Matthias Dieter Wallnöfer
1
-0
/
+3
2010-05-10
s4:password_hash - Implement password restrictions
Stefan Metzmacher
1
-0
/
+195
2010-05-10
s4:password_hash - Rework to handle password changes
Matthias Dieter Wallnöfer
1
-138
/
+450
2010-05-10
s4:password_hash - Rework unique value checks
Matthias Dieter Wallnöfer
1
-49
/
+71
2010-05-10
s4:password_hash - Various (mostly cosmetic) prework
Matthias Dieter Wallnöfer
1
-176
/
+240
2010-05-09
dsdb/password_hash: remove usage of msDs-KeyVersionNumber
Stefan Metzmacher
1
-37
/
+1
2010-05-04
s4/rodc: Fix the callbacks up the stack to handle referrals on modify requests
Anatoliy Atanasov
1
-0
/
+10
2010-02-21
s4:password_hash - Fix up request message pointers
Matthias Dieter Wallnöfer
1
-7
/
+7
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-2
/
+2
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
[next]