summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_get_set.c
Commit message (Expand)AuthorAgeFilesLines
* passdb: Use dom_sid_str_bufVolker Lendecke2018-12-201-2/+5
* Fix spelling mistakesOlly Betts2018-11-301-2/+2
* Add --set-nt-hash option to pdbedit to update user password from nt-hash hexs...Alberto Maria Fiaschi2015-11-301-6/+18
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-121-12/+12
* s3:passdb: fix logic in pdb_set_pw_history()Stefan Metzmacher2015-01-051-7/+8
* s3:passdb: always copy the history in pdb_set_plaintext_passwd()Stefan Metzmacher2014-11-251-19/+14
* passdb: Avoid use-after-free when setting a plaintext passwordAndrew Bartlett2014-09-081-2/+3
* s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett2012-04-191-6/+0
* s3-passdb: make pdb_password_change_time_max static.Günther Deschner2011-11-291-1/+1
* Fix bug #8561 - Password change settings not fully observed.Jeremy Allison2011-11-161-4/+34
* s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner2011-10-141-1/+1
* s3-passdb Make pdb_element_is_changed available to all passdb modulesAndrew Bartlett2011-08-131-0/+23
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-0/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* Fix bug #7054 - X account flag does not work when pwdlastset is 0.Jeremy Allison2011-05-241-2/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Add "len" to pdb_set_hoursVolker Lendecke2011-02-191-3/+8
* s3: Add "code_page" to struct samuVolker Lendecke2011-02-151-0/+12
* s3: Add "country_code" to struct samuVolker Lendecke2011-02-151-0/+12
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-1/+2
* s3:passdb Export function to calculate the proper primary group sidSimo Sorce2010-06-071-86/+8
* s3:passdb Fix memory leakSimo Sorce2010-05-291-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-11/+11
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-211-20/+20
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-2/+2
* s3:passdb: avoid sid_to_gid() if the sid is "domain users"Stefan Metzmacher2010-03-251-3/+7
* s3:passdb: only use gid_to_sid() result if the result is a group of our local...Stefan Metzmacher2010-02-091-4/+16
* s3:passdb: speed up pdb_get_group_sid()Stefan Metzmacher2010-02-081-5/+28
* s3: Hide some uses of pdb_get_init_flags (which I would love to remove...)Volker Lendecke2010-02-051-1/+1
* s3:passdb: fix a type Domain Users has RID -513Stefan Metzmacher2010-02-041-1/+1
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-4/+3
* s3:passdb: store the plain nt passwords hashes in history, not salted md5Michael Adam2010-01-071-5/+10
* s3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL can not happen anymoreVolker Lendecke2010-01-071-24/+19
* s3: Simplify pdb_set_plaintext_passwd: pwHistLen==0 was checked aboveVolker Lendecke2010-01-071-2/+4
* s3: Add a paranoia check to pdb_set_plaintext_passwd()Volker Lendecke2010-01-071-0/+5
* s3: Simplify pdb_set_plaintext_passwd() by removing a redundant conditionVolker Lendecke2010-01-071-22/+11
* s3: Simplify pdb_set_plaintext_passwd: memcpy deals fine with 0 bytesVolker Lendecke2010-01-071-5/+2
* s3: Simplify pdb_set_plaintext_passwd by using talloc_zero_arrayVolker Lendecke2010-01-071-5/+2
* s3: Make use of talloc_array in pdb_set_plaintext_passwd()Volker Lendecke2010-01-071-2/+3
* s3: Simplify pdb_set_plaintext_passwd() a bitVolker Lendecke2010-01-071-66/+63
* s3: Simplify pdb_set_plaintext_passwd() slightlyVolker Lendecke2010-01-071-56/+83
* s3:pdb_set_pw_history: free the old history before setting the new.Michael Adam2010-01-071-0/+1
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-3/+3
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Fix some nonempty blank linesVolker Lendecke2009-02-081-41/+41
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-051-8/+0
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-171-1/+1
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+2
* More pstring elimination.Jeremy Allison2007-11-201-1/+1