- got client code cleartext passwords working again in cli_session_setup.
[samba.git] / source3 / passdb /
1999-01-15 Matthew ChapmanFinally committing my LDAP changes.
1999-01-13 Gerald CarterFixed the "You password will expire in 0 days. Would...
1998-12-14 Luke Leightontrying to track down issues in get_home_dir().
1998-12-11 Luke Leighton%U substitution should be unix user not nt user
1998-12-08 Luke Leightonldap_getpw() also needs to be (void)
1998-12-08 Luke Leightoncompilation warnings due to missing (void) in ldap_clos...
1998-12-07 Luke Leightonadded ldap files by Matthew Chapman.
1998-12-07 Luke LeightonMatthew Chapman spotted that smbpasschange was assuming...
1998-12-07 Luke Leightonmatthew chapman's ldap code, to date. plus docs!
1998-11-30 Luke Leightonattempting to fix "domain user map" up, but it's a...
1998-11-30 Luke Leightonpassdb.c now calls getpwnam() which returns results...
1998-11-30 Luke Leighton- adding builtin[alias]db.
1998-11-29 Luke Leighton"retired" two modules to preserve their cvs history.
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-26 Luke Leightonwe have a problem: resolution of "Primary Group RID...
1998-11-25 Luke Leightonfixing group database issues
1998-11-25 Luke LeightonLsaLookupNames client call (first used as lookupnames...
1998-11-25 Luke Leightonfixing domain join and domain login problems
1998-11-24 Luke Leightonclearer debug comments
1998-11-24 Luke Leightonoops, forgot to rename smbfilegrp to smbunixgrp.
1998-11-24 Luke Leightoninitialise not initialize...
1998-11-23 Luke Leightonremove unused variable
1998-11-23 Luke Leightonsomeone had added code to convert rids to rids, assumin...
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 Leightonswapped username:uid:[groupridlist]:[aliasridlist] to
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-11-12 Herb LewisRemoved code that used printf/fprintf in password chang...
1998-11-12 Andrew Tridgellextracted the password change code from smbpasswd and...
1998-11-10 Luke Leightonutil functions split into relevant modules, first pass.
1998-11-07 Jeremy Allisoncodepages/codepage_def.936: Updated comment.
1998-11-05 Luke Leightonthe start of the start of the SAM database API
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-10-17 Jeremy AllisonSmall tidyups for gcc in 'preen' mode....
1998-10-16 Luke Leightontrust password
1998-10-15 Luke Leightonrpcclient interactive login (with trust account changin...
1998-10-15 Luke Leightongetpwnam() failing is a serious error (corrupt smbpassw...
1998-10-15 Luke Leightonbug-fixing against:
1998-10-09 Luke Leightonanders blomdell spotted an unititialised fstring causin...
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-28 Jeremy AllisonAdded fix from gildea@intouchsys.com - smbpasswd file...
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-28 Alexandre Olivaautomated generation of .dummy files for each subdirectory;
1998-09-26 Jeremy AllisonAdded Kerberos4 support patches from Johan Hedin <johan...
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-21 Alexandre Olivamajor autoconf clean-up
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
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-29 Andrew Tridgellgot rid of calls to update_protected_database(). It...
1998-08-17 Andrew Tridgellmoved connection_struct handling code into smbd/conn...
1998-08-15 Andrew Tridgelluse user instead of this_user to prevent global shadowing
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-06-27 Jeremy Allisonnisppass.c: Fixed incorrect parameter usage.
1998-06-20 Jeremy Allisonclitar.c: Fixed minor gcc -pedantic-error compile warnings.
1998-06-04 Jeremy Allisonincludes.h: Fixes for NetBSD and BSDI.
1998-06-01 Jeremy Allisonclientutil.c: Don't core dump if no controlling termina...
1998-05-28 Luke Leightonlatest messing about: probably doesn't compile; doesn...
1998-05-27 Jeremy Allisonloadparm.c: Added machine password timeout parameter...
1998-05-26 Jeremy Allisonsmb.h: More NT SMB stuff (just defines).
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-22 Luke Leightonadd_nisp21pwd_entry() finished but not tested. module...
1998-05-22 Luke Leightondoesn't compile: don't care. checking this in so peopl...
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 Leightonmade mod_smbfilepwd_entry() and getsmbfilepwent() stati...
1998-05-19 Luke Leightonoops - got some of the default (conversion) functions...
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 Leightonresolving compilation errors
1998-05-18 Luke Leightonreceived update from jean francois for ldap.c: he is...
1998-05-18 Luke Leighton- renamed some of the passdb.c functions: they have...
1998-05-18 Luke Leightonoops. pressed ctrl-z while editing the previous cvs...
1998-05-18 Luke LeightonMakefile:
1998-05-15 Luke Leightonsome databases have search capabilities. acknowledging...
1998-05-15 Luke Leightonfirst non-compiling, unused, mostly stub version of...
1998-05-14 Jeremy Allisonpassdb.c
next