summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
AgeCommit message (Expand)AuthorFilesLines
2025-02-22s3:passdb: add pdb_filter_hints()Stefan Metzmacher1-1/+13
2023-07-05s3:include: Fix code spellingAndreas Schneider1-15/+15
2019-02-28lib: Remove some unused codeVolker Lendecke1-5/+0
2018-03-19s3:passdb: add create_builtin_guests()Stefan Metzmacher1-0/+1
2017-05-10s3-passdb: remove some dead prototypesGünther Deschner1-5/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+2
2016-01-22s3:passdb: move my_sam_name() from passdb to util_name.cMichael Adam1-1/+0
2015-11-30Add --set-nt-hash option to pdbedit to update user password from nt-hash hexs...Alberto Maria Fiaschi1-0/+1
2014-12-18s3:passdb: add optional get_trusteddom_creds() hooksStefan Metzmacher1-0/+8
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam1-7/+21
2014-09-27s3:passdb: add pdb_get_trust_credentials()Stefan Metzmacher1-0/+5
2014-06-16passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett1-1/+4
2013-06-21s3:passdb add a gid argument to pdb_create_builtin_aliasChristian Ambach1-1/+1
2013-06-21s3:passdb expose pdb_create_builtin functionChristian Ambach1-0/+1
2013-06-21s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach1-0/+5
2013-06-21s3:passdb add idmap control functionsChristian Ambach1-1/+8
2013-04-09PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy1-1/+17
2012-12-03s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam1-0/+3
2012-09-07s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy1-0/+11
2012-05-23s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both APIAlexander Bokovoy1-0/+5
2012-05-02s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett1-3/+3
2012-04-19s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett1-3/+0
2012-01-09s3-passdb: remove a forward declaration.Günther Deschner1-7/+6
2011-11-16Fix bug #8561 - Password change settings not fully observed.Jeremy Allison1-0/+1
2011-10-28s3-passdb: use tevent_context in passdb.Günther Deschner1-2/+3
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce1-2/+2
2011-10-14s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner1-1/+1
2011-10-14s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h.Günther Deschner1-0/+8
2011-10-14s3-passdb: use uintX_t at least in headers.Günther Deschner1-4/+4
2011-10-14s3-passdb: move passdb prototypes into passdb.hGünther Deschner1-1/+285
2011-10-14s3-passdb: move group mapping headers into passdb.hGünther Deschner1-1/+87
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-1/+1
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce1-2/+2
2011-08-31s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domainSumit Bose1-0/+1
2011-08-31s3-pdb_ipa: Add posix offset to struct pdb_trusted_domainSumit Bose1-0/+1
2011-07-31s3-passdb: add dummy calls to control global (replicated) secrets.Günther Deschner1-2/+18
2011-03-30s3-passdb: move some passdb defines to passdb.hGünther Deschner1-0/+29
2011-03-30s3: include ../librpc/gen_ndr/lsa.h where needed.Günther Deschner1-0/+2
2011-03-30s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner1-0/+2
2011-03-30s3-passdb: move mapping.h into passdb.h, its needed here.Günther Deschner1-0/+2
2011-03-30s3-passdb: move passdb headers to passdb/proto.h.Günther Deschner1-0/+2
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher1-1/+1
2011-02-17s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.Günther Deschner1-2/+3
2011-02-16s3-lsa: Implement lsaRSetForestTrustInformationSumit Bose1-0/+1
2011-02-16s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose1-0/+4
2011-02-16s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose1-0/+26
2011-02-15s3: Add "code_page" to struct samuVolker Lendecke1-0/+2
2011-02-15s3: Add "country_code" to struct samuVolker Lendecke1-0/+3
2011-02-09s3: move some stuff out of smb.h to better locations.Günther Deschner1-0/+2
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+9