summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke1-2/+1
2025-09-24passdb: Fixing CID 1509029 for time_t in DEBUG statementRabinarayan Panigrahi1-6/+6
2025-09-10passdb: Fixing CID 1508971 for time_t in DEBUG statementRabinarayan Panigrahi1-4/+4
2025-08-18pdb_ldap: Fix memory leak CID#1363095Vinit Agnihotri1-0/+1
2024-12-02pdb_ldap: Fix Coverity ID 1508985 Use of 32-bit time_tVolker Lendecke1-2/+2
2023-10-25s3:passdb: Fix code spellingJoseph Sutton1-2/+2
2023-10-25s3:passdb: Fix code formattingJoseph Sutton1-1/+2
2023-09-27s3:passdb: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2023-08-08s3:passdb: Add missing newlines to logging messagesJoseph Sutton1-8/+8
2023-07-19s3:passdb: Fix code spellingAndreas Schneider1-2/+2
2023-02-08ldap: Cut down on string substitutionJoseph Sutton1-92/+55
2022-08-26s3:passdb: Zero password in fetch_ldap_pw() callersPavel Filipenský1-2/+1
2022-08-26s3:passdb: Fix trailing whitespaces in pdb_ldap.cPavel Filipenský1-49/+49
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-11-27smbdotconf: mark "ldap suffix" with constant="1"Ralph Boehme1-17/+17
2019-11-27smbdotconf: mark "rename user script" with substitution="1"Ralph Boehme1-1/+3
2019-10-08s3/passdb: clang: Fix 'Value stored during initialization is never read'Noel Power1-2/+2
2019-10-01s3: passdb: ret doesn't seem to be needed at allNoel Power1-3/+2
2019-09-26s3/passdb: clang: Fix warning: Value stored to 'acct_ctrl' is never readNoel Power1-3/+1
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-13/+40
2019-03-01passdb: Use wrapper for string to integer conversionSwen Schillig1-13/+60
2018-12-20pdb_ldap: Use dom_sid_str_bufVolker Lendecke1-16/+34
2018-12-11pdb_ldap: Use dom_sid_str_bufVolker Lendecke1-1/+2
2018-12-11passdb: dom_sid_str_bufVolker Lendecke1-22/+36
2018-12-11pdb_ldap: Fix typosVolker Lendecke1-2/+2
2018-12-07pdb_ldap: Use dom_sid_str_bufVolker Lendecke1-15/+19
2018-05-09Fix Jean François name to be UTF-8Simo Sorce1-1/+1
2018-04-04pdb_ldap: Fix CID 1363266 Resource leakVolker Lendecke1-2/+3
2018-03-20s3:passdb: Fix size typesAndreas Schneider1-1/+2
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-04-20smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke1-1/+1
2017-04-20smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke1-3/+4
2017-04-20smbldap: Introduce "smbldap_get_ldap"Volker Lendecke1-152/+257
2017-03-15passdb: Remove pdb_ipaVolker Lendecke1-3/+0
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-1/+1
2016-04-22pdb_ldap: Don't use autofree if "mods" still changesVolker Lendecke1-1/+7
2016-02-05pdb: Fix segfault in pdb_ldap for missing gecosLuca Olivetti1-3/+3
2015-05-12Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe1-6/+6
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam1-3/+21
2014-09-20passdb: Use talloc_zero_arrayVolker Lendecke1-3/+2
2014-05-03s3: Always cache idmapping results of pdb backend.Alexander Werth1-14/+0
2014-02-21passdb: Patch memory leak in pdb_ldap.cJose A. Rivera1-4/+6
2014-02-07param: rename lp function and variable from "renameuser_script" to "rename_us...Garming Sam1-1/+1
2013-11-21s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider1-3/+21
2013-06-21s3:passdb/pdb_ldap remove an unnecessary checkChristian Ambach1-4/+0
2013-06-21s3:passdb/pdb_ldap make the module handle well-knownChristian Ambach1-0/+7
2013-05-16pdb_ldap: Do not skip accounts without a sambaAcctFlags valueAndrew Bartlett1-4/+4
2013-02-06Rename pdb_ldap to pdb_ldapsamAndreas Schneider1-3/+9