s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_filename *.
[kai/samba-autobuild/.git] / source3 / passdb /
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.
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-11-21 Andreas Schneiders3-lib: Add grpname to talloc_sub_specified().
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-24 Michael Adambuild: get rid of source strings from source3/passdb...
2013-09-05 Volker Lendeckelib: Use "mem_ctx" arg in gencache_get
2013-09-05 Volker Lendeckelib: Add a "mem_ctx" arg to gencache_get (unused so...
2013-06-21 Christian Ambachs3:passdb/pdb_util make pdb_create_builtin consider...
2013-06-21 Christian Ambachs3:passdb add a gid argument to pdb_create_builtin_alias
2013-06-21 Christian Ambachs3:passdb expose pdb_create_builtin function
2013-06-21 Christian Ambachs3:passdb/pdb_tdb add parameter to control handling...
2013-06-21 Christian Ambachs3:passdb/pdb_ldap remove an unnecessary check
2013-06-21 Christian Ambachs3:passdb/pdb_ldap make the module handle well-known
2013-06-21 Christian Ambachs3:passdb make pdb_sid_to_id honor backend responsibilities
2013-06-21 Christian Ambachs3:passdb/pdb_samba_dsdb make the module handle well...
2013-06-21 Christian Ambachs3:passdb add pdb_*_is_responsible_for* functions
2013-06-21 Christian Ambachs3:passdb/samba_dsdb fix some compiler warnings
2013-06-21 Christian Ambachs3:passdb/samba_dsdb fix a compiler warning
2013-05-28 Andrew Bartlettpassdb-machine_account_secrets: Remove #if SAMBA_BUILD_...
2013-05-16 Andrew Bartlettpdb_ldap: Do not skip accounts without a sambaAcctFlags...
2013-04-09 Alexander BokovoyPASSDB: add support to set and enumerate UPN suffixes...
2013-02-22 Andreas Schneiderpdb: Fix array overrun by one.
2013-02-20 Rusty Russellntdb: switch between secrets.tdb and secrets.ntdb depen...
next