summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-19calloc((size_t)1, ...) -> calloc(1, ...)mmcc
2015-11-19Reduce overburden of unnecessary #include's. Note that param.h isKenneth R Westerback
2015-11-19The activity flag could already be set, so queue the callback always (ifNicholas Marriott
2015-11-19Remove an unused bus space mapping and a few other leftovers. CompactVisa Hankala
2015-11-19Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlockingMartin Pieuchot
2015-11-19Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the endTodd C. Miller
2015-11-19dont try and wakeup other threads to handle pending work when weDavid Gwynne
2015-11-19get rid of sc_tx_free and the atomic ops on it in myx_start and myx_txeof.David Gwynne
2015-11-19backout pledge completely for now, newsyslog needs chown() which is restrictedStuart Henderson
2015-11-19ban ConnectionAttempts=0, it makes no sense and would causeDamien Miller
2015-11-19Remove cscope support in vi.Anthony J. Bentley
2015-11-19Fix typo in previous commitPhilip Guenther
2015-11-19syncTheo de Raadt
2015-11-19pledge "stdio rpath proc exec"Theo de Raadt
2015-11-19pledge "stdio rpath". Might not need "rpath", but ...Theo de Raadt
2015-11-19KNFTheo de Raadt
2015-11-19pledge "stdio rpath proc exec" for entire lifetime. rpath must remainTheo de Raadt
2015-11-19corrects leaks refs to files introduced by my previous commit for pledge_socket.Sebastien Marie
2015-11-19Remove a sixteen-year-old testing macro.mmcc
2015-11-19Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().mmcc
2015-11-19trailing whitespaceDamien Miller
2015-11-19print host certificate contents at debug levelDamien Miller
2015-11-19move the certificate validity formatting code to sshkey.[ch]Damien Miller
2015-11-18don't drop "pledge exec", it's needed for compression. ok deraadt@Stuart Henderson
2015-11-18mlinks for _shadowTed Unangst
2015-11-18document the _shadow functionsTed Unangst
2015-11-18use _shadow getpw functions. these utilities obviously deal with hashes.Ted Unangst
2015-11-18needs _shadow so it can rewrite the master.passwd fileTed Unangst
2015-11-18use _shadow getpwnam (and crypt_checkpass)Ted Unangst
2015-11-18shrink differences between ttinsl/ttdellJasper Lievisse Adriaanse
2015-11-18whitespaceJasper Lievisse Adriaanse
2015-11-18Now that the transition is over, have the installer set 'prohibit-password'Stuart Henderson
2015-11-18add a version field to prevent mayhem if different data gets storedTed Unangst
2015-11-18Remove "space-to-tabstop" from the manpage - it is not enabled,Reyk Floeter
2015-11-18syncTheo de Raadt
2015-11-18Change #include <memory.h> to #include <string.h>Kenneth R Westerback
2015-11-18update for new symbols and codeTed Unangst
2015-11-18Use format_expand_time for display-message.Nicholas Marriott
2015-11-18add icdb.h here (this header may go away entirely, but the functionsTed Unangst
2015-11-18err(1, "foo") -> err(1, NULL) for strdup()mmcc
2015-11-18Add icdb, the internal c database. A simpler replacement for the oldTed Unangst
2015-11-18pledge exposed a simple bug: the unprivileged child tried to print theReyk Floeter
2015-11-18Add _shadow variants to the two popular getpw functions (uid and nam).Ted Unangst
2015-11-18missing word; from jan staryJason McIntyre
2015-11-18Remove memory.h includes.mmcc
2015-11-18Take account of padding with dynamic short packets. This fixes theVisa Hankala
2015-11-18opendev() should not use OPENDEV_PART; ok millertTheo de Raadt
2015-11-18Remove memory.h includes.mmcc
2015-11-18Remove memory.h include.mmcc
2015-11-18Only unget match[] if it has been used, ok sthenNicholas Marriott