index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
ftpd
Age
Commit message (
Expand
)
Author
Files
Lines
2002-08-29
remove extra arg; jmegq@post.harvard.edu
deraadt
1
-3
/
+3
2002-08-28
o) start new sentence on a new line;
mpech
1
-2
/
+3
2002-08-20
-n: disallow anon ftp even if ftp account exists
deraadt
2
-6
/
+14
2002-07-28
talk about auth-ftp, not auth-ftpd entry in login.conf; from francesco@toscan.biz
pvalchev
1
-2
/
+2
2002-07-24
Also check for snprintf() returning < 0
millert
1
-8
/
+9
2002-07-24
What on earth possessed me to use %p instead of %m in syslog() to
millert
1
-4
/
+4
2002-07-20
Exit on setusercontext() failure; noticed by deraadt@
millert
1
-5
/
+14
2002-07-14
make ftpd always listen to a high tcp port for passive data connections.
jakob
2
-27
/
+18
2002-07-02
* use lostconn() as the SIGALRM handler in receive_data() as originally
danh
4
-20
/
+37
2002-06-17
Initialize SIGALRM handler once in main(), instead of in several
danh
2
-11
/
+7
2002-06-13
si_len should be u_int8_t, not socklen_t; form@form.openbsd.ru
millert
1
-4
/
+4
2002-06-13
i heard in the bar that this breaks things
deraadt
1
-4
/
+4
2002-06-10
u_char -> {socklen_t, sa_family_t, in_port_t}. From form@.
mpech
1
-4
/
+4
2002-06-09
do not present scopeid on wire format (as it is local to a node).
itojun
1
-4
/
+8
2002-05-29
More pid_t cleanup. Since 'pid' is pid_t we should:
mpech
1
-5
/
+5
2002-05-29
a few more strlcat
deraadt
1
-3
/
+3
2002-05-26
pid_t cleanup
deraadt
2
-6
/
+7
2002-03-30
correct an auth_close() misuse; millert ok
deraadt
1
-3
/
+5
2002-03-27
From David Krause:
millert
1
-7
/
+11
2002-03-16
o Don't allow password-less accounts to login (like in 2.9 and below)
millert
2
-6
/
+12
2002-03-12
bsd_auth.h requires other headers so it can't be first
millert
1
-3
/
+3
2002-03-12
Fix a couple mis-sorted headers and sync usage() with man page.
millert
1
-9
/
+6
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
1
-34
/
+5
2002-02-19
Rewrite upper().
mpech
1
-6
/
+7
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
3
-71
/
+71
2002-02-01
strlcpy
itojun
1
-6
/
+6
2002-02-01
make sure pw_dir is big enough for strcpy(pw->pw_dir, "/").
itojun
1
-2
/
+17
2002-01-30
Fix leak in `EPSV ALL`.
mpech
1
-6
/
+3
2002-01-30
protect `RNTO` from NULL pointer.
mpech
1
-3
/
+3
2002-01-25
s is pointer. 0 -> NULL.
mpech
1
-3
/
+3
2002-01-25
Catch not valid chmod value earlier. This make sense, before we didn't
mpech
1
-3
/
+3
2002-01-25
improve yacc file management. Idea stolen from pfctl's Makefile.
mpech
1
-3
/
+3
2002-01-23
Plug login_cap and bsd_auth related memory leaks. Problem noticed
millert
1
-15
/
+30
2002-01-23
fix potential memory leak.
mpech
1
-3
/
+5
2002-01-23
lookup() returns pointer. Convert 0 -> NULL.
mpech
1
-6
/
+6
2002-01-23
Use always '.' in the end of the fatal() message. Consistency is good.
mpech
2
-7
/
+7
2002-01-23
don't use \n in reply().
mpech
1
-5
/
+5
2002-01-23
``pathname'' can be NULL here too.
mpech
1
-3
/
+4
2002-01-17
reject SIZE request for ascii mode if file is larger than 10k.
itojun
1
-3
/
+8
2002-01-08
Close potential memory leak wrt "fromname"; inspired by similar FreeBSD
millert
1
-11
/
+15
2002-01-08
STRING is never NULL so there is no need to test it for NULL before
millert
1
-12
/
+6
2002-01-07
To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN
millert
1
-3
/
+3
2001-12-28
Fix memory leak with EPRT command; Hiroyuki YAMAMORI
millert
1
-2
/
+4
2001-12-18
Don't use sigprocmask() in signal handlers when we can just set the
millert
1
-13
/
+16
2001-12-17
Add missing sigaction() call from last commit
millert
1
-2
/
+3
2001-12-07
kill more registers;
mpech
3
-10
/
+10
2001-12-04
Kill setjmp/longjmp
millert
2
-62
/
+91
2001-12-01
Use pidfile() instead of doing the equivalent thing by hand, and sometimes
miod
3
-12
/
+9
2001-11-22
since 3.0 ftpd allow users w/o password. Spotted by form@.
mpech
1
-4
/
+2
2001-11-17
volatile sig_atomic_t
deraadt
1
-3
/
+3
[prev]
[next]