Add functions to programatically set the security mask and directory security mask...
[kai/samba.git] / source3 / include / passdb.h
2012-09-07 Alexander Bokovoys3-passdb: wrap secrets.tdb accessors used by PDB modules
2012-05-23 Alexander Bokovoys3-passdb: add unixid_from_uid/unixid_from_gid/unixid_f...
2012-05-02 Andrew Bartletts3-passdb: Change pdb_sid_to_id() to return struct...
2012-04-19 Andrew Bartletts3-passdb: Remove unused sampass->pass_must_change_time
2012-01-09 Günther Deschners3-passdb: remove a forward declaration.
2011-11-15 Jeremy AllisonFix bug #8561 - Password change settings not fully...
2011-10-28 Günther Deschners3-passdb: use tevent_context in passdb.
2011-10-18 Simo Sorcepdb-interface: Do not use unid_t here
2011-10-14 Günther Deschners3-passdb: remove fstring from pdb_set_user_sid_from_st...
2011-10-14 Günther Deschners3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h.
2011-10-14 Günther Deschners3-passdb: use uintX_t at least in headers.
2011-10-14 Günther Deschners3-passdb: move passdb prototypes into passdb.h
2011-10-14 Günther Deschners3-passdb: move group mapping headers into passdb.h
2011-10-12 Simo Sorces3-group-mapping: Remove fstrings from GROUP_MAP.
2011-09-26 Simo Sorces3-passdb: Cleanup use of fstring and move to talloc.
2011-08-31 Sumit Boses3-pdb_ipa: Add supprted encryption types to struct...
2011-08-31 Sumit Boses3-pdb_ipa: Add posix offset to struct pdb_trusted_domain
2011-07-31 Günther Deschners3-passdb: add dummy calls to control global (replicate...
2011-03-30 Günther Deschners3-passdb: move some passdb defines to passdb.h
2011-03-29 Günther Deschners3: include ../librpc/gen_ndr/lsa.h where needed.
2011-03-29 Günther Deschners3-passdb: add machine_sid.h and lookup_sid.h
2011-03-29 Günther Deschners3-passdb: move mapping.h into passdb.h, its needed...
2011-03-29 Günther Deschners3-passdb: move passdb headers to passdb/proto.h.
2011-02-22 Stefan Metzmachers3:auth: change num_groups to from size_t to uint32_t
2011-02-17 Günther Deschners3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.
2011-02-16 Sumit Boses3-lsa: Implement lsaRSetForestTrustInformation
2011-02-16 Sumit Boses3-ipasam: add ipasam_get_trusted_domain_by_sid()
2011-02-16 Sumit Boses3-passdb: add {get,set,del,enum}_trusted_domain calls
2011-02-15 Volker Lendeckes3: Add "code_page" to struct samu
2011-02-15 Volker Lendeckes3: Add "country_code" to struct samu
2011-02-09 Günther Deschners3: move some stuff out of smb.h to better locations.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-21 Andrew Bartletts3:passdb Remove use of uint8 uint16 and uint32 in...
2010-05-07 Günther Deschners3: move BASE_RID to main includes.h (in preparation...
2010-03-16 Volker Lendeckes3: Remove a typedef
2009-11-26 Günther Deschners3-passdb: move some defines out of rpc headers (they...
2009-11-14 Michael Adams3:passdb: bump interface VERSION 18->19 (removed uid_t...
2009-11-14 Michael Adams3:passdb: remove the uid_to_rid method - we only need...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-05 Volker LendeckeActually increase PASSDB_INTERFACE_VERSION to 18 :-)
2009-07-04 Volker LendeckeAdd pdb_get_domain_info
2009-07-04 Volker LendeckeMake pdb_ads return an additional flag
2009-06-28 Volker LendeckeTurn the pdb_rid_algorithm into a capabilities call...
2009-06-08 Volker LendeckePass a talloc_ctx to pdb_enum_aliasmem
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Volker LendeckeFix some nonempty blank lines
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-07 Volker LendeckeShape up pdb_search a bit by making it a talloc ctx...
2008-12-29 Stefan Metzmachers3:passdb: add SAMU_BUFFER_V4 with no changes
2008-12-29 Stefan Metzmachers3:passdb: make marshalling struct samu from and to...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-01 Günther Deschners3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-05 Volker LendeckeRemove unix_homedir from struct user_struct
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-12 Günther DeschnerRemoving unused ACCT_-flags.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-26 Volker LendeckeRemove the sampwent interface
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23341: pdb interfaces should be versioned. As SAMBA_3_...
2007-10-10 Volker Lendecker22786: Some cleanup by Karolin Seeger: Remove unused...
2007-10-10 Gerald Carterr21188: bumping passdb version number to make sure...
2007-10-10 Volker Lendecker20827: Increment the interface version.
2007-10-10 Volker Lendecker20824: Send access to the trusted domain passwords...
2007-10-10 Simo Sorcer20116: Start merging in the work done to create the...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17463: A bit of cleanup work:
2007-10-10 Volker Lendecker17451: Change pdb_getgrsid not to take a DOM_SID but...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16628: Fix bug #3880, reported by jason@ncac.gwu.edu
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Gerald Carterr13601: * Remove unused code from pdb_ldap.c
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Gerald Carterr13509: remove unnecessary sql flags
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13460: by popular demand....
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker12055: More cruft
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Jeremy Allisonr11924: Added Volkers's (C) to srv_samr_nt.c, removed...
2007-10-10 Volker Lendecker11922: Looks bigger than it is: There's no point in...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Jim McDonoughr10911: part of #2861: add rename support for usrmgr...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Volker Lendecker6367: Slim down pdb_interface.c a bit. next_entry...
2007-10-10 Volker Lendecker6351: This is quite a large and intrusive patch, but...
2007-10-10 Volker Lendecker6277: This implements a new caching API for enumeratin...
2007-10-10 Jeremy Allisonr6092: This much const causes the compiler on Fedora...
2007-10-10 Volker Lendecker6080: Port some of the non-critical changes from HEAD...
next