trying to get HEAD building again. If you want the code
[kai/samba-autobuild/.git] / source3 / passdb / passdb.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-18 Simo Sorceport fixes from 3.0
2003-05-16 Tim PotterMerge get_global_sam_name() from 3.0 to fix compile...
2003-05-14 Tim Potterspelling
2003-05-02 Simo Sorceshouldn't wellknown group be well.. ..WKN_GRP ?
2003-05-01 Simo Sorceproper wellknown sids initialization at startup
2003-05-01 Simo Sorce*id_to_*id call reshape to return NTSTATUS errors
2003-04-30 Simo Sorcecorrectly initiazlize idmap tdb when creationg new
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-29 Andrew BartlettSome passdb backends really don't like having no primar...
2003-04-29 Andrew BartlettMerge 3.0's change to how we add users onto HEAD, inclu...
2003-04-29 Simo Sorceok next_rid out as well local_*id_to*id functions
2003-04-28 Simo Sorcenew helper functions to create users
2003-04-16 Andrew BartlettAdjust comment to respect change to no longer use unixs...
2003-02-22 Andrew BartlettFix comment - the other bits of code don't call this...
2003-02-22 Andrew BartlettRemove 'unixsam' from the default passdb backends.
2003-01-02 Andrew BartlettWe already have one function to move unistr2 -> multiby...
2003-01-02 Andrew BartlettBIG patch...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-07 Andrew Tridgellwhen doing a 'net rpc vampire' a pdb_init_sam_pw()...
2002-11-03 Andrew BartlettExtra little fix to vl's patch. Make sure the passdb...
2002-11-03 Volker LendeckeForce algorithmic rid base to sane values and talk...
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-17 Volker LendeckeRevert changes
2002-10-16 Volker LendeckeCreate group mappings on the fly.
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-09-26 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-09-25 Andrew BartlettWhenever we deal with adding machine/trusted domain...
2002-09-25 Andrew BartlettThis patch from "Stefan (metze) Metzmacher" <metze...
2002-09-04 Andrew BartlettSet default ACB attributes on 'unixsam' accounts. ...
2002-08-21 Andrew BartlettUse the 'init' flag to determine if the UID is set...
2002-08-17 Andrew BartlettRework the 'guest account get's RID 501' code again...
2002-08-16 Andrew BartlettMake the 'guest account' always have a RID of DOMAIN_US...
2002-08-07 Andrew BartlettAdd const to a pile of const to *DOM_SID paramaters.
2002-07-31 Andrew BartlettDon't accidenity mess with the wrong domain's sids.
2002-07-30 Andrew BartlettUpdate a pile of Samba's SID lookup code to ensure:
2002-07-26 Andrew BartlettClarify this comment.
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
2002-07-03 Andrew BartlettBreak up the passdb objects (to allow RPC clients to...
2002-06-14 Andrew BartlettDebug fixes from ctrlsoft
2002-06-14 Andrew BartlettPatch from ctrlsoft to make the pluggable passdb subsys...
2002-06-14 Andrew BartlettAdd const, kill of useless casts and therefore eliminat...
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-05-26 Simo Sorcechange: pdb_getsampwrid() ->pdb_getsampwsid()
2002-05-18 Simo Sorceso here it is the code to introduce seriously debuggggi...
2002-05-18 Andrew BartlettA few things in this commit:
2002-04-13 Andrew BartlettBetter handling of uid/gid -> RID and RID -> uid/gid...
2002-04-11 Andrew BartlettMuch better support for both non-algorithic RIDs (where...
2002-04-05 Jeremy AllisonFixed up admin user / guest user lookup.
2002-03-21 Andrew BartlettDon't leak memory on failure.
2002-03-21 Andrew BartlettMake sure to initaliase SAM_ACCOUNT pointers to NULL...
2002-03-19 Simo Sorcesecond step to gain free uid<->rid mapping
2002-03-18 Simo SorceStart to switch away from the alghorithmic uid->rid...
2002-03-02 Andrew BartlettThis patch merges my private LDAP tree into HEAD.
2002-01-30 Andrew BartlettBack out herb's changes (to allow smbpasswd -x to work...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-30 Herb Lewismerge change from @_2 to allow smbpasswd -x to delete...
2002-01-26 Andrew Bartlett - Provide sid->name lookup support for non-unix accounts.
2002-01-26 Andrew Bartlettlocal_lookup_name() doens't acutally use its 'domain...
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-20 Andrew BartlettKill off another ugly wart from the side of the passdb...
2002-01-20 Andrew BartlettFix up an embarrsing bug I introduced when I moved...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-15 Andrew BartlettCommit the auth associated changes I missed from the...
2002-01-15 Andrew BartlettChange the passdb interface to use allocated strings.
2002-01-12 Andrew BartlettMove all the pdb_get...() and pdb_set...() functions...
2002-01-02 Jeremy AllisonWe should be SHLD not LINK when creating shared libraries.
2002-01-02 Andrew BartlettWe go to a lot of effort to avoid strcpy() in Samba...
2002-01-02 Andrew BartlettActually enforce the passdb API.
2001-12-31 Andrew Tridgellmore irix -64 portability fixes
2001-12-31 Gerald Cartersome merges from 2.2. Still need to merge in changes...
2001-12-30 Gerald Carterpdb_getsampwnuid() merge from 2.2
2001-12-27 Gerald Cartermoving SAM_ACCOUNT to include a bit field for initialized
2001-12-14 Jean-François Mico... Rafal (mimir) patch for trusts r.
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-12-02 Jean-François Mico... added mapping of primary gid to rid thru the group...
2001-11-29 Jean-François Mico... Changed again how the privilege list is handled in...
2001-11-24 Andrew BartlettKill off that crazy copy_sam_passwd(). You simply...
2001-11-23 Jean-François Mico... Changed how the privileges are stored in the group...
2001-11-11 Andrew BartlettMinor updates. A small dose of const.
2001-11-07 Andrew BartlettUGLY HACK to get machines to join tdbsam domains again.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-30 Andrew BartlettFix up smbpasswd -e/-d so that it doesn't change the...
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-29 Andrew BartlettThis commit is number 2 of 4.
2001-10-29 Andrew BartlettThis commit is number 1 of 4.
2001-10-09 Jeremy AllisonFixes from John Trostel (modified somewhat by me) to...
2001-10-03 Tim PotterAdded a comment about not changing the magic timestamp...
2001-10-03 Jeremy AllisonEnsure accessing NT member servers works with a Samba...
2001-10-03 Andrew Tridgellset ACB_PWNOEXP by default on new accounts.
2001-10-02 Jeremy AllisonFixed the bug with member servers in a Samba PDC hosted...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-10-01 Andrew Tridgell- fix handling of 0 last_change_time and must_change_time
2001-09-29 Andrew BartlettThis is the passdb section of the previously mentioned...
2001-09-28 Andrew BartlettHow the heck I missed this I don't know, but somehow...
2001-09-27 Jeremy AllisonMerge HEAD and 2.2 - try frantically to keep in sync.
next