summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-1/+1
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-211-4/+4
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-2/+2
* s3: Use hex_encode_bufVolker Lendecke2012-05-041-4/+1
* s3: Use hex_encode_bufVolker Lendecke2012-05-041-3/+1
* s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett2012-04-191-5/+0
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-6/+14
* passdb: Call with correct backend methods instead of default methodsAmitay Isaacs2011-08-131-6/+8
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-191-4/+4
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-4/+4
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison2011-05-041-3/+3
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-03-301-0/+1
* 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