ritt
|
fccea5ae8b
|
Changed Makefile to use elogd.cfg.example
|
2019-05-27 11:53:57 +02:00 |
|
ritt
|
641cae31dd
|
Added install functionality to CMake
|
2019-05-26 12:01:19 +02:00 |
|
ritt
|
8feac9079a
|
Merge branch 'master' of bitbucket.org:ritt/elog
|
2019-05-22 13:54:41 +02:00 |
|
ritt
|
4a01c2aab5
|
Fixed potential string overflows and removed further compiler warnings
|
2019-05-22 13:26:45 +02:00 |
|
ritt
|
465d738c96
|
Removed further compiler warnings
|
2019-05-22 09:30:20 +02:00 |
|
ritt
|
e950e2cac3
|
Removed further compiler warnings
|
2019-05-22 09:29:21 +02:00 |
|
ritt
|
2dc8a7797f
|
Fixed clang warnings
|
2019-05-21 17:45:38 +02:00 |
|
ritt
|
13bd96e50e
|
Fixed compiler warnings
|
2019-05-21 12:24:34 +02:00 |
|
ritt
|
b8a3c9449e
|
Automatically generate git-revision.h file in CMake file
|
2019-05-21 12:04:40 +02:00 |
|
ritt
|
e62e4c24e8
|
Made CMakeLists.txt file compatible with CMake 2.8.0
|
2019-05-20 14:58:31 +02:00 |
|
ritt
|
4cea3a87dc
|
Added ignore directories for CLion
|
2019-05-20 08:55:41 +02:00 |
|
ritt
|
26cdd7633f
|
Added strlcpy
|
2019-05-17 11:00:46 +02:00 |
|
ritt
|
2edfb2f592
|
Fixed issues with OpenSSL library finding
|
2019-05-17 10:56:43 +02:00 |
|
ritt
|
325e0fd243
|
Added FindOpenSSL
|
2019-05-17 10:47:49 +02:00 |
|
ritt
|
1598b9cbba
|
Changed required CMake version to 3.12
|
2019-05-17 09:59:51 +02:00 |
|
ritt
|
a28411aae4
|
Removed old xcode projects
|
2019-05-17 09:38:42 +02:00 |
|
ritt
|
1c7b4f4358
|
Added "xcode" to ignor
|
2019-05-17 09:37:31 +02:00 |
|
ritt
|
e5f4fe980d
|
Fixed compiler warning
|
2019-05-16 11:34:32 +02:00 |
|
ritt
|
60cc9eebee
|
Added options for KRB5, LDAP and PAM in CMake system
|
2019-05-16 11:33:03 +02:00 |
|
ritt
|
4575ff7ab2
|
Created first version of CMakeLists.txt
|
2019-05-15 23:23:24 +02:00 |
|
ritt
|
6aa2df9d30
|
Fixed overlapping strlcpy(), seems to segfault under some MacOSX
|
2019-05-01 10:59:30 +02:00 |
|
ritt
|
86bf87baa9
|
Explained "last default" option a bit better.
|
2019-04-29 13:06:22 +02:00 |
|
ritt
|
2fab4a31d7
|
Obey "Restrict edit time" also for submissions via elog tool
|
2019-04-26 17:21:58 +02:00 |
|
ritt
|
ead6bbc6c4
|
Re-arranged layout of subscribed logbooks to better fit the screen
|
2019-04-11 12:54:20 +02:00 |
|
ritt
|
ae0c989b0e
|
Fixed unitialized show_self_register
|
2019-04-04 13:15:58 +02:00 |
|
ritt
|
3c57d7838a
|
Merge branch 'master' into pam
|
2019-04-04 13:10:59 +02:00 |
|
ritt
|
f016765441
|
Fixed wrong sizeof's
|
2019-04-04 13:10:36 +02:00 |
|
ritt
|
0e651eaeed
|
Added new Mac ports library directoy
|
2019-04-04 13:08:38 +02:00 |
|
Jan Christoph Terasa
|
8df0619b2f
|
Added documentation on how to use PAM, and caveats.
|
2019-03-16 14:13:00 +01:00 |
|
Jan Christoph Terasa
|
7c166839c8
|
Disable new user registration in case of PAM authentication.
|
2019-03-16 13:22:38 +01:00 |
|
Jan Christoph Terasa
|
55798d4fa2
|
Fix PAM overriding self registration settings.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
e9d3b82ddb
|
Use strdup instead of manual calloc/memcpy. This fixes issue #1.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
93e092db13
|
Log PAM authentication procedure in logfile.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
cb161f4911
|
Do not store password in password file if using PAM.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
5974fa0439
|
Fix PAM #endif.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
d0ddbab545
|
Change empty password file logic in case of PAM authentication.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
2dedd2addc
|
Conditionally compile new PAM user registration logic.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
7e7d810ea0
|
In case of PAM, change user save logic.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
e20fd652ef
|
Show new user page if user is not in password file.
|
2019-03-16 13:20:21 +01:00 |
|
Jan Christoph Terasa
|
c2133ddffd
|
Treat PAM login like Kerberos or Webserver login.
|
2019-03-16 13:20:21 +01:00 |
|
luedeke
|
4080be05a1
|
fix "Subscribe to logbooks" table for hidden logbooks
|
2019-03-07 16:13:55 +01:00 |
|
ritt
|
cdb78a10bd
|
Disable submit button after first click to avoid double submits
|
2019-02-20 15:05:35 +01:00 |
|
Jan Christoph Terasa
|
c21421dbec
|
Implement PAM authentication in auth.c and adapt Makefile to link against libpam.
|
2019-02-18 19:38:34 +01:00 |
|
ritt
|
0e3fca6835
|
Added missing translations to UTF8 file
|
2019-01-11 10:08:18 +01:00 |
|
ritt
|
6a3eea0ad4
|
Toggle all logbook subscriptions does not touch "Active" checkbox. Thanks to SL.
|
2018-12-21 14:57:59 +01:00 |
|
ritt
|
ab9e8877e2
|
Replaced tmpnam by mkstemp
|
2018-12-20 17:15:47 +01:00 |
|
ritt
|
5165daf35c
|
Embed CSS in email
|
2018-12-20 17:04:51 +01:00 |
|
ritt
|
3b3b199302
|
Replaced /tmp/elog-shell by unique temporary file to avoid problems if several elogd servers run on the same computer. Thanks to Kristjan J.
|
2018-12-19 14:19:56 +01:00 |
|
ritt
|
4473be5eaf
|
Implemented SMTP port
|
2018-11-28 16:24:09 +01:00 |
|
luedeke
|
ee7bc3873d
|
removed "Subscription columns" from config and source and replaced by automatic column spread.
|
2018-09-27 13:53:34 +02:00 |
|