Change the passdb interface to use allocated strings.
[ira/wip.git] / source3 / passdb / passdb.c
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.
2001-09-27 Andrew BartlettFix memory leak in get_sampwd_entries(), reindent for...
2001-09-26 Gerald Cartermerge from 2.2
2001-09-26 Andrew BartlettAdd a new interface pdb_set_plaintext_passwd() to the...
2001-09-26 Andrew BartlettWe don't use a modified 'user' in any case, so don...
2001-09-25 Jeremy AllisonFixup passdb stuff to add new nisplus and ldap backends.
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-12 Tim PotterString length fix from Toomas Soome <tsoome@ut.ee>
2001-09-06 Tim PotterStarted a cleanup of smbpasswd related stuff. I've...
2001-09-05 Andrew Tridgellfixed some compilation errors in cli_netlogon.c - tim...
2001-09-05 Andrew Tridgellmore warning fixes on solaris
2001-08-13 Tim PotterFixed typo in debug message.
2001-07-06 Jeremy AllisonWrapped dlerror() in the same way as the other dlxxx...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-05-09 Jean-François Mico... very nasty bug !
2001-05-08 Jean-François Mico... fixes to the group mapping code.
2001-05-07 Gerald Cartermerge from 2.2 removing the 'domain XXX' parameters.
2001-05-07 Gerald CarterPatch from Simo:
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-05-04 Gerald Carterfixes from Simo
2001-04-28 Andrew Tridgell- fixed some compiler warnings
2001-04-25 Gerald Carterconverted the passdb smbpasswd implementation to using...
2001-03-22 Jeremy AllisonNew POSIX ACL mapping code. Works with UNIX permissions...
2001-03-20 Jeremy AllisonFix for crash when doing name lookup with a quoted...
2001-03-19 Jeremy AllisonAdded sys_dlopen/sys_dlsym/sys_dlclose.
2001-03-14 Gerald Carterpatches from Simo. Couple of snity things
2001-03-11 Jeremy AllisonRemove "BYTE" - we already have uint8 - don't need...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-02 Jeremy AllisonMerged JF's fixes into HEAD. These are for string parsi...
2001-01-15 Jeremy AllisonFixes for POSIX ACLS. ACL merge code.
2001-01-10 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-06 Gerald Carterupdates to the tdbsam implementation.
2000-11-22 Gerald Cartero fixed logon script problems (wrong len in reply to...
2000-11-21 Gerald CarterAnother large patch for the passdb rewrite.
2000-11-14 David O'Neill- fix "declaration of 'time' shadows global declaration...
2000-11-14 Jeremy AllisonFixed the cut-n-paste bugs in the new passdb backend...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-10-26 Gerald CarterTDB password backend support written by Simo Sorce...
2000-10-13 Jean-François Mico... last part of W2K support.
2000-10-07 Jean-François Mico... added samr_set_user_info and info_2.
2000-08-23 Jeremy AllisonAdded code to do SID to uid/gid conversion. Needed...
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-06-09 Jeremy AllisonLuke, I am moving the code back into passdb/passdb...
2000-06-09 Luke Leightonreverted jeremy's changes that removed NET_USER_INFO_3...
2000-06-08 Jeremy Allisoninclude/smb.h: Removed NET_USER_3 struct from user...
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-12 Jeremy AllisonRoll back to using static MACHINE.SID after consultatio...
2000-04-11 Jeremy AllisonThe changes made here broke NT security descriptor...
2000-02-25 Jeremy Allisonclient/client.c:
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-07-11 Luke LeightonNULL pwdb_xxx_map_names() parameter can be passed here...
1999-07-08 Luke Leightonissues with pwdb_sam_map_names() and pwdb_smb_map_names...
1999-07-07 Luke Leightonadded debug reporting to pwdb_sam_map_names() and pwdb_...
1999-03-03 Luke LeightonBenjamin Kuit's latest mysql mods. issue with "make...
1999-03-01 Luke LeightonBenjamin Kuit's MYSQL SAM Database implementation.
1998-12-11 Luke Leighton%U substitution should be unix user not nt user
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-25 Luke Leightonfixing group database issues
1998-11-25 Luke LeightonLsaLookupNames client call (first used as lookupnames...
1998-11-23 Luke Leightonunix instance of group database API
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-07 Jeremy Allisoncodepages/codepage_def.936: Updated comment.
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
1998-10-21 Luke Leightonthe next dialog: user-groups. it's not very sensible...
next