summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-misc.c
Commit message (Expand)AuthorAgeFilesLines
* Add clang sanitizer tests.Darren Tucker2022-07-031-0/+12
* Provide killpg implementation.Darren Tucker2022-03-091-0/+8
* Constify utimes in compat library to match specs.Darren Tucker2022-02-251-1/+1
* Prevent unused variable warning.Darren Tucker2020-02-171-0/+2
* Add implementation of localtime_r.Darren Tucker2019-10-291-0/+10
* Fix pasto in fallback code.Darren Tucker2019-08-241-2/+2
* Only use O_NOFOLLOW in fchownat and fchmodat if definedTim Rice2019-03-311-0/+4
* Only use O_NOFOLLOW in utimensat if defined.Darren Tucker2019-03-281-0/+2
* Add minimal fchownat and fchmodat implementations.Darren Tucker2019-01-181-0/+58
* Add a minimal implementation of utimensat().Darren Tucker2019-01-181-0/+37
* Remove unused variable in _ssh_compat_fflush.Darren Tucker2018-09-221-4/+4
* Adapt portable to legacy buffer API removalDamien Miller2018-07-101-0/+1
* Check for and work around buggy fflush(NULL).Darren Tucker2018-03-051-0/+16
* Invert sense of getpgrp test.Darren Tucker2018-02-261-1/+1
* Add no-op getsid implmentation.Darren Tucker2018-02-261-0/+10
* Check for raise and supply if needed.Darren Tucker2018-02-261-0/+8
* Check for bzero and supply if needed.Darren Tucker2018-02-261-0/+8
* Move signal compat code into bsd-signal.{c,h}Darren Tucker2018-02-111-37/+0
* Add minimal strsignal for platforms without it.Darren Tucker2017-09-251-0/+10
* Add llabs() implementation.V_7_5_P1Darren Tucker2017-03-201-0/+8
* Replace spaces with tabs.Darren Tucker2016-08-021-1/+1
* Strip trailing whitespace.Darren Tucker2016-08-021-6/+6
* Add compat code for missing wcwidth.Darren Tucker2016-07-141-0/+17
* Add a null implementation of pledge.Darren Tucker2015-11-301-0/+8
* Remove dependency on xmalloc.Darren Tucker2015-02-261-7/+7
* - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.Darren Tucker2013-11-031-0/+1
* - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Damien Miller2013-03-151-0/+11
* - (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takesDarren Tucker2013-02-151-1/+4
* spacingDarren Tucker2013-02-151-1/+2
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Darren Tucker2013-02-151-0/+13
* - (tim) [configure.ac openbsd-compat/bsd-misc.h openbsd-compat/bsd-misc.c] AddTim Rice2010-11-081-0/+7
* - (dtucker) [openbsd-compat/bsd-misc.c] According to the spec the "remainder"Darren Tucker2007-06-111-1/+2
* - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.hDarren Tucker2007-04-291-0/+2
* - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2)Darren Tucker2006-08-241-0/+3
* - (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) onDarren Tucker2006-08-241-0/+5
* - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]Damien Miller2006-07-241-0/+1
* - deraadt@cvs.openbsd.org 2006/03/19 18:51:18Damien Miller2006-03-261-2/+0
* - (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]Damien Miller2006-03-151-1/+4
* - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().Darren Tucker2005-11-021-6/+3
* - (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.cDarren Tucker2005-05-271-1/+19
* - (dtucker) [acconfig.h configure.ac openbsd-compat/bsd-misc.{c,h}]Darren Tucker2005-02-261-12/+1
* - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.inDamien Miller2004-08-151-17/+2
* - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen atDarren Tucker2004-08-131-2/+2
* - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.cDarren Tucker2004-07-171-1/+5
* - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]Darren Tucker2004-06-251-1/+17
* - (djm) Simplify the license on code I have written. No code changes.Damien Miller2004-02-171-20/+12
* - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we areBen Lindstrom2003-12-181-2/+2
* - (bal) redo how we handle 'mysignal()'. Move it toBen Lindstrom2003-08-251-1/+27
* - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with HeimdalDamien Miller2003-08-221-2/+2
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Darren Tucker2003-08-131-1/+21