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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete rewrite of pam_ssh(8). The previous version was becoming hard
des
2003-02-09
4
-557
/
+307
*
Implement fpclassify():
mike
2003-02-08
18
-3
/
+530
*
Lower WARNS to 3 until I track down a way to explain that I know what
phk
2003-02-08
1
-1
/
+1
*
Include <sys/time.h>, it's not the users problem that we use bintime
phk
2003-02-08
1
-0
/
+1
*
Hook libgeom in.
phk
2003-02-08
1
-1
/
+1
*
Add libgeom to the system.
phk
2003-02-08
4
-0
/
+362
*
Maybe I was a little too fast? Remove debugging code, and commit the
des
2003-02-06
3
-2
/
+90
*
Fix build error.
nyan
2003-02-06
1
-1
/
+0
*
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
*
The .Fn function. Spelling.
charnier
2003-02-06
2
-10
/
+21
*
The .Fn function
charnier
2003-02-06
1
-1
/
+2
*
The .Fn function
charnier
2003-02-06
11
-29
/
+58
*
The .Fn function
charnier
2003-02-06
10
-33
/
+43
*
Minimal manual page for pam_kerberosIV(8).
des
2003-02-06
2
-0
/
+66
*
Fix use of an uninitialized pointer introduced in a previous revision.
mtm
2003-02-06
1
-0
/
+1
*
Since we drop NSHUFF values now, set default seed to what it becomes
ache
2003-02-05
1
-3
/
+3
*
Prevent uppercase after .Xr by adding ``The ... utility/system call''.
charnier
2003-02-05
2
-7
/
+9
*
Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented.
tjr
2003-02-05
1
-1
/
+7
*
- Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()
jhb
2003-02-04
7
-21
/
+18
*
Remove mostly unused disk arguments from Fixup_*_Names() functions.
jhb
2003-02-04
1
-9
/
+9
*
Grammer fix.
mikeh
2003-02-04
1
-1
/
+1
*
For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}()
ache
2003-02-04
2
-6
/
+15
*
Park & Miller PRNG can be safely initialized with any value but 0 and stuck
ache
2003-02-03
2
-2
/
+8
*
Document additional behaviour of this function (see
phantom
2003-02-03
1
-2
/
+12
*
Improve pthread_attr_get_np() by enabling it to return thread's real stack
phantom
2003-02-03
1
-1
/
+9
*
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
*
For some combinations of variable sizes and RAND_MAX value rand_r()
ache
2003-02-02
1
-2
/
+4
*
No need for the OPENSSL_NO_KRB5 switch anymore.
markm
2003-01-31
1
-1
/
+1
*
Document a bug in our chroot(2) implementation: if access control
rwatson
2003-01-31
1
-0
/
+6
*
Zap another reference to !RFPROC being unsupported that I missed before.
tjr
2003-01-31
1
-2
/
+0
*
Don't use -compact in list of available flags. Fix tag width.
tjr
2003-01-31
1
-1
/
+1
*
!RFPROC has been supported for a while now.
tjr
2003-01-31
1
-2
/
+1
*
Back out previous. Many people disagreed with removing the warning.
tjr
2003-01-30
1
-0
/
+8
*
Add getosreldate.3 to the Makefile.
trhodes
2003-01-30
1
-1
/
+1
*
Add a manual page for getosreldate.c.
trhodes
2003-01-30
1
-0
/
+65
*
Catch some cases where asking for ridiculously large allocations could
phk
2003-01-30
1
-0
/
+4
*
Remove runtime warning about gets().
tjr
2003-01-30
1
-8
/
+0
*
Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()
tjr
2003-01-30
1
-5
/
+9
*
WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again.
jmallett
2003-01-30
1
-0
/
+1
*
Missing "return 0"
jmallett
2003-01-30
1
-0
/
+1
*
API for opening (and tracking) writable file descriptors per disk.
jmallett
2003-01-29
3
-8
/
+30
*
Do not return inappropriate error codes in pam_sm_setcred.
nectar
2003-01-29
1
-1
/
+4
*
Adjust for OpenSSL 0.9.7.
markm
2003-01-28
4
-3
/
+5
[next]