summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3/passed: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-1/+1
* passdb: Use dom_sid_str_bufVolker Lendecke2018-12-201-3/+8
* s3:passdb: use cli_credentials_set_kerberos_state() for trusts in pdb_get_tru...Stefan Metzmacher2017-02-241-0/+17
* Correct "somthing" typos.Chris Lamb2017-02-221-1/+1
* passdb: add linefeed to debug messageUri Simchoni2016-03-011-1/+2
* s3:passdb: move my_sam_name() from passdb to util_name.cMichael Adam2016-01-221-18/+0
* s3:passdb: let pdb_get_trust_credentials() try pdb_get_trusteddom_creds() firstStefan Metzmacher2014-12-181-21/+44
* passdb: Use common code in cli_credentials_set_machine_account_db_ctx()Andrew Bartlett2014-10-171-16/+50
* s3:passdb: add pdb_get_trust_credentials()Stefan Metzmacher2014-09-271-16/+236
* 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