~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to source/pam_smbpass/CHANGELOG

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
version 0.7.5  25 Mar 2001
2
 
   - Use Samba 2.2.0 (alpha) as the target codebase, since it doesn't look
3
 
     like Samba will be offering shared libraries in the near future.
4
 
   - added a Makefile and support scripts to make the build process easier.
5
 
   - imported some Solaris fixes that I've been sitting on.
6
 
 
7
 
version 0.7.4  20 Jan 2000
8
 
   - added a 'migrate' option to the authentication code which makes no
9
 
     effort to authenticate the user, or even to ask for a password, but
10
 
     it can be useful for filling in an SMB password db.
11
 
 
12
 
version 0.7.3  19 Jan 2000
13
 
   - updated to use the SAMBA_TNG Samba branch, allowing us to dynamically
14
 
     link against Luke's new shared libs (libsamba, libsmb).
15
 
 
16
 
version 0.7.2  20 Jul 1999
17
 
   - miscellaneous bugfixes.  Cleanup of legacy pam_pwdb code.
18
 
   - fixed return value of pam_sm_setcred function.
19
 
   - fix to autoconf support
20
 
   - clarified some of the messages being logged
21
 
 
22
 
version 0.6,  15 Jul 1999
23
 
   - updated to use the new Samba (2.0) password database API.
24
 
   - added autoconf support. May now theoretically compile on more
25
 
     platforms than PAM itself does.
26
 
   - added support for account management functions (i.e., disabled
27
 
     accounts)
28
 
 
29
 
version 0.5,  4 Apr 1998
30
 
   - added support for hashed passwords as input.  Now capable of serving
31
 
     as an authentication agent for encrypted network transactions.