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