client/client.c:
[samba.git] / source3 / passdb / passdb.c
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...
1998-09-29 Jeremy AllisonFixed warning in get_time_from_string().
1998-09-29 Luke Leightonmissed the pdb_sam_to_smb function needed by nispass.c
1998-09-29 Luke Leightonadded in some pdb_xxx routines that are needed by nispass.c
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-24 Jeremy AllisonIntegration of Anders Blomdell <anders.blomdell@control...
1998-09-24 Luke Leightonremoved function names printed out in debug statements...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-06-20 Jeremy Allisonclitar.c: Fixed minor gcc -pedantic-error compile warnings.
1998-06-01 Jeremy Allisonclientutil.c: Don't core dump if no controlling termina...
1998-05-27 Jeremy Allisonloadparm.c: Added machine password timeout parameter...
1998-05-25 Luke Leightonadded set logon, logoff, kickoff etc time functions.
1998-05-25 Luke Leightoni wondered why nisppass.c came up with a linker error...
1998-05-24 Luke Leighton- created pdb_sethexpwd(), to be called from all pwd...
1998-05-21 Luke Leightonfixed signed / unsigned warnings spotted by tim winders...
1998-05-19 Jeremy Allisonpassdb.c: Fixed typo in coment.
1998-05-19 Luke Leightonremoved "default" system for password database api...
1998-05-19 Luke Leightonldap.c :
1998-05-18 Jeremy AllisonAbstracted all the crappy password interfaces through...
1998-05-18 Jeremy Allisonchgpasswd.c: Changed back to getsmb... from getsam...
1998-05-18 Luke Leightonlinker errors with -DUSE_NISPLUS_DB - difficult to...
1998-05-18 Luke Leightonsorting out removal of some smb_passwd functions by...
1998-05-18 Luke Leightonremoved references to some of the smb_passwd routines...
1998-05-18 Luke Leightoncreating and using some pdb_init_(sam/smb) routines...
1998-05-18 Luke Leightonno include headers in ldap.c.
1998-05-18 Luke Leighton- renamed some of the passdb.c functions: they have...
1998-05-18 Luke LeightonMakefile:
1998-05-15 Luke Leightonsome databases have search capabilities. acknowledging...
1998-05-14 Jeremy Allisonpassdb.c
1998-05-11 Luke Leightonpassword back-end database support
1998-05-11 Luke Leightonldap back-end database development
1998-05-07 Luke Leightoncreated "passdb.c" which is an interface point to ...