Commit Graph

106 Commits

Author SHA1 Message Date
ritt bf25ce7e61 Moved mxml to submodule 2016-12-01 10:29:07 +01:00
Nuno Paiva ded28e1fbc Robustness changes:
1) Makefile: make fails if no git-revision file is already created
2) elogd.c: typos, creation of logdir with appropriated user/group, missing LDAP checks and robustness of show_change_pwd_page
3) auth.c: robustness of auth_verify_password
2016-05-04 12:11:31 +01:00
ritt 2eb0b5696d Fixed install bug 2015-06-09 09:38:33 +02:00
ritt fc8b35d9fb Adjusted installation scripts to take care of new CSS system 2015-06-05 14:42:51 +02:00
ritt b97c6d6e7f Fixed Makefile for RPM build 2015-04-02 15:32:16 +02:00
ritt 73be9f38de Removed .svn 2015-03-25 10:24:26 +01:00
ritt 2c76f5ce69 Made elog compile and build on midas 2015-03-25 08:31:58 +01:00
ritt 70b274b2c0 Implemented insertion of link to full-size image when DnD is used in the editor window 2015-02-02 17:29:45 +01:00
ritt f4274e0609 Moved MXML library dirctly into elog source code to avoid external dependency 2015-01-22 17:28:03 +01:00
ritt 00fd34f276 Check if RCDIR exists 2015-01-13 09:55:27 +01:00
ritt da377c6c7f Added compiler flag to ignore unused results 2015-01-13 09:17:21 +01:00
ritt 21dc563c57 Implemented send_with_timeout() 2014-12-23 14:24:47 +01:00
ritt 4c5ec1d10d Implemented service under Mac OS X via launchd 2014-10-23 16:12:13 +02:00
ritt b69352d2aa Fixed LDAP issues 2014-10-23 14:03:04 +02:00
ritt b255121091 Added LDAP support, thanks to Valentin Kozlov <valentin.kozlov@kit.edu> 2014-10-23 13:55:30 +02:00
ritt 2e29e26407 Don't overwrite certificates, themes and init script during 'make install' 2014-10-23 10:45:47 +02:00
ritt 2fc1758ac8 Ignore git-revision.h in GIT repository 2014-10-01 08:59:31 +02:00
ritt 224abdac6a Further tweaking with strlcpy 2014-10-01 08:55:11 +02:00
Ritt Stefan 96bc1b4a40 Use strlcpy/cat from strlcpy.c 2014-10-01 08:45:26 +02:00
ritt 3b860b286c Removed -Wno-unused-result (not available under SL5) and added NEED_STRLCPY since Mac OSX has now its own implementation 2014-10-01 08:36:31 +02:00
ritt e4420a3e2d Tweaked cp command in Makefile 2014-10-01 08:20:32 +02:00
Dario Milicic 4d6e68f9b1 All new strings should now be localized. There is a new function called localize in the scripts/load-ckeditor.js that translates any given string to the server's language (This function is SYNCHRONOUS). The editor area should make use of more room on bigger screens. The make install command should now behave correctly. 2014-09-30 12:55:07 +02:00
Dario Milicic 53bed4e1f9 Added a global progress bar for all custom plugins which upload files. Also added a progress bar for the drag and drop box for attachment upload. 2014-08-19 15:07:22 +02:00
ritt c9717d4c6d Fixed Makefile for OSX 2014-07-31 16:50:37 +02:00
ritt 79778e1d52 Fixed compiler warnings under Ubuntu 2014-07-30 13:05:05 +02:00
ritt 3f1b0f74c9 Added git-revision 2013-11-06 16:02:17 +01:00
ritt 2d7ed3b994 Omit warnings for SSL 2013-08-06 13:20:49 +02:00
ritt d48376c77a Added $(CFLAGS) for debug target
SVN revision: 2477
2012-11-27 11:16:01 +00:00
ritt 9ea228ac3f Switched off Kerberos support by default
SVN revision: 2408
2011-04-01 10:29:17 +00:00
ritt 96baa78b1e Switch on again optimization
SVN revision: 2401
2011-03-14 15:31:25 +00:00
ritt 2e1f415256 Added patch from T. Ribbock
SVN revision: 2382
2011-02-04 09:26:48 +00:00
ritt ff7edc22bf Added Kerberos support
SVN revision: 2369
2011-01-20 12:35:29 +00:00
ritt b72e9ffba2 Added d2u/u2d
SVN revision: 2349
2010-12-23 10:43:08 +00:00
ritt 64e1ae582d Added crypt.c to elog
SVN revision: 2317
2010-08-05 10:20:18 +00:00
ritt fc0fe3762a Removed HAVE_CRYPT
SVN revision: 2310
2010-07-31 15:45:42 +00:00
ritt 33e48edef9 Added crypt
SVN revision: 2305
2010-07-28 13:25:40 +00:00
ritt 63a9db1fd7 Allow for 'USE_SSL = 0' and 'USE_CRYPT = 0'
SVN revision: 2298
2010-05-18 11:24:13 +00:00
ritt 98115c1a8c Added USE_CRYPT
SVN revision: 2181
2009-03-24 10:15:06 +00:00
ritt 4f6f4eefbe Added mkdir for install
SVN revision: 2112
2008-06-09 10:04:05 +00:00
ritt fa411b75ed Release 2.7.4
SVN revision: 2111
2008-06-09 09:43:52 +00:00
ritt 17fde1b00c Replaced 'install -D' by 'mkdir -p' (flag not recognized on some systems)
SVN revision: 2106
2008-04-29 20:25:05 +00:00
ritt 09b0aa6a20 Added -o flag to unzip
SVN revision: 2091
2008-04-04 19:47:12 +00:00
ritt 1b9a09b2f8 Removed -f from unzip
SVN revision: 2083
2008-04-02 07:18:13 +00:00
ritt 45e20f2cbe Removed -DOS_xxx (is evaluated inside elogd.c)
SVN revision: 2074
2008-03-09 14:35:01 +00:00
ritt 2903f7c944 Install with user and group only as root
SVN revision: 2060
2008-02-22 15:10:34 +00:00
ritt 93349c41f2 Added SSL support
SVN revision: 2056
2008-02-22 08:06:50 +00:00
ritt 6a16e3830e Fixed zip file name
SVN revision: 1969
2007-11-28 12:55:09 +00:00
ritt 40dc4ec50a Added FCKeditor extraction
SVN revision: 1955
2007-10-26 11:31:21 +00:00
ritt 6c2a5211c8 Added -D to install
SVN revision: 1939
2007-10-22 14:25:42 +00:00
ritt 94dd58e05d Added fckplugin
SVN revision: 1919
2007-09-18 13:55:40 +00:00