idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the start
[samba.git] / source3 / passdb /
2017-04-22 Volker Lendeckesecrets: Protect against a non-0-terminated ldap password
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-20 Volker Lendeckesmbldap: Introduce "smbldap_get_paged_results"
2017-04-20 Volker Lendeckesmbldap: Introduce "smbldap_get_paged_results"
2017-04-20 Volker Lendeckesmbldap: Introduce "smbldap_get_ldap"
2017-04-18 Volker Lendeckesmbldap: Move ldapsam_privates to pdb_ldap.h
2017-03-28 Volker Lendeckelib: Remove unused winbind_get_groups and _get_sid_aliases
2017-03-15 Volker Lendeckepassdb: Remove pdb_ipa
2017-02-24 Stefan Metzmachers3:passdb: use cli_credentials_set_kerberos_state(...
2017-02-22 Chris LambCorrect "somthing" typos.
2017-01-09 Volker Lendeckepassdb: Remove pdb_wbc_sam
2017-01-03 Volker Lendeckepassdb: Use "all_zero" where appropriate
2016-12-28 Volker Lendeckepassdb: Move lookup_unix_[user|group]_name to lookup_sid.c
2016-12-28 Volker Lendeckelib: Add lib/util_unixsids.h
2016-10-13 Trever L. AdamsUpdate smbrun to allow for settings environment variables.
2016-08-23 Amitay Isaacspassdb: Fix format-nonliteral warning
2016-08-04 Michael Adampassdb: remove a misleading comment from lookup_name_sm...
2016-07-28 Volker Lendeckelib: Move "message_send_all" to serverid.c
2016-06-27 Stefan Metzmachers3:pdb_samba_dsdb: fix calucating of dsdb_flags
2016-05-03 Volker Lendeckelib: Give base64.c its own .h
2016-04-22 Volker Lendeckepdb_ldap: Don't use autofree if "mods" still changes
2016-03-15 Garming Sambuild: mark explicit dependencies on pytalloc-util
2016-03-08 Andrew Bartlettpy_passdb: Use pytalloc_BaseObject_PyType_Ready()
2016-03-08 Andrew Bartlettpypassdb: Do not use pytalloc_Object directly
2016-03-02 Volker Lendeckepassdb: Avoid a "ret == true"
2016-03-01 Uri Simchonipassdb: add linefeed to debug message
2016-03-01 Aurelien Aptels3/passdb/py_passdb.c: free frame before returning
2016-02-05 Luca Olivettipdb: Fix segfault in pdb_ldap for missing gecos
2016-01-22 Michael Adampassdb: change ABI version to 0.25.0 due to removed...
2016-01-22 Michael Adams3:passdb: move my_sam_name() from passdb to util_name.c
2016-01-07 Andrew Bartlettpython: Remove Python 2.4 support macros
2015-11-30 Garming Sampassdb: Change ABI version to 0.24.2
2015-11-30 Alberto Maria FiaschiAdd --set-nt-hash option to pdbedit to update user...
2015-10-15 Jeremy Allisons3: lsa: lookup_name() logic for unqualified (no DOMAIN...
2015-10-13 Volker LendeckeRely on /dev/urandom
2015-08-26 Volker Lendeckelib: Make sid_linearize take a uint8_t
2015-08-01 Christof Schmittsecrets: Add function to fetch only password change...
2015-07-28 Justin Maggards3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.
2015-07-21 Volker Lendeckepdb_tdb: Use fstr_sprintf
2015-07-08 Stefan Metzmachers3:pdb_samba_dsdb: make use of dsdb_trust_search_tdo()
2015-05-16 Richard SharpeConvert the few instances of int32 there were to int32_t.
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/passdb.
2015-04-17 Günther Deschners3-passdb: fix memleak in pdb_default_get_trusted_domain().
2015-03-31 Andreas Schneiders3-passdb: Fix 'force user' with winbind default domain
2015-03-17 Volker Lendeckelib: Remove tdb_compat
2015-03-17 Volker Lendeckelib: Remove "use_ntdb" param from secrets_init_path
2015-03-17 Volker LendeckeRemove callers of lp_use_ntdb
2015-03-17 Volker Lendeckepassdb: Fix the O3 developer build
2015-03-12 Stefan Metzmachers3:pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusted...
2015-03-12 Stefan Metzmachers3:pdb_samba_dsdb: return the domain sid in pdb_samba_d...
2015-03-12 Stefan Metzmachers3:pdb_samba_dsdb: return the previous password and...
2015-03-03 Volker LendeckeFix the O3 developer build
2015-02-13 Richard SharpeRemove an unused function call.
2015-02-13 Günther Deschners3-passdb: lift annoying debug message level.
2015-01-22 Petr ViktorinRemove use of the "staticforward" macro
2015-01-07 Volker Lendeckepassdb: Cache output from pdb_[ug]id_to_sid
2015-01-05 Stefan Metzmachers3:passdb: fix logic in pdb_set_pw_history()
2014-12-19 Stefan Metzmachers3:pdb_samba_dsdb: use SEC_CHAN_DNS_DOMAIN in pdb_samba...
2014-12-19 Stefan Metzmachers3:pdb_samba_dsdb: add pdb_samba_dsdb_get_trusteddom_creds
2014-12-18 Stefan Metzmachers3:passdb: let pdb_get_trust_credentials() try pdb_get_...
2014-12-18 Stefan Metzmachers3:passdb: add optional get_trusteddom_creds() hooks
2014-12-03 Garming Sampdb: Increase version number to fix ABI
2014-12-03 Garming Samidmap: unify passdb *id_to_sid methods
2014-11-25 Stefan Metzmachers3:passdb: avoid invalid pointer type warnings in pdb_w...
2014-11-25 Stefan Metzmachers3:passdb: always copy the history in pdb_set_plaintext...
2014-11-11 Volker Lendeckepdb_tdb: Avoid a nasty error message with ctdb
2014-11-11 Volker Lendeckepdb_tdb: Fix a TALLOC/SAFE_FREE mixup
2014-11-03 David Disseldorppdb_tdb: don't leak state_path onto talloc tos
2014-11-03 David Disseldorpaccount_pol: don't leak state_path onto talloc tos
2014-10-17 Andrew Bartlettpassdb: Use common code in cli_credentials_set_machine_...
2014-09-27 Stefan Metzmachers3:passdb: add pdb_get_trust_credentials()
2014-09-20 Volker Lendeckepassdb: Use talloc_zero_array
2014-09-08 Andrew Bartlettpassdb: Avoid use-after-free when setting a plaintext...
2014-08-31 Andrew Bartlettpassdb: Use sam_get_results_trust() and implement pdb_s...
2014-08-25 Arvid Requatepassdb: fix NT_STATUS_NO_SUCH_GROUP
2014-08-23 Roel van MeerDon't discard result of checking grouptype
2014-08-08 Justin Maggardpassdb: add missing newline to debug message in get_pri...
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-07-09 Andrew Bartlettdsdb: Always store and return the userParameters as...
2014-07-04 Andrew Bartlettsecrets: Ensure we store the secureChannelType when...
2014-06-15 Andrew Bartlettpassdb: Allow a passdb module to do idmap for everything
2014-06-11 Andrew Bartlettpassdb: Do not routinely clear the global memory return...
2014-05-30 Samuel CabreroFix several talloc stack frames not freed
2014-05-03 Michael Adams3:passdb: improve a debug message in pdb_default_sid_t...
2014-05-03 Michael Adams3:passdb: fix and improve debug message in pdb_default...
2014-05-03 Alexander Werths3: Always cache idmapping results of pdb backend.
2014-04-16 Björn Baumbachlib-util: rename memdup to smb_memdup and fix all callers
2014-04-02 Andrew Bartlettdsdb: Rework samdb_result_acct_flags to use either...
2014-03-05 Garming SamRemove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE...
2014-02-25 Michael Adampassdb: spare superfluous call to lookup_rids() in...
2014-02-24 Poornima Gurusiddaiahs3:passdb: Fix the use of uninitialized scalar variable.
2014-02-21 Jose A. Riverapassdb: Patch memory leak in pdb_ldap.c
2014-02-08 Garming Samparam: rename lp function and variable from "renameuser...
2014-02-08 Garming Samparam: rename lp function and variable from "deluser_sc...
2014-02-08 Garming Samparam: rename lp function and variable from "adduser_sc...
2014-02-08 Garming Samparam: rename lp function and variable from "addmachine...
2014-02-08 Garming Samparam: rename lp function and variable from 'guestaccou...
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2014-02-04 Andreas Schneiders3-lib: Add winbind_lookup_usersids().
2014-01-09 Andreas Schneiders3-passdb: Fix string duplication to pointers.
next