summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Add "len" to pdb_set_hoursVolker Lendecke2011-02-191-4/+4
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-2/+2
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-211-103/+103
* s3-passdb: move get_logon_hours_from_pdb() into samr server.Günther Deschner2010-05-181-23/+0
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-5/+5
* s3: Fix bug 5198 -- parse chfn(1)-change gecos fieldVolker Lendecke2010-02-131-1/+34
* s3: Make pdb_copy_sam_account also copy the group sidVolker Lendecke2010-02-081-0/+4
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-2/+1
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-2/+4
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-8/+8
* s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in p...Günther Deschner2009-06-291-10/+15
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-281-1/+1
* talloc_tos() aborts if it can not get a stackframeVolker Lendecke2009-06-201-3/+0
* s3-passdb: fix uninitialized variable in local_password_change().Günther Deschner2009-05-291-1/+1
* Consolidate user create/delete paths in smbpasswdSimo Sorce2009-05-291-147/+179
* Move smb_create_user() in samsyncSimo Sorce2009-05-161-60/+0
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* s3-passdb: add smb_create_user().Günther Deschner2009-04-011-0/+59
* s3: Added new parameter "map untrusted to domain"Steven Danneman2009-02-121-0/+18
* s3: Change behavior when seeing an unknown domain.Dan Sledz2009-02-111-19/+0
* Fix nonempty blank linesVolker Lendecke2009-02-011-61/+60
* s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher2008-12-291-1/+16
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-291-13/+654
* Fix more "warning: ignoring return value of ‘asprintf’, declared withJeremy Allison2008-12-231-23/+62
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* Use standard types.Jelmer Vernooij2008-10-221-8/+8
* Remove unused function is_trusted_domain_situation().Michael Adam2008-05-261-6/+0
* passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash().Michael Adam2008-05-261-1/+1
* passdb: add comment explaining logic in get_trust_pw_clear().Michael Adam2008-05-261-2/+16
* passdb: in get_trust_pw_clear() correctly fail if trusted domains not supportedMichael Adam2008-05-261-1/+5
* Add function is_dc_trusted_domain_situation().Michael Adam2008-05-261-3/+7
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-231-3/+3
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-171-1/+1
* Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner2008-02-121-0/+23
* Remove a staticVolker Lendecke2008-02-041-4/+1
* Prevent another segfault.Michael Adam2007-12-181-1/+3
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-3/+2
* Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam2007-12-131-2/+1
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+2
* Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam2007-12-131-16/+58
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-2/+14
* Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-211-25/+26
* More pstring elimination.Jeremy Allison2007-11-201-13/+13
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-141-1/+1
* static pstring removalVolker Lendecke2007-11-051-2/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-21/+21
* r24990: Kill an incredible amount of trailing whitespaces...Michael Adam2007-10-101-8/+10
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1