index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libpam
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assume "localhost" if no remote host was specified. This is safe from a
des
2003-02-15
1
-3
/
+4
*
Use pam_get_user(3) instead of pam_get_item(3) where appropriate.
des
2003-02-10
2
-4
/
+4
*
Complete rewrite of pam_ssh(8). The previous version was becoming hard
des
2003-02-09
4
-557
/
+307
*
Maybe I was a little too fast? Remove debugging code, and commit the
des
2003-02-06
3
-2
/
+90
*
Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. The
des
2003-02-06
2
-1
/
+119
*
Make sure the message is only printed once.
des
2003-02-06
1
-3
/
+5
*
Don't blame markm for what he didn't do - writing these man pages, for
des
2003-02-06
2
-6
/
+2
*
Update copyright.
des
2003-02-06
1
-1
/
+1
*
Add support for escape sequences in the arguments (e.g. %u for user name)
des
2003-02-06
2
-24
/
+82
*
Export the PAM environment to the child process instead of the "normal"
des
2003-02-06
2
-3
/
+12
*
Minimal manual page for pam_kerberosIV(8).
des
2003-02-06
2
-0
/
+66
*
In pam_sm_acct_mgmt(), retrieve the cached credentials before trying to
des
2003-02-03
1
-3
/
+6
*
Whitespace cleanup
des
2003-02-03
1
-3
/
+3
*
OpenPAMify.
des
2003-02-02
1
-33
/
+10
*
Do not return inappropriate error codes in pam_sm_setcred.
nectar
2003-01-29
1
-1
/
+4
*
About September 2001, I consulted with all the previous authors of
nectar
2003-01-10
1
-163
/
+13
*
english(4) police.
schweikh
2002-12-27
3
-3
/
+3
*
mdoc(7) police: removed gratuitous .Pp call.
ru
2002-12-23
1
-1
/
+0
*
Merge in most non-style differences from Andrew Korty's pam_ssh 1.7.
des
2002-12-16
3
-51
/
+70
*
mdoc(7) police: .Dt is ALL UPPERCASE.
ru
2002-12-12
1
-1
/
+1
*
mdoc(7) police: formatting nits.
ru
2002-11-29
2
-3
/
+6
*
Whitespace nits.
des
2002-11-28
1
-2
/
+2
*
Add a PAM_MODULE_ENTRY to this module so it'll actually do something.
des
2002-11-28
1
-0
/
+2
*
utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than
peter
2002-11-15
1
-4
/
+6
*
Make dynamic PAM modules depend on dynamic PAM library.
ru
2002-11-14
1
-4
/
+7
*
The pam_krb5 module stored a reference to a krb5_ccache structure as
nectar
2002-11-13
1
-20
/
+42
*
Use `krb5_get_err_text' instead of `error_message' so that instead of
nectar
2002-11-13
1
-24
/
+47
*
Allow the admin to specify a different NAS identifier than the hostname.
des
2002-10-28
2
-11
/
+20
*
Introduce 'exempt_if_empty' option to pam_wheel(8), which bypasses the
rwatson
2002-10-18
2
-2
/
+18
*
Build kerberized versions of the PAM library, and install them
ru
2002-10-11
1
-0
/
+8
*
Zap now-unused SHLIB_MINOR
peter
2002-09-28
1
-1
/
+0
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
1
-4
/
+0
*
Since pam_get_authtok(3) doesn't know about our options structure, setting
des
2002-07-30
1
-10
/
+11
*
Install more man pages - I thought I'd committed this ages ago...
des
2002-07-23
1
-0
/
+5
*
Tidy up.
ru
2002-06-06
1
-10
/
+3
*
Missed one in previous commit.
des
2002-05-30
1
-2
/
+4
*
mdoc(7) police: kill whitespace at EOL.
ru
2002-05-30
1
-1
/
+1
*
mdoc(7) police: polish markup.
ru
2002-05-30
1
-34
/
+68
*
mdoc(7) police: tidy up the markup.
ru
2002-05-30
1
-6
/
+15
*
Add pam_ksu(8), a module to do Kerberos 5 authentication and
nectar
2002-05-28
4
-0
/
+412
*
Add openpam_nullconv.3.
des
2002-05-24
1
-0
/
+1
*
Add missing include.
des
2002-05-24
1
-0
/
+1
*
Just to show that PAM can do almost anything from the ridiculous to the
des
2002-05-23
7
-0
/
+418
*
Hide a couple of unguarded error returns behind the no_fail test.
des
2002-05-23
1
-5
/
+6
*
Free old_pwd only in the code path where it has been allocated.
jmallett
2002-05-22
1
-1
/
+1
*
Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)
obrien
2002-05-15
1
-1
/
+2
*
Major cleanup of bsd.lib.mk.
ru
2002-05-13
1
-2
/
+2
*
Added new bsd.incs.mk which handles installing of header files
ru
2002-05-12
1
-10
/
+3
*
Don't declare krb5_mcc_ops, it's already declared in <krb5.h>
des
2002-05-12
1
-2
/
+0
*
Use libutil and libypclnt for all passwd manipulation and NIS needs.
des
2002-05-08
2
-22
/
+41
[next]