summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* s3/passdb: clang: Fix 'Value stored during initialization is never read'Noel Power2019-10-081-2/+2
* s3: passdb: ret doesn't seem to be needed at allNoel Power2019-10-011-3/+2
* s3/passdb: clang: Fix warning: Value stored to 'acct_ctrl' is never readNoel Power2019-09-261-3/+1
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-13/+40
* passdb: Use wrapper for string to integer conversionSwen Schillig2019-03-011-13/+60
* pdb_ldap: Use dom_sid_str_bufVolker Lendecke2018-12-201-16/+34
* pdb_ldap: Use dom_sid_str_bufVolker Lendecke2018-12-111-1/+2
* passdb: dom_sid_str_bufVolker Lendecke2018-12-111-22/+36
* pdb_ldap: Fix typosVolker Lendecke2018-12-111-2/+2
* pdb_ldap: Use dom_sid_str_bufVolker Lendecke2018-12-071-15/+19
* Fix Jean François name to be UTF-8Simo Sorce2018-05-091-1/+1
* pdb_ldap: Fix CID 1363266 Resource leakVolker Lendecke2018-04-041-2/+3
* s3:passdb: Fix size typesAndreas Schneider2018-03-201-1/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-201-1/+1
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-201-3/+4
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-201-152/+257
* passdb: Remove pdb_ipaVolker Lendecke2017-03-151-3/+0
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+1
* pdb_ldap: Don't use autofree if "mods" still changesVolker Lendecke2016-04-221-1/+7
* pdb: Fix segfault in pdb_ldap for missing gecosLuca Olivetti2016-02-051-3/+3
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-121-6/+6
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-031-3/+21
* passdb: Use talloc_zero_arrayVolker Lendecke2014-09-201-3/+2
* s3: Always cache idmapping results of pdb backend.Alexander Werth2014-05-031-14/+0
* passdb: Patch memory leak in pdb_ldap.cJose A. Rivera2014-02-211-4/+6
* param: rename lp function and variable from "renameuser_script" to "rename_us...Garming Sam2014-02-071-1/+1
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-211-3/+21
* s3:passdb/pdb_ldap remove an unnecessary checkChristian Ambach2013-06-211-4/+0
* s3:passdb/pdb_ldap make the module handle well-knownChristian Ambach2013-06-211-0/+7
* pdb_ldap: Do not skip accounts without a sambaAcctFlags valueAndrew Bartlett2013-05-161-4/+4
* Rename pdb_ldap to pdb_ldapsamAndreas Schneider2013-02-061-3/+9
* s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id()Michael Adam2012-12-031-0/+5
* s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb()Michael Adam2012-12-031-3/+3
* s3:pdb_ldap remove unused functionChristian Ambach2012-09-221-23/+0
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-071-39/+39
* s3-passdb: convert pdb_ldap to use secrets wrappersAlexander Bokovoy2012-09-071-2/+2
* 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/+7
* s3-pdb: remove unused variables.Günther Deschner2012-07-241-2/+0
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-27/+27
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-4/+4
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-121-2/+2
* s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider2012-07-031-96/+3
* s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett2012-05-021-9/+26
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-021-8/+8
* s3:passdb: do not use the in-memory idmap cache (it will be removed)Michael Adam2012-04-201-9/+0
* s3: Remove an unused variableVolker Lendecke2012-04-201-1/+0
* s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett2012-04-191-20/+0