summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_interface.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-21s3:passdb make pdb_sid_to_id honor backend responsibilitiesChristian Ambach1-0/+7
2013-06-21s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach1-0/+74
2013-04-09PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy1-0/+36
2012-12-03s3:passdb: fix building pdb_ldap as shared moduleMichael Adam1-2/+2
2012-12-03s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam1-16/+32
2012-12-03s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our samMichael Adam1-5/+0
2012-08-28s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett1-2/+3
2012-08-21s3-passdb: Allow pdb_sid_to_id to work on any SIDAndrew Bartlett1-0/+5
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+6
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-5/+3
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-1/+1
2012-07-12s3:passdb: remove commented out pdb_lookup_names codeMichael Adam1-82/+0
2012-05-10Fix bug 8920, null dereferenceSteve Langasek1-1/+3
2012-05-02s3-passdb: Add extra debug on ID mapping failuresAndrew Bartlett1-0/+7
2012-05-02s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett1-16/+29
2012-04-30passdb: Do not panic in initialize_password_dbChristof Schmitt1-17/+17
2012-03-24lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij1-1/+1
2012-01-18s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner1-0/+1
2011-10-28s3-passdb: use tevent_context in passdb.Günther Deschner1-5/+5
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce1-16/+20
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-45/+99
2011-08-21s3-passdb: Only delete 1 entry from memcache.Andreas Schneider1-1/+4
2011-08-21s3-passdb: Remove always the user from getpwsid cache.Andreas Schneider1-3/+8
2011-08-21s3-passdb: Keep caches coherentAndreas Schneider1-1/+23
2011-08-15s3-passdb Use supplied pdb_methods in default passdb search handlersAndrew Bartlett1-5/+7
2011-08-13passdb: Call with correct backend methods instead of default methodsAmitay Isaacs1-3/+5
2011-08-13passdb: Add a function to expose loaded backend list.Amitay Isaacs1-0/+6
2011-07-31s3-secrets: add lsa_secret passdb api.Günther Deschner1-3/+11
2011-07-31s3-passdb: add dummy calls to control global (replicated) secrets.Günther Deschner1-0/+68
2011-06-12s3-passdb: Implement new pdb trust calls for the default backendSumit Bose1-2/+102
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner1-0/+1
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher1-5/+5
2011-02-16s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose1-0/+16
2011-02-16s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose1-0/+65
2011-01-17s3-auth: Fixed account lockout check.Andreas Schneider1-1/+1
2010-12-07Make sure that user exists after running add user script before adding sam ac...Bjoern Baumbach1-0/+5
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison1-2/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-10-03s3: Remove talloc_autofree_context from pdb_interfaceVolker Lendecke1-1/+1
2010-09-26s3: Remove talloc_autofree_context() from guest_user_info()Volker Lendecke1-1/+2
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-1/+2
2010-08-30s3-passdb: Try to unlock the account if it is locked out.Andreas Schneider1-10/+53
2010-08-30s3-passdb: Added a pdb_try_account_unlock function.Andreas Schneider1-0/+74
2010-08-26s3-build: only include nsswitch header where needed.Günther Deschner1-0/+1
2010-08-26s3-build: only include memcache.h where needed.Günther Deschner1-0/+1