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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_get_set.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
s3:passdb: don't clear the LM HASH without a password change
Stefan Metzmacher
1
-1
/
+1
2023-07-19
s3:passdb: Fix code spelling
Andreas Schneider
1
-1
/
+1
2022-08-26
s3:passdb: Zero memory in pdb_set_pw_history()
Pavel Filipenský
1
-1
/
+1
2022-08-26
s3:passdb: Zero memory in pdb_set_plaintext_passwd()
Pavel Filipenský
1
-7
/
+22
2022-08-26
s3:passdb: Zero memory for plaintext_pw from 'struct samu'
Pavel Filipenský
1
-3
/
+2
2022-08-26
s3:passdb: Fix whitespaces in pdb_get_set.c
Pavel Filipenský
1
-84
/
+84
2018-12-20
passdb: Use dom_sid_str_buf
Volker Lendecke
1
-2
/
+5
2018-11-30
Fix spelling mistakes
Olly Betts
1
-2
/
+2
2015-11-30
Add --set-nt-hash option to pdbedit to update user password from nt-hash hexs...
Alberto Maria Fiaschi
1
-6
/
+18
2015-05-12
Convert all uses of uint32/16/8 to _t in source3/passdb.
Richard Sharpe
1
-12
/
+12
2015-01-05
s3:passdb: fix logic in pdb_set_pw_history()
Stefan Metzmacher
1
-7
/
+8
2014-11-25
s3:passdb: always copy the history in pdb_set_plaintext_passwd()
Stefan Metzmacher
1
-19
/
+14
2014-09-08
passdb: Avoid use-after-free when setting a plaintext password
Andrew Bartlett
1
-2
/
+3
2012-04-19
s3-passdb: Remove unused sampass->pass_must_change_time
Andrew Bartlett
1
-6
/
+0
2011-11-29
s3-passdb: make pdb_password_change_time_max static.
Günther Deschner
1
-1
/
+1
2011-11-16
Fix bug #8561 - Password change settings not fully observed.
Jeremy Allison
1
-4
/
+34
2011-10-14
s3-passdb: remove fstring from pdb_set_user_sid_from_string().
Günther Deschner
1
-1
/
+1
2011-08-13
s3-passdb Make pdb_element_is_changed available to all passdb modules
Andrew Bartlett
1
-0
/
+23
2011-07-08
lib/util Move bitmap.c to lib/util
Andrew Bartlett
1
-0
/
+1
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-05-24
Fix bug #7054 - X account flag does not work when pwdlastset is 0.
Jeremy Allison
1
-2
/
+1
2011-03-30
s3-passdb: add passdb.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-19
s3: Add "len" to pdb_set_hours
Volker Lendecke
1
-3
/
+8
2011-02-15
s3: Add "code_page" to struct samu
Volker Lendecke
1
-0
/
+12
2011-02-15
s3: Add "country_code" to struct samu
Volker Lendecke
1
-0
/
+12
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-09-20
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
1
-1
/
+2
2010-06-07
s3:passdb Export function to calculate the proper primary group sid
Simo Sorce
1
-86
/
+8
2010-05-29
s3:passdb Fix memory leak
Simo Sorce
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-11
/
+11
2010-05-21
s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types
Andrew Bartlett
1
-20
/
+20
2010-05-18
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
1
-2
/
+2
2010-03-25
s3:passdb: avoid sid_to_gid() if the sid is "domain users"
Stefan Metzmacher
1
-3
/
+7
2010-02-09
s3:passdb: only use gid_to_sid() result if the result is a group of our local...
Stefan Metzmacher
1
-4
/
+16
2010-02-08
s3:passdb: speed up pdb_get_group_sid()
Stefan Metzmacher
1
-5
/
+28
2010-02-05
s3: Hide some uses of pdb_get_init_flags (which I would love to remove...)
Volker Lendecke
1
-1
/
+1
2010-02-04
s3:passdb: fix a type Domain Users has RID -513
Stefan Metzmacher
1
-1
/
+1
2010-01-10
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
1
-4
/
+3
2010-01-07
s3:passdb: store the plain nt passwords hashes in history, not salted md5
Michael Adam
1
-5
/
+10
2010-01-07
s3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL can not happen anymore
Volker Lendecke
1
-24
/
+19
2010-01-07
s3: Simplify pdb_set_plaintext_passwd: pwHistLen==0 was checked above
Volker Lendecke
1
-2
/
+4
2010-01-07
s3: Add a paranoia check to pdb_set_plaintext_passwd()
Volker Lendecke
1
-0
/
+5
2010-01-07
s3: Simplify pdb_set_plaintext_passwd() by removing a redundant condition
Volker Lendecke
1
-22
/
+11
2010-01-07
s3: Simplify pdb_set_plaintext_passwd: memcpy deals fine with 0 bytes
Volker Lendecke
1
-5
/
+2
2010-01-07
s3: Simplify pdb_set_plaintext_passwd by using talloc_zero_array
Volker Lendecke
1
-5
/
+2
2010-01-07
s3: Make use of talloc_array in pdb_set_plaintext_passwd()
Volker Lendecke
1
-2
/
+3
2010-01-07
s3: Simplify pdb_set_plaintext_passwd() a bit
Volker Lendecke
1
-66
/
+63
2010-01-07
s3: Simplify pdb_set_plaintext_passwd() slightly
Volker Lendecke
1
-56
/
+83
2010-01-07
s3:pdb_set_pw_history: free the old history before setting the new.
Michael Adam
1
-0
/
+1
2009-07-14
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
1
-3
/
+3
[next]