summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* When parsing a numerical value for the TOS bits, make sure that itbluhm2014-05-171-7/+12
* Zero out grp before re-using it (new ones are already cleared bymillert2014-05-161-1/+3
* - typo in commentchl2014-05-151-5/+4
* We don't need no stinkin' 'extern long dev_bsize;'. At least not sincekrw2014-05-131-2/+1
* pass SA initiator not the exchange initator to sa_address(); ok mikeb@markus2014-05-131-3/+9
* Nuke another pointless dev_bsize variable always set to 512 and usekrw2014-05-131-6/+3
* Since this is limited to ffs, use ufsinfo_t instead of ino_t.guenther2014-05-131-58/+68
* Remove useless dev_bsize variable and use DEV_BSIZE as needed. Dividekrw2014-05-121-7/+4
* Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messageskrw2014-05-121-9/+5
* Since all static leases are in one file, /etc/dhclient.conf, there is nokrw2014-05-121-2/+3
* No need for a dev_bsize variable that is always set to 512,krw2014-05-121-7/+5
* Make ifconfig do something intelligent based on the required length ofbeck2014-05-121-1/+33
* replace realloc(p, N * M) with reallocarray(p, N, M) and remove somehalex2014-05-111-13/+5
* struct direct's d_ino is no longer the same size as an ino_t, so copy itguenther2014-05-111-2/+4
* Tweak DHCPREQUEST log message to omit 'port N', since the port is notkrw2014-05-111-3/+3
* Rework/restore recorded lease handling. Actually use 'lease'krw2014-05-112-121/+84
* remove unused variablechl2014-05-111-2/+2
* Modernize spelling. 'Mimick' -> 'Mimic' in comment.krw2014-05-091-2/+2
* Fix '-b' option to work with the superblock locations output by newfskrw2014-05-093-30/+26
* my previous attempt to fix the renaming of the inet(3) pages was wrong;jmc2014-05-091-3/+3
* get rid of redundant {csa,flow}_{src,dst}id pointers, so we don't needmarkus2014-05-093-44/+20
* replace iked_transform pointer with xform id, since target of pointermarkus2014-05-093-13/+15
* match iked proc.c infrastructure with proc.cblambert2014-05-083-7/+19
* inet(3) -> inet_net(3);jmc2014-05-081-3/+3
* Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.mpi2014-05-082-3/+7
* jmc@ points out '-F/-f' are available only in conjunction withkrw2014-05-071-3/+2
* consolidate some code by using reallocarray in all cases.tedu2014-05-071-19/+9
* try postponed requests first, so we do in-order processing; ok mikeb@markus2014-05-071-2/+7
* print msgid for debugging; ok reyk & mikebmarkus2014-05-071-3/+6
* make authentication work with X509 certificates that don't have amarkus2014-05-073-22/+154
* factor out ikev2_ike_auth() (state machine; used multiple times via callbacks)markus2014-05-071-12/+15
* Kill the {nd6_,}useloopback buttons, using the loopback interface formpi2014-05-071-3/+2
* missing word in error message. ok millerttedu2014-05-071-3/+3
* delete some crusty caststedu2014-05-071-4/+4
* change the create-child-sa responder code, so it does not store anymarkus2014-05-063-78/+132
* zap stray word; ok markusjmc2014-05-061-2/+2
* Explicitly zero out the ibufs before releasing the memory to make surereyk2014-05-061-3/+5
* initiate ike sa rekeying (ikesalifetime keyword), re-queue pfkeymarkus2014-05-0610-134/+469
* cleanup IKE-SA tree handling (fixes repeated-insert & double-remove)markus2014-05-063-23/+28
* don't sa_free() in the receive path (prevents use-after-free); ok mikeb@markus2014-05-061-3/+3
* send the delete with the locally allocated SPI in ikev2_init_create_child_sa()markus2014-05-061-2/+2
* make sure some notify payloads are encrypted; ok mikeb@markus2014-05-061-1/+21
* initial support for PFS; ok reyk@markus2014-05-064-137/+303
* retire IKED_REQ_DELETE and fix delete parsing; ok reyk@markus2014-05-062-8/+8
* no need to include rand.h now the RAND_seed() calls are gone.jsg2014-05-061-2/+1
* ca_x509_serialize: don't leak the bio buffer; ok reyk@markus2014-05-051-1/+2
* make the ca_pubkey_serialize() code similar to the private key code, andmarkus2014-05-051-15/+21
* pfkey is unreliable, so add a select-timeout before MSG_PEEK;markus2014-05-051-1/+34
* Zap trailing whitespace. Started by pointed comments from andre@.krw2014-05-057-24/+24
* Ugly workaround for an overoptimistic alignment expectation of dos_partitionmiod2014-05-052-2/+23