summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_interface.c
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett2012-08-281-2/+3
* s3-passdb: Allow pdb_sid_to_id to work on any SIDAndrew Bartlett2012-08-211-0/+5
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+6
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-5/+3
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-121-1/+1
* s3:passdb: remove commented out pdb_lookup_names codeMichael Adam2012-07-121-82/+0
* Fix bug 8920, null dereferenceSteve Langasek2012-05-101-1/+3
* s3-passdb: Add extra debug on ID mapping failuresAndrew Bartlett2012-05-021-0/+7
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-021-16/+29
* passdb: Do not panic in initialize_password_dbChristof Schmitt2012-04-301-17/+17
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-241-1/+1
* s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner2012-01-181-0/+1
* s3-passdb: use tevent_context in passdb.Günther Deschner2011-10-281-5/+5
* pdb-interface: Do not use unid_t hereSimo Sorce2011-10-181-16/+20
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-45/+99
* s3-passdb: Only delete 1 entry from memcache.Andreas Schneider2011-08-211-1/+4
* s3-passdb: Remove always the user from getpwsid cache.Andreas Schneider2011-08-211-3/+8
* s3-passdb: Keep caches coherentAndreas Schneider2011-08-211-1/+23
* s3-passdb Use supplied pdb_methods in default passdb search handlersAndrew Bartlett2011-08-151-5/+7
* passdb: Call with correct backend methods instead of default methodsAmitay Isaacs2011-08-131-3/+5
* passdb: Add a function to expose loaded backend list.Amitay Isaacs2011-08-131-0/+6
* s3-secrets: add lsa_secret passdb api.Günther Deschner2011-07-311-3/+11
* s3-passdb: add dummy calls to control global (replicated) secrets.Günther Deschner2011-07-311-0/+68
* s3-passdb: Implement new pdb trust calls for the default backendSumit Bose2011-06-121-2/+102
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* 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 sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-221-5/+5
* s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose2011-02-161-0/+16
* s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose2011-02-161-0/+65
* s3-auth: Fixed account lockout check.Andreas Schneider2011-01-171-1/+1
* Make sure that user exists after running add user script before adding sam ac...Bjoern Baumbach2010-12-071-0/+5
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-2/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3: Remove talloc_autofree_context from pdb_interfaceVolker Lendecke2010-10-031-1/+1
* s3: Remove talloc_autofree_context() from guest_user_info()Volker Lendecke2010-09-261-1/+2
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-1/+2
* s3-passdb: Try to unlock the account if it is locked out.Andreas Schneider2010-08-301-10/+53
* s3-passdb: Added a pdb_try_account_unlock function.Andreas Schneider2010-08-301-0/+74
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-261-0/+1
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-261-0/+1
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-061-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3-passdb: Fix typo in comment.Karolin Seeger2010-06-101-1/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-44/+44
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-211-41/+41
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-3/+3