|
|
|
@2040
|
[2040]
|
11/18/08 16:23:24 |
pollux |
Fix build failure (missing include of config.h) |
|
|
|
@2039
|
[2039]
|
11/13/08 16:52:06 |
virdiq |
Pull in required wzd_socket.h header into wzd_tls.c |
|
|
|
@2038
|
[2038]
|
11/13/08 16:50:40 |
virdiq |
More conversions from int to fd_t for file descriptors. |
|
|
|
@2037
|
[2037]
|
11/13/08 16:15:58 |
virdiq |
Use correct type for socket descriptor argument in tls_init_datamode. … |
|
|
|
@2036
|
[2036]
|
11/13/08 15:51:00 |
virdiq |
Change case and meaning of h/H hidden/ultrahidden flags so uppercase … |
|
|
|
@2035
|
[2035]
|
11/13/08 15:34:51 |
virdiq |
Fix more cases of int incorrectly being used as a file descriptor type … |
|
|
|
@2034
|
[2034]
|
11/13/08 15:22:30 |
virdiq |
Fix incorrect typecast (should be fd_t instead of socket_t for files). … |
|
|
|
@2033
|
[2033]
|
11/13/08 15:17:00 |
virdiq |
Add missing null pointer check in FCN_MOD_USER function. (JGS) |
|
|
|
@2032
|
[2032]
|
11/13/08 15:05:03 |
virdiq |
More socket handle (socket_t) type fixes for 64bit systems which have … |
|
|
|
@2031
|
[2031]
|
11/13/08 14:49:18 |
virdiq |
Remove circular dependency (ascii_lower from libwzd-core) from … |
|
|
|
@2030
|
[2030]
|
11/13/08 11:59:13 |
virdiq |
Fix compile error in wzd_strptime.c implementation. (JGS) |
|
|
|
@2029
|
[2029]
|
11/03/08 02:33:30 |
virdiq |
OpenSSL static locking global variables introduced in r2028 should be … |
|
|
|
@2028
|
[2028]
|
11/02/08 15:19:07 |
virdiq |
Implement OpenSSL static locking callback function, required for correct … |
|
|
|
@2026
|
[2026]
|
08/26/08 12:43:08 |
pollux |
Use macros PERL_SYS_INIT3 and PERL_SYS_TERM for Perl module.
See … |
|
|
|
@2025
|
[2025]
|
08/14/08 19:10:22 |
virdiq |
Fix invalid check for empty user or group names, introduced in r2018. |
|
|
|
@2024
|
[2024]
|
08/14/08 19:07:23 |
virdiq |
Fix incorrect assumptions in do_quit that GetGroupByID and GetUserByID … |
|
|
|
@2023
|
[2023]
|
08/14/08 18:52:18 |
virdiq |
Fix incorrect assumptions in do_stor that GetGroupByID and GetUserByID … |
|
|
|
@2022
|
[2022]
|
08/14/08 18:27:55 |
virdiq |
Fix incorrect assumptions in do_rmdir that GetGroupByID and GetUserByID … |
|
|
|
@2021
|
[2021]
|
08/14/08 18:21:12 |
virdiq |
Fix invalid check for empty user tagline, introduced in r2018. |
|
|
|
@2020
|
[2020]
|
08/14/08 18:16:49 |
virdiq |
Fix incorrect assumptions in do_mkdir that GetGroupByID and GetUserByID … |
|
|
|
@2019
|
[2019]
|
08/14/08 17:50:52 |
virdiq |
Fix incorrect assumption that GetGroupByID will return a valid group … |
|
|
|
@2018
|
[2018]
|
08/14/08 17:39:33 |
virdiq |
Fix another segfault in do_login due to the assumption that the backend … |
|
|
|
@2017
|
[2017]
|
08/14/08 16:47:55 |
virdiq |
Fix a segfault in do_user_ip that could occur when the backend does not … |
|
|
|
@2014
|
[2014]
|
07/25/08 17:03:31 |
virdiq |
Fix SFV module to use quotation marks to define the start and end of event … |
|
|
|
@2013
|
[2013]
|
07/25/08 17:00:14 |
virdiq |
Escape event arguments with quotation marks, to solve the issue with … |
|
|
|
@2012
|
[2012]
|
07/10/08 15:23:28 |
pollux |
Move forward declaration of strptime to wzd_strptime.h |
|
|
|
@2011
|
[2011]
|
07/10/08 15:11:48 |
pollux |
Move wzd_strptime to libwzd-base, and update all references to strptime. |
|
|
|
@2010
|
[2010]
|
07/10/08 14:59:32 |
pollux |
Purge old CVS files |
|
|
|
@2009
|
[2009]
|
07/05/08 17:43:10 |
mathgl |
Group administrators can only view information on their primary group … |
|
|
|
@2008
|
[2008]
|
07/03/08 16:58:57 |
pollux |
Fix warning for unused variables in tests. |
|
|
|
@2007
|
[2007]
|
07/03/08 15:41:10 |
pollux |
Add automatic ZLIB detection in cmake (Closes #141) |
|
|
|
@2004
|
[2004]
|
07/03/08 15:03:26 |
pollux |
Fix debug module: return full CRLF (and not only \n) |
|
|
|
@2003
|
[2003]
|
07/03/08 14:49:30 |
pollux |
Update Perl detection code. It will now try to search perl headers
and … |
|
|
|
@2002
|
[2002]
|
07/03/08 11:42:04 |
pollux |
Fix regression introduced in r1925.
End of file was no more checked, this … |
|
|
|
@2000
|
[2000]
|
07/03/08 10:50:01 |
pollux |
Change reply code for unknown SITE command to 502. |
|
|
|
@1999
|
[1999]
|
07/03/08 10:46:35 |
pollux |
Make CMake happy by setting a minimum version. |
|
|
|
@1997
|
[1997]
|
06/24/08 05:51:54 |
virdiq |
Protect static log buffer with a mutex to avoid a race condition that … |
|
|
|
@1995
|
[1995]
|
05/08/08 03:59:03 |
virdiq |
Fixed missing message string terminating characters for the … |
|
|
|
@1994
|
[1994]
|
04/29/08 12:14:20 |
virdiq |
Placed copyright headers in a time machine and teleported them to the … |
|
|
|
@1993
|
[1993]
|
04/15/08 06:58:51 |
virdiq |
Fix potential use of uninitialized variable in wzd_popen. |
|
|
|
@1992
|
[1992]
|
04/15/08 06:51:30 |
virdiq |
Fix potential use of uninitialized variable in get_pasv_port. |
|
|
|
@1991
|
[1991]
|
04/15/08 06:39:42 |
virdiq |
Fix potential use of uninitialized variable in do_moda. |
|
|
|
@1990
|
[1990]
|
04/15/08 06:34:51 |
virdiq |
Fixed forgotten inversion of logic introduced with changes in r1989. |
|
|
|
@1989
|
[1989]
|
04/15/08 06:32:47 |
virdiq |
Fix potential use of uninitialized variable in config_load_from_fd. |
|
|
|
@1988
|
[1988]
|
04/15/08 06:18:27 |
virdiq |
JGS: Remove typecasting warnings in plaintext backend |
|
|
|
@1987
|
[1987]
|
04/15/08 06:10:56 |
virdiq |
JGS: Remove typecasting warning in base64 implementation |
|
|
|
@1986
|
[1986]
|
04/15/08 06:09:13 |
virdiq |
JGS: Remove typecasting warning in inet_pton implementation |
|
|
|
@1985
|
[1985]
|
04/15/08 05:50:38 |
virdiq |
SVN trunk cleanup: remove old, outdated and duplicate files from trunk. … |
|
|
|
@1984
|
[1984]
|
04/15/08 05:08:23 |
virdiq |
SVN trunk cleanup: remove old, outdated and duplicate files from trunk. … |
|
|
|
@1983
|
[1983]
|
04/15/08 05:02:14 |
virdiq |
SVN trunk cleanup: remove old, outdated and duplicate files from trunk. … |
|
|
|
@1981
|
[1981]
|
04/08/08 14:26:09 |
pollux |
DynaLoader?.a was suppressed from Perl 5.10, so link with the file
only if … |
|
|
|
@1980
|
[1980]
|
03/28/08 02:50:13 |
virdiq |
Fixed str_erase function usage to only allow positive lengths. Thanks to … |
|
|
|
@1979
|
[1979]
|
03/27/08 01:37:19 |
virdiq |
Use fd_t instead of int for file descriptors. |
|
|
|
@1978
|
[1978]
|
03/21/08 09:02:43 |
virdiq |
Fixed naming confusion in file_force_unlock. |
|
|
|
@1977
|
[1977]
|
03/21/08 08:57:06 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. |
|
|
|
@1976
|
[1976]
|
03/21/08 07:48:07 |
virdiq |
More minor type fixes. |
|
|
|
@1975
|
[1975]
|
03/21/08 07:39:56 |
virdiq |
Minor type fixes to sfv module. |
|
|
|
@1974
|
[1974]
|
03/21/08 07:39:10 |
virdiq |
More minor type fixes. |
|
|
|
@1973
|
[1973]
|
03/21/08 07:29:23 |
virdiq |
Converted more length variables to type size_t. |
|
|
|
@1972
|
[1972]
|
03/21/08 07:13:50 |
virdiq |
Some more type casting fixes from JGS. |
|
|
|
@1971
|
[1971]
|
03/21/08 06:50:47 |
virdiq |
Update int/fd_t types to socket_t for Windows 64bit compatibility. |
|
|
|
@1970
|
[1970]
|
03/21/08 06:48:15 |
virdiq |
Fix types for MultiByteToWideChar?. Thanks to JGS again for this one. |
|
|
|
@1969
|
[1969]
|
03/21/08 06:32:43 |
virdiq |
Use fd_t instead of int for file descriptors. |
|
|
|
@1968
|
[1968]
|
03/21/08 06:25:00 |
virdiq |
Ensure that GetUserByID actually returns a valid user. Thanks JGS. |
|
|
|
@1967
|
[1967]
|
03/21/08 06:23:26 |
virdiq |
Fix some more types that should be size_t instead of unsigned int. Thanks … |
|
|
|
@1966
|
[1966]
|
03/21/08 06:20:00 |
virdiq |
Return correct error code when action argument is incorrect. Thanks to JGS … |
|
|
|
@1965
|
[1965]
|
03/21/08 05:52:08 |
virdiq |
Use correct size_t type instead of unsigned int for the length argument in … |
|
|
|
@1964
|
[1964]
|
03/21/08 05:26:20 |
virdiq |
New features: max_users configuration option in main configuration file … |
|
|
|
@1963
|
[1963]
|
03/21/08 02:34:44 |
virdiq |
Remove LINE and FILE macros from error messages within libsqlite. |
|
|
|
@1962
|
[1962]
|
03/21/08 02:30:48 |
virdiq |
Remove LINE and FILE macros from error messages within … |
|
|
|
@1961
|
[1961]
|
03/21/08 02:12:00 |
virdiq |
Fixed incorrect usage of socket_t when it should be fd_t. Thanks JGS. |
|
|
|
@1960
|
[1960]
|
03/20/08 18:06:30 |
virdiq |
semget returns an integer, not some sort of weird pointer to a struct. |
|
|
|
@1959
|
[1959]
|
03/20/08 17:48:59 |
virdiq |
Fixed a small typo in a type name. |
|
|
|
@1958
|
[1958]
|
03/20/08 17:46:45 |
virdiq |
Include header file that defines socket_t so that ServerThread? knows about … |
|
|
|
@1957
|
[1957]
|
03/20/08 17:42:10 |
virdiq |
Arrrghhh! Just spent 3hrs debugging this ebuild to find out that the … |
|
|
|
@1956
|
[1956]
|
03/20/08 16:51:35 |
virdiq |
Fix CMake build for libwzd so it always uses the C compiler and not C++. |
|
|
|
@1955
|
[1955]
|
03/20/08 14:36:48 |
virdiq |
Include limits.h so that ULLONG_MAX is defined |
|
|
|
@1954
|
[1954]
|
03/20/08 14:31:01 |
virdiq |
Remove more redundant Windows architecture checks on the select() … |
|
|
|
@1953
|
[1953]
|
03/20/08 14:25:19 |
virdiq |
Remove fd_is_valid check because it isn't portable. Each select() call … |
|
|
|
@1952
|
[1952]
|
03/20/08 13:39:02 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. |
|
|
|
@1951
|
[1951]
|
03/20/08 13:34:33 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. Rename some … |
|
|
|
@1950
|
[1950]
|
03/20/08 13:00:21 |
virdiq |
Fix incorrect type for old school file descriptor. |
|
|
|
@1949
|
[1949]
|
03/20/08 12:30:36 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. |
|
|
|
@1948
|
[1948]
|
03/20/08 12:25:54 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. |
|
|
|
@1947
|
[1947]
|
03/20/08 07:16:17 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. Also fixed … |
|
|
|
@1946
|
[1946]
|
03/20/08 06:53:41 |
virdiq |
Use size_t instead of int for the position argument in str_erase(). Mixing … |
|
|
|
@1945
|
[1945]
|
03/20/08 06:33:53 |
virdiq |
Fix some type casts and remove redundant Windows architecture checks on … |
|
|
|
@1944
|
[1944]
|
03/20/08 06:04:14 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. |
|
|
|
@1943
|
[1943]
|
03/20/08 05:56:43 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. |
|
|
|
@1942
|
[1942]
|
03/20/08 05:48:54 |
virdiq |
Replace exit(-1) with return -1. This is because the MyServiceRun? function … |
|
|
|
@1941
|
[1941]
|
03/20/08 05:29:21 |
virdiq |
Remove redundant Windows architecture check as the select() function on … |
|
|
|
@1940
|
[1940]
|
03/20/08 05:26:27 |
virdiq |
Update fd_t types to socket_t for Windows 64bit compatibility. |
|
|
|
@1939
|
[1939]
|
03/20/08 05:00:21 |
virdiq |
Updated Gentoo ebuilds to those produced by Bernhard Frauendienst at … |
|
|
|
@1938
|
[1938]
|
03/13/08 14:02:08 |
pollux |
Introduce socket_t type, to create an abstraction on sockets (which … |
|
|
|
@1937
|
[1937]
|
03/10/08 17:17:48 |
pollux |
Add option to build SFV module using Makefile wrapper |
|
|
|
@1936
|
[1936]
|
03/10/08 17:16:53 |
pollux |
Fix manpage (.ny section is invalid) |
|
|
|
@1935
|
[1935]
|
03/10/08 17:11:53 |
pollux |
Update debian packaging |
|
|
|
@1934
|
[1934]
|
03/10/08 17:11:01 |
pollux |
Use size_t for string functions
Update tests to add str_erase |
|
|
|
@1933
|
[1933]
|
03/09/08 14:02:08 |
pollux |
Windows: export missing symbol context_remove |
|
|
|
@1932
|
[1932]
|
03/09/08 13:58:28 |
pollux |
Windows: define LLONG_MAX and ULLONG_MAX only if not already defined. |