summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-05BSD MakefileobsdMatthieu Herrb
2023-02-25Remove "All rights reserved" from Oracle copyright noticesHEADmasterAlan Coopersmith
2022-10-29sessreg 1.1.3sessreg-1.1.3Alan Coopersmith
2022-10-16Fix -Wstringop-truncation warnings in safe_strncpy()Alan Coopersmith
2022-10-16gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2021-12-03Build xz tarballs instead of bzip2Alan Coopersmith
2021-12-03gitlab CI: add a basic build testAlan Coopersmith
2021-11-28Fix spelling/wording issuesAlan Coopersmith
2019-06-09sessreg 1.1.2sessreg-1.1.2Alan Coopersmith
2019-06-09Add comment about why safe_strncpy isn't replaced with strlcpyAlan Coopersmith
2019-05-03Fix missing defines _PATH_WTMPX/_PATH_UTMPX in muslFabrice Fontaine
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-16Update README for gitlab migrationAlan Coopersmith
2018-09-13Replace strncpy calls with a sane version that always terminatesPeter Hutterer
2017-02-27sessreg 1.1.1sessreg-1.1.1Matt Turner
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2016-05-30Use off_t instead of long to make largefile support workEgbert Eich
2015-10-07Pass -P to the preprocessor when generating filenames for the manpage.Stefan Dirsch
2015-01-19sessreg 1.1.0sessreg-1.1.0Alan Coopersmith
2014-11-14Include utmp.h if present, even if we're using utmpx interfacesAlan Coopersmith
2014-11-04Attempt to modernize and better disentangle utmp vs. utmpx in the man pageAlan Coopersmith
2014-11-04Stop disabling utmpx & wtmpx calls when -u & -w arguments are passedAlan Coopersmith
2014-11-04If both utmp & utmpx interfaces are available, just use utmpxAlan Coopersmith
2014-11-03Zero initialize struct utmpx, as we already do for struct utmpAlan Coopersmith
2014-11-03Print which option was in error along with usage messageAlan Coopersmith
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2013-02-10sessreg 1.0.8sessreg-1.0.8Alan Coopersmith
2013-01-19Add -V option to print version numberAlan Coopersmith
2013-01-19Combine usage message into a single stringAlan Coopersmith
2012-12-16Fix some clang warnings about implicit conversionsAlan Coopersmith
2012-12-16Remove dubious code.Ed Schouten
2012-12-16Make the `line' variable local to main().Ed Schouten
2012-12-16Place NetBSD specific #defines in the proper place.Ed Schouten
2012-07-08Fix compilation on NetBSD - undefined *TMPX pathsThomas Klausner
2011-10-21sessreg 1.0.7sessreg-1.0.7Alan Coopersmith
2011-09-26Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-06-26Make lastlog work on BSD systems without <lastlog.h>.Ed Schouten
2011-06-26Simply define LLOG_FILE and TTYS_FILE unconditionally.Ed Schouten
2011-06-26Fix whitespace inconsistencies.Ed Schouten
2011-06-26Just use time_t directly.Ed Schouten
2011-06-26Only expose the sflag variable when needed.Ed Schouten
2011-06-26Get rid of SYSV definition. Just check for pututline().Ed Schouten
2011-06-26Don't forget to include <sys/types.h> before <utmp.h>.Ed Schouten
2011-06-24Get rid of bzero() calls. Replace them by memset().Ed Schouten
2011-06-24Use Autoconf to check for utmp field existence.Ed Schouten
2011-06-24Only split off /dev/ instead trimming to last /.Ed Schouten
2011-06-24Fix typo in function name check.Ed Schouten