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-11-13
s4:password_hash LDB module - return "ERR_CONSTRAINT_VIOLATION" on password c...
Matthias Dieter Wallnöfer
1
-6
/
+9
2010-11-11
s4-dsdb Remove incorrectly declared ** variable used as *.
Andrew Bartlett
1
-6
/
+3
2010-11-11
s4-dsdb Return an error if we can't convert UTF16MUNGED -> UTF8
Andrew Bartlett
1
-1
/
+5
2010-11-11
s4:password_hash and acl LDB modules - handle the "userPassword" attribute ac...
Matthias Dieter Wallnöfer
1
-8
/
+16
2010-11-11
s4:password_hash LDB module - move "samdb_msg_find_old_and_new_ldb_val" into ...
Matthias Dieter Wallnöfer
1
-16
/
+77
2010-11-08
s4:password_hash LDB module - introduce a "userPassword" flag which enables/d...
Matthias Dieter Wallnöfer
1
-15
/
+37
2010-11-08
s4:password_hash LDB module - deleting password attributes is a little more c...
Matthias Dieter Wallnöfer
1
-6
/
+6
2010-11-08
s4:samdb_msg_find_old_and_new_ldb_val - rework
Matthias Dieter Wallnöfer
1
-4
/
+11
2010-11-08
s4:password_hash LDB module - clear the fact that a delete of password attrib...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-05
s4:password_hash LDB module - fix indentation
Matthias Dieter Wallnöfer
1
-10
/
+10
2010-11-01
s4-ldb: enable version checking in dsdb ldb modules
Andrew Tridgell
1
-0
/
+1
2010-11-01
s4-dsdb: convert the rest of the ldb modules to the new module type
Andrew Tridgell
1
-1
/
+6
2010-10-15
s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...
Matthias Dieter Wallnöfer
1
-8
/
+16
2010-09-25
ldb: mark the location of a lot more ldb requests
Andrew Tridgell
1
-8
/
+14
2010-09-24
s4:password_hash LDB module - don't assign "lp_ctx" twice
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-08-17
s4:password_hash LDB module - perform the adaptions to understand the new pas...
Matthias Dieter Wallnöfer
1
-8
/
+26
2010-08-17
s4:DSDB - rename the "DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID"
Matthias Dieter Wallnöfer
1
-8
/
+7
2010-08-17
s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messages
Andrew Tridgell
1
-5
/
+5
2010-08-15
s4:password_hash LDB module - introduce the extended LDAP error codes on the ...
Matthias Dieter Wallnöfer
1
-43
/
+72
2010-08-15
s4:password_hash LDB module - support this new password set syntax
Matthias Dieter Wallnöfer
1
-2
/
+10
2010-08-15
s4:password_hash LDB module - allow to compare against both NT and LM hashes ...
Matthias Dieter Wallnöfer
1
-10
/
+1
2010-08-14
s4:password_hash LDB module - improve an error message
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-08-14
s4:password_hash LDB module - implement the SAMR behaviour when checking old ...
Matthias Dieter Wallnöfer
1
-5
/
+16
2010-08-14
s4:password_hash LDB module - fix wrong error codes
Matthias Dieter Wallnöfer
1
-4
/
+4
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-6
/
+6
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
[next]