index
:
xorg/app/sessreg
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
Register X sessions in system utmp/utmpx databases (mirrored from https://gitlab.freedesktop.org/xorg/app/sessreg)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-25
Remove "All rights reserved" from Oracle copyright notices
HEAD
master
Alan Coopersmith
3
-3
/
+3
2022-10-29
sessreg 1.1.3
sessreg-1.1.3
Alan Coopersmith
1
-2
/
+2
2022-10-16
Fix -Wstringop-truncation warnings in safe_strncpy()
Alan Coopersmith
1
-2
/
+3
2022-10-16
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2021-12-03
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-12-03
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2021-11-28
Fix spelling/wording issues
Alan Coopersmith
3
-4
/
+4
2019-06-09
sessreg 1.1.2
sessreg-1.1.2
Alan Coopersmith
1
-1
/
+1
2019-06-09
Add comment about why safe_strncpy isn't replaced with strlcpy
Alan Coopersmith
1
-0
/
+6
2019-05-03
Fix missing defines _PATH_WTMPX/_PATH_UTMPX in musl
Fabrice Fontaine
1
-0
/
+7
2018-11-21
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-16
Update README for gitlab migration
Alan Coopersmith
3
-27
/
+21
2018-09-13
Replace strncpy calls with a sane version that always terminates
Peter Hutterer
1
-10
/
+18
2017-02-27
sessreg 1.1.1
sessreg-1.1.1
Matt Turner
1
-1
/
+1
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2016-05-30
Use off_t instead of long to make largefile support work
Egbert Eich
1
-3
/
+3
2015-10-07
Pass -P to the preprocessor when generating filenames for the manpage.
Stefan Dirsch
1
-1
/
+1
2015-01-19
sessreg 1.1.0
sessreg-1.1.0
Alan Coopersmith
1
-1
/
+1
2014-11-14
Include utmp.h if present, even if we're using utmpx interfaces
Alan Coopersmith
1
-2
/
+4
2014-11-04
Attempt to modernize and better disentangle utmp vs. utmpx in the man page
Alan Coopersmith
3
-18
/
+52
2014-11-04
Stop disabling utmpx & wtmpx calls when -u & -w arguments are passed
Alan Coopersmith
1
-0
/
+8
2014-11-04
If both utmp & utmpx interfaces are available, just use utmpx
Alan Coopersmith
1
-1
/
+2
2014-11-03
Zero initialize struct utmpx, as we already do for struct utmp
Alan Coopersmith
1
-0
/
+1
2014-11-03
Print which option was in error along with usage message
Alan Coopersmith
2
-19
/
+50
2014-06-02
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-2
/
+3
2014-06-02
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2013-02-10
sessreg 1.0.8
sessreg-1.0.8
Alan Coopersmith
1
-1
/
+1
2013-01-19
Add -V option to print version number
Alan Coopersmith
2
-1
/
+7
2013-01-19
Combine usage message into a single string
Alan Coopersmith
1
-5
/
+7
2012-12-16
Fix some clang warnings about implicit conversions
Alan Coopersmith
1
-3
/
+3
2012-12-16
Remove dubious code.
Ed Schouten
2
-11
/
+0
2012-12-16
Make the `line' variable local to main().
Ed Schouten
1
-1
/
+1
2012-12-16
Place NetBSD specific #defines in the proper place.
Ed Schouten
2
-6
/
+7
2012-07-08
Fix compilation on NetBSD - undefined *TMPX paths
Thomas Klausner
1
-0
/
+7
2011-10-21
sessreg 1.0.7
sessreg-1.0.7
Alan Coopersmith
1
-1
/
+1
2011-09-26
Add const attributes to fix gcc -Wwrite-strings warnings
Alan Coopersmith
1
-4
/
+5
2011-06-26
Make lastlog work on BSD systems without <lastlog.h>.
Ed Schouten
3
-19
/
+22
2011-06-26
Simply define LLOG_FILE and TTYS_FILE unconditionally.
Ed Schouten
1
-12
/
+7
2011-06-26
Fix whitespace inconsistencies.
Ed Schouten
1
-9
/
+8
2011-06-26
Just use time_t directly.
Ed Schouten
1
-6
/
+5
2011-06-26
Only expose the sflag variable when needed.
Ed Schouten
1
-1
/
+2
2011-06-26
Get rid of SYSV definition. Just check for pututline().
Ed Schouten
2
-13
/
+9
2011-06-26
Don't forget to include <sys/types.h> before <utmp.h>.
Ed Schouten
1
-1
/
+4
2011-06-24
Get rid of bzero() calls. Replace them by memset().
Ed Schouten
1
-9
/
+9
2011-06-24
Use Autoconf to check for utmp field existence.
Ed Schouten
2
-7
/
+17
2011-06-24
Only split off /dev/ instead trimming to last /.
Ed Schouten
1
-7
/
+3
2011-06-24
Fix typo in function name check.
Ed Schouten
1
-1
/
+1
2011-06-24
Correct whitespace and indentation.
Ed Schouten
2
-95
/
+95
[next]