Commit Graph

580 Commits

Author SHA1 Message Date
Nikos Mavrogiannopoulos
b012faacb8 more files to ignore 2013-11-05 20:32:51 +01:00
Nikos Mavrogiannopoulos
615e16cc41 count bandwidth in kb/sec to avoid overflows on high bandwidth. 2013-11-05 20:32:23 +01:00
Nikos Mavrogiannopoulos
0759125652 removed auto-generated files. 2013-11-05 20:17:42 +01:00
Nikos Mavrogiannopoulos
b1633b2eb1 updated code to avoid memory leaks. 2013-11-05 20:07:09 +01:00
Nikos Mavrogiannopoulos
74f0ba5e72 do not ignore errors from system calls 2013-11-05 20:06:18 +01:00
Nikos Mavrogiannopoulos
14a06cec0c autogenerate changelog prior to release 2013-11-05 20:04:42 +01:00
Nikos Mavrogiannopoulos
8117fc0b03 call setgroups() after setgid() to avoid staying with an unexpected group set. 2013-11-05 20:04:00 +01:00
Nikos Mavrogiannopoulos
3dc2637c6f Added pid-file command line option, that overrides the configured pid-file. 2013-11-05 20:03:23 +01:00
Nikos Mavrogiannopoulos
7340567c13 bumped version 2013-11-05 20:02:51 +01:00
Nikos Mavrogiannopoulos
eb36a15550 reorganized file generation and removed auto-generated files. 2013-11-05 20:01:49 +01:00
Nikos Mavrogiannopoulos
9374aa7576 increased stack size for PAM coroutines to 64k. 2013-11-05 20:00:07 +01:00
Nikos Mavrogiannopoulos
d284a601d4 link with libopts only if autogen is found. This avoids incompatibility issues with different autogen/libopts version. 2013-11-05 19:57:32 +01:00
Mike Miller
5b1f23b55f Allow linking with system libopts if installed 2013-11-05 19:45:00 +01:00
Nikos Mavrogiannopoulos
68762f5862 removed unneeded check for gdbm 2013-11-05 19:39:56 +01:00
Nikos Mavrogiannopoulos
1e8d036727 Move ocserv to sbin 2013-11-05 19:39:14 +01:00
Nikos Mavrogiannopoulos
85f4db201c updated license information and authors 2013-11-05 19:38:30 +01:00
Nikos Mavrogiannopoulos
cc0612ddeb Added lib-link.m4 via gnulib. 2013-11-05 19:34:08 +01:00
Nikos Mavrogiannopoulos
f9b311357e more files to ignore 2013-11-05 19:33:51 +01:00
Nikos Mavrogiannopoulos
42ffe940d2 doc update 2013-11-03 21:12:17 +01:00
Nikos Mavrogiannopoulos
2f5141b00f Added directives to allow bandwidth limitation. 2013-11-03 17:06:02 +01:00
Nikos Mavrogiannopoulos
801eded2cf do not fail if a configuration file is empty 2013-11-03 15:23:07 +01:00
Nikos Mavrogiannopoulos
c7c88b51b4 reduced the severity of several messages. 2013-11-02 23:07:48 +01:00
Nikos Mavrogiannopoulos
c7635046dc more informative message 2013-11-02 23:04:57 +01:00
Nikos Mavrogiannopoulos
699ec196b2 doc update 2013-11-02 22:47:58 +01:00
Nikos Mavrogiannopoulos
2e09e80e6d avoid multiple calls to time(0) 2013-11-02 16:27:30 +01:00
Nikos Mavrogiannopoulos
05a8f946c4 doc update 2013-11-02 16:25:23 +01:00
Nikos Mavrogiannopoulos
1d4d4e731a added error message 2013-11-02 16:07:08 +01:00
Nikos Mavrogiannopoulos
44f0a7193a Added login-test when a connect or disconnect script is set. 2013-10-31 17:21:48 +01:00
Nikos Mavrogiannopoulos
c086e8c3a3 released 0.2.0 ocserv_0_2_0 2013-10-31 14:11:09 +01:00
Nikos Mavrogiannopoulos
f67da1d2c1 doc update 2013-10-31 12:51:27 +01:00
Nikos Mavrogiannopoulos
affcb543fc Avoid calling handle_script_exit() twice on user connect. 2013-10-31 12:48:14 +01:00
Nikos Mavrogiannopoulos
586829e868 return correct error code 2013-10-31 12:33:53 +01:00
Nikos Mavrogiannopoulos
c370e4d3d7 corrected typo 2013-10-31 12:32:38 +01:00
Nikos Mavrogiannopoulos
bea6b6accd small updates 2013-10-31 12:31:28 +01:00
Nikos Mavrogiannopoulos
e358af2578 Always terminate the worker unless he has already been dead. 2013-10-31 12:30:32 +01:00
Nikos Mavrogiannopoulos
ac1621df0b Corrected behavior on error during receiving a UDP fd. 2013-10-31 11:44:36 +01:00
Nikos Mavrogiannopoulos
929b8dcaec Avoid forwarding the UDP fd within a minute. That is to avoid duplicate messages messing the worker session. 2013-10-31 09:30:44 +01:00
Nikos Mavrogiannopoulos
aa71216a65 updates in hash table usage. 2013-10-30 13:00:19 +01:00
Nikos Mavrogiannopoulos
a2c194f63f Added test to check the application of user routes. 2013-10-30 12:40:33 +01:00
Nikos Mavrogiannopoulos
245e7e0b44 doc update 2013-10-30 09:30:18 +01:00
Nikos Mavrogiannopoulos
9e8f39faf5 Avoid many system calls when sending serialized data. 2013-10-30 09:28:39 +01:00
Nikos Mavrogiannopoulos
1145eafa97 Simplified auth_reply transfer from main to worker. 2013-10-30 08:39:19 +01:00
Nikos Mavrogiannopoulos
e821f3dac1 updated todo list 2013-10-29 22:48:39 +01:00
Nikos Mavrogiannopoulos
7ac0cfbb14 doc update 2013-10-29 22:05:11 +01:00
Nikos Mavrogiannopoulos
f607b6dad4 doc update 2013-10-29 21:49:39 +01:00
Nikos Mavrogiannopoulos
b847edfa52 increased level of spawn errors. 2013-10-29 21:46:58 +01:00
Nikos Mavrogiannopoulos
4fbde480a0 updated 2013-10-29 21:45:55 +01:00
Nikos Mavrogiannopoulos
1a7e1d3b73 do not try load configuration on empty string groups 2013-10-29 21:33:33 +01:00
Nikos Mavrogiannopoulos
186f3e098b corrected bug 2013-10-29 21:05:46 +01:00
Nikos Mavrogiannopoulos
4499196f24 Added more debugging information. 2013-10-29 20:52:36 +01:00