index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_esp_old.c
Age
Commit message (
Expand
)
Author
1998-07-30
fixing a stupid bug I introduced when trying to improve the encryption
Niels Provos
1998-06-11
fix a mbuf chain corruption which happened when m_pullup was called on an
Niels Provos
1998-06-03
cleanup debug printfs
Niels Provos
1998-05-18
first step to the setsockopt/getsockopt interface as described in
Niels Provos
1998-05-05
check for invalid padding length, reported by Dan McDonald (Sun Microsystems)
Niels Provos
1998-03-07
improve performance by avoiding unnecessary copies.
Niels Provos
1998-02-22
Changes made for GCC 2.8 -Wall pleasures
Niklas Hallqvist
1998-02-03
bad types; wileyc@sekiya.twics.co.jp
Theo de Raadt
1998-01-21
rcvif not needed.
Niels Provos
1997-11-15
fix memory management errors
Theo de Raadt
1997-11-04
make it easier to add additional transforms. add blowfish and cast
Niels Provos
1997-10-02
conditional error logging
Theo de Raadt
1997-10-01
verify decryption by checking last padding bytes
Theo de Raadt
1997-09-30
same as for ip_esp_new.c, and indent
Theo de Raadt
1997-09-28
log() needs a \n
Theo de Raadt
1997-08-26
new esp: encryption, authentication and replay protection +
Niels Provos
1997-07-27
expiration messages, fixes, updates, all sorts of things
Niklas Hallqvist
1997-07-18
enablespi/disablespi in encap + print spi's in hostorder
Niels Provos
1997-07-14
global byte counters.
Niels Provos
1997-07-11
put old esp/ah and new esp/ah in different files.
Niels Provos