summaryrefslogtreecommitdiffstats
path: root/source3/include/passdb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: move BASE_RID to main includes.h (in preparation to separate passdb).Günther Deschner2010-05-081-2/+0
* s3: Remove a typedefVolker Lendecke2010-03-161-2/+2
* s3-passdb: move some defines out of rpc headers (they really belong to passdb).Günther Deschner2009-11-261-0/+15
* s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid)Michael Adam2009-11-141-1/+2
* s3:passdb: remove the uid_to_rid method - we only need uid_to_sidMichael Adam2009-11-141-2/+0
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-2/+20
* Actually increase PASSDB_INTERFACE_VERSION to 18 :-)Volker Lendecke2009-07-051-1/+1
* Add pdb_get_domain_infoVolker Lendecke2009-07-041-0/+11
* Make pdb_ads return an additional flagVolker Lendecke2009-07-041-0/+1
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-281-1/+4
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-2/+2
* Fix some nonempty blank linesVolker Lendecke2009-05-281-17/+17
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-071-1/+0
* s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher2008-12-291-1/+3
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-291-1/+7
* s3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_SET flags.Günther Deschner2008-12-021-10/+0
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-051-1/+0
* Removing unused ACCT_-flags.Günther Deschner2008-02-121-30/+3
* Remove the sampwent interfaceVolker Lendecke2007-12-261-7/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-17/+17