summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove some unused codeVolker Lendecke2019-02-281-5/+0
* s3:passdb: add create_builtin_guests()Stefan Metzmacher2018-03-191-0/+1
* s3-passdb: remove some dead prototypesGünther Deschner2017-05-101-5/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+2
* s3:passdb: move my_sam_name() from passdb to util_name.cMichael Adam2016-01-221-1/+0
* Add --set-nt-hash option to pdbedit to update user password from nt-hash hexs...Alberto Maria Fiaschi2015-11-301-0/+1
* s3:passdb: add optional get_trusteddom_creds() hooksStefan Metzmacher2014-12-181-0/+8
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-031-7/+21
* s3:passdb: add pdb_get_trust_credentials()Stefan Metzmacher2014-09-271-0/+5
* passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett2014-06-161-1/+4
* s3:passdb add a gid argument to pdb_create_builtin_aliasChristian Ambach2013-06-211-1/+1
* s3:passdb expose pdb_create_builtin functionChristian Ambach2013-06-211-0/+1
* s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach2013-06-211-0/+5
* s3:passdb add idmap control functionsChristian Ambach2013-06-211-1/+8
* PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy2013-04-091-1/+17
* s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam2012-12-031-0/+3
* s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy2012-09-071-0/+11
* s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both APIAlexander Bokovoy2012-05-231-0/+5
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-021-3/+3
* s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett2012-04-191-3/+0
* s3-passdb: remove a forward declaration.Günther Deschner2012-01-091-7/+6
* Fix bug #8561 - Password change settings not fully observed.Jeremy Allison2011-11-161-0/+1
* s3-passdb: use tevent_context in passdb.Günther Deschner2011-10-281-2/+3
* pdb-interface: Do not use unid_t hereSimo Sorce2011-10-181-2/+2
* s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner2011-10-141-1/+1
* s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h.Günther Deschner2011-10-141-0/+8
* s3-passdb: use uintX_t at least in headers.Günther Deschner2011-10-141-4/+4
* s3-passdb: move passdb prototypes into passdb.hGünther Deschner2011-10-141-1/+285
* s3-passdb: move group mapping headers into passdb.hGünther Deschner2011-10-141-1/+87
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-1/+1
* s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce2011-09-261-2/+2
* s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domainSumit Bose2011-08-311-0/+1
* s3-pdb_ipa: Add posix offset to struct pdb_trusted_domainSumit Bose2011-08-311-0/+1
* s3-passdb: add dummy calls to control global (replicated) secrets.Günther Deschner2011-07-311-2/+18
* s3-passdb: move some passdb defines to passdb.hGünther Deschner2011-03-301-0/+29
* s3: include ../librpc/gen_ndr/lsa.h where needed.Günther Deschner2011-03-301-0/+2
* s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner2011-03-301-0/+2
* s3-passdb: move mapping.h into passdb.h, its needed here.Günther Deschner2011-03-301-0/+2
* s3-passdb: move passdb headers to passdb/proto.h.Günther Deschner2011-03-301-0/+2
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-221-1/+1
* s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.Günther Deschner2011-02-171-2/+3
* s3-lsa: Implement lsaRSetForestTrustInformationSumit Bose2011-02-161-0/+1
* s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose2011-02-161-0/+4
* s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose2011-02-161-0/+26
* s3: Add "code_page" to struct samuVolker Lendecke2011-02-151-0/+2
* s3: Add "country_code" to struct samuVolker Lendecke2011-02-151-0/+3
* s3: move some stuff out of smb.h to better locations.Günther Deschner2011-02-091-0/+2
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+9
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-25/+25
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-211-30/+30