These changesets represents the changes on the squid/nt-2_5 development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
2006/05/13 12:35:55 | serassio | +1 -4 | MAXHOSTNAMELEN definition is no more needed |
2006/03/11 17:07:50 | serassio | +4 -4 | Enable Cache Digest by default on Windows |
2005/12/26 19:31:04 | serassio | +4 -1 | Bug #1464: Squid crash when asyncio function counters url accessed from |
2005/11/08 14:44:26 | serassio | +1 -0 | Forgotten to copy mib.txt in VisualStudio Project |
2005/10/30 08:24:43 | serassio | +3 -25 | setenv() emulation is no more needed |
2005/10/30 08:23:44 | serassio | +4 -4 | Cosmetic fix |
2005/10/10 21:04:36 | tolsty | +4 -1 | No sys/param.h on Windows, so MAXHOSTNAMELEN and hence SQUIDHOSTNAMELEN |
2005/10/08 10:01:45 | serassio | +3 -3 | Updated Visual Studio Project with SPNEGO support |
2005/10/08 07:47:27 | serassio | +24 -24 | setenv() is not available on MinGW |
2005/10/02 15:22:21 | serassio | +4 -0 | Updated VisualStudio Makefiles |
2005/10/02 14:15:28 | serassio | +39 -9 | Added setenv() emulation, better passwd and group structures emulation |
2005/09/24 10:06:17 | serassio | +1 -1 | Forgotten to rename the old nt_auth.txt file |
2005/09/20 10:07:27 | serassio | +10 -5 | Added support for Windows code name "Longhorn". |
2005/09/16 07:57:13 | serassio | +13 -2 | Code cleanup |
2005/09/15 09:55:04 | serassio | +6 -6 | Cosmetic fixes |
2005/09/14 12:12:21 | serassio | +12 -14 | More code cleanup |
2005/09/13 16:18:25 | serassio | +2 -2 | Fixed a Makefile.am error |
2005/09/13 15:54:47 | serassio | +14 -3 | Updated native Windows exception handler. |
2005/09/13 15:44:27 | serassio | +88 -21 | Updated native Windows basic authenticator helper: |
2005/09/13 13:49:02 | serassio | +4 -4 | Cosmetic fix |
2005/09/13 13:25:29 | serassio | +3 -125 | The -mwin32 option is no more needed from latest Cygwin, so removing all |
2005/09/13 13:15:25 | serassio | +3 -0 | Cygwin needs to include windows.h |
2005/08/21 14:26:08 | serassio | +8 -8 | Make happy gcc 3.4.2 on MinGW |
2005/08/21 14:05:29 | serassio | +1 -1 | The latest MinGW doesn't like include paths terminated with / char |
2005/08/21 10:25:40 | serassio | +80 -5 | Added Windows exceptions handling |
2005/08/19 07:48:35 | serassio | +3 -1 | Added Windows support for sleep_after_fork configuration directive |
2005/08/19 07:40:57 | serassio | +20 -14 | Added Windows support for sleep_after_fork configuration directive |
2005/07/10 08:56:32 | serassio | +59 -39 | Allow Squid 2.5 to run again on Windows NT 4: |
2005/07/08 21:34:06 | serassio | +1 -1 | In dirent struct, d_ino must be a ino_t type, not a long. |
2005/07/08 18:48:19 | tolsty | +1 -2 | Squid won't rebuild store from disk if swap.state file is deleted when --enable-large-cache-files used. |
2005/07/08 09:23:11 | serassio | +9 -4 | Added support for '/' char as domain separator. |
2005/07/08 09:20:59 | serassio | +36 -14 | Updated win32_check_group to Version 1.22: |
2005/06/29 19:51:00 | serassio | +1 -1 | Bug #1336: win32_check_group -D DOMAIN reads at most 14 chars intead |
2005/06/03 19:29:20 | serassio | +5 -5 | Update MS Visual Studio autoconf.h |
2005/06/03 19:02:31 | serassio | +1 -1 | Don't overwrite cachemgr.conf during Visual Studio build process |
2005/05/21 15:42:14 | serassio | +1 -1 | Remove printf format checking on MinGW |
2005/05/21 09:45:36 | serassio | +0 -1 | Fixed a merge error |
2005/05/20 08:41:50 | serassio | +5 -4 | - Fixed a merge error |
2005/05/03 09:53:58 | serassio | +3 -4 | Fixed merge error |
2005/05/01 07:50:11 | serassio | +165 -2 | Updated Visual Studio Project for automatic man pages building |
2005/04/25 14:49:25 | serassio | +5 -5 | MinGW fixes |
2005/04/25 14:06:08 | serassio | +27 -23 | New WIN32_ftruncate() function supporting >2GB files |
2005/04/25 14:01:16 | serassio | +21 -8 | Updated nt_auth basic helper |
2005/04/25 13:28:29 | serassio | +26 -12 | Updated win32_check_group to version 1.21 |
2005/04/23 10:10:01 | serassio | +6 -1 | Updated Visual Studio Project |
2005/04/23 10:08:49 | serassio | +3 -3 | Merge fixes |
2005/04/22 19:08:52 | serassio | +61 -61 | Updated Visual Studio Project for 64 bit large file support |
2005/04/22 19:07:41 | serassio | +4 -4 | Activated 64 bit large file support |
2005/03/30 07:59:43 | serassio | +1 -12 | Import of latest aufs changes |
2005/03/30 07:29:46 | serassio | +1 -1 | Don't call _get_osfhandle(): we have already the Windows handle |
2005/03/28 09:34:20 | serassio | +94 -3 | strtoll() may be not available on native Windows, this adds an own strtoll() used when needed |
2005/03/28 09:21:47 | serassio | +38 -14 | Updated squid-mswin.h to latest changes |
2005/03/28 09:21:09 | serassio | +875 -816 | Updated autoconf.h files to latest changes |
2005/03/28 08:13:57 | serassio | +29 -32 | Updated awin32 with latest aufs changes |
2005/03/26 15:21:08 | serassio | +5 -5 | Refined Windows lfs changes |
2005/03/26 15:18:37 | serassio | +3 -3 | Refined awin32 lfs changes |
2005/03/26 11:11:18 | serassio | +304 -39 | Updated awin32 sources with lfs changes |
2005/03/20 10:24:26 | serassio | +58 -93 | Updated awin32 code with latest aufs changes |
2005/02/05 09:00:21 | serassio | +6 -0 | Define LDAP_NO_ATTRS on Windows |
2004/12/08 20:47:57 | serassio | +12 -8 | Refined Windows ARP ACL support on Cygwin |
2004/12/08 20:20:39 | serassio | +4 -2 | Refined Windows ARP ACL support on MinGW |
2004/12/08 19:52:13 | serassio | +24 -6 | Added native Windows support for ARP ACL |
2004/12/08 19:45:45 | serassio | +78 -4 | Added native Windows support for ARP ACL |
2004/11/27 13:03:44 | serassio | +2 -1 | Added Build Target to Visual Studio Project |
2004/11/27 11:37:32 | serassio | +118 -40 | Added the new Build Target in Visual Studio Project |
2004/10/10 19:25:34 | serassio | +3 -3 | The name of the Windows native NTLM helper executable should be win32_ntlm_auth.exe, not ntlm_auth.exe |
2004/10/03 15:21:09 | serassio | +32 -2 | A little trick needed to have SQUID_CONFIGURE_OPTIONS updated with effective build options when compiling with MS Visual |
2004/10/03 15:02:59 | serassio | +6 -1 | Added redirection of stderr when running as a Windows Service |
2004/10/03 13:47:22 | serassio | +3 -1 | On latest Cygwin getrlimit() cannot be used to increase maximum File Descriptors |
2004/10/03 13:44:27 | serassio | +22 -5 | Workaround needed to allow to run configure on latest Cygwin tha uses Automake 1.8 and Autoconf 2.59 |
2004/10/03 12:49:05 | serassio | +4 -3 | Allow win32_check_group to build on Cygwin |
2004/09/05 08:05:41 | serassio | +6 -1 | Source cleanup |
2004/09/05 08:04:41 | serassio | +8 -2 | _SQUID_MSWIN_ define is available in HEAD's helper revision, not in 2.5 |
2004/08/29 16:09:00 | serassio | +9 -7 | Backport of latest changes from 3.0 win32_check_group.c |
2004/08/29 08:27:08 | serassio | +5 -3 | Fixed a bug in WIN32_Exit function when running in interactive mode |
2004/08/28 12:15:17 | serassio | +2 -2 | Source code cleanup of native Windows helpers related to Security Advisor SQUID-2004:2 |
2004/08/28 12:09:14 | serassio | +24 -14 | Source code cleanup of native Windows helpers related to Security Advisor SQUID-2004:2 |
2004/08/28 10:30:47 | serassio | +10 -2 | Applied Bugzilla #1053 patch to Awin32 fs |
2004/08/15 14:45:51 | serassio | +4 -0 | Added initgroups.c to MS Visual Studio Project |
2004/07/24 12:53:05 | serassio | +8 -8 | Fixed Challenge/response sizes in Squid's NTLMSSP code |
2004/07/24 12:50:27 | serassio | +9 -3 | Added counters to awin32 async-io completetion pipe |
2004/06/27 18:50:06 | serassio | +5 -5 | Correct use of USE_WIN32_SERVICE define |
2004/06/24 17:39:16 | serassio | +34 -26 | Fixed another problem in win32_check_group with trusted domains and Windows NT 4 compatibility |
2004/06/22 19:22:28 | serassio | +5 -1 | Workaround to allow build on MinGW |
2004/06/22 14:27:20 | serassio | +2 -2 | Latest MinGW now provides fileno() |
2004/06/20 20:28:46 | serassio | +95 -10 | Experimental native implementation of awin32 async-io completetion (like aufs) |
2004/06/20 20:20:39 | serassio | +18 -2 | Added WIN32 Handle info to FD statistics |
2004/06/12 19:49:26 | serassio | +34 -12 | Fixed bugzilla #996: win32_check_group fails when running on PDC |
2004/06/12 09:54:30 | serassio | +9 -8 | Bugzilla #988 is true for awin32 too |
2004/06/06 08:46:17 | serassio | +29 -32 | Fixed the running copy detection method, now the Windows process executable name is checked |
2004/06/06 08:38:22 | serassio | +39 -3 | Fixed the running copy detection method, now the Windows process executable name is checked |
2004/04/18 08:09:20 | serassio | +1 -2 | Added AUTH_ON_ACCELERATION define to MS Visual Studio project |
2004/04/18 08:04:55 | serassio | +2 -0 | Added .cvsignore |
2004/04/12 20:39:10 | serassio | +8 -4 | Updated Visual Studio Project for VS6 SP6 compatibility |
2004/04/04 08:10:38 | serassio | +2 -2 | Fixed a win32_check_group documentation error |
2004/03/25 19:40:56 | serassio | +2 -2 | Some little changes on Windows docs |
2004/03/04 21:01:58 | serassio | +1 -1 | Updated native Windows NTLM authenticator comments |
2004/02/28 08:35:14 | serassio | +6 -7 | Latest documentation fixes before STABLE 5 |
2004/02/28 08:24:34 | serassio | +6 -6 | Cosmetic fix to native Windows NTLM helper |
2004/02/21 11:46:03 | serassio | +20 -26 | Now native Windows NTLM authenticator has automatic support for NTLM NEGOTIATE packets |
2004/02/19 10:56:03 | serassio | +10 -9 | Clean-up of old NTLM NEGOTIATE support tricks no more needed |
2004/01/03 21:00:16 | serassio | +0 -3 | Updated MS VisualStudio Project |
2004/01/03 20:57:41 | serassio | +23 -3 | Added LDAP helpers support for MinGW |
2004/01/03 14:55:54 | serassio | +9 -0 | There is still somenthing of wrong in the NTLM challenge reuse logic, on Windows the native NTLMSSP helper can't accept |
2004/01/03 14:47:25 | serassio | +13 -14 | Win32 source clean-up |
2004/01/03 14:45:46 | serassio | +20 -3 | Added FAIL_DEBUG info to native NTLM helper |
2004/01/03 11:12:45 | serassio | +54 -20 | Fixed Windows LDAP support problems |
2003/12/24 16:28:29 | serassio | +4 -4 | Changed deafault of use_ntlm_negotiate to off |
2003/12/24 16:21:35 | serassio | +20 -2 | Workaround for Windows LDAP support |
2003/12/24 16:19:53 | serassio | +6 -0 | Updated MSVC project files |
2003/12/24 16:15:36 | serassio | +2 -2 | Removed default support for ICMP on Windows |
2003/12/19 15:15:58 | serassio | +12 -8 | Updated native Win32 basic authenticator |
2003/12/08 21:09:14 | serassio | +26 -10 | Fixed a missed sync with s2_5 |
2003/12/06 09:55:33 | serassio | +4 -1 | Updated Win32 release notes |
2003/11/30 13:06:40 | serassio | +8 -3 | Fixed NTLM local authentication problem |
2003/11/30 11:44:38 | serassio | +76 -49 | Fixed NTLM local authentication problem |
2003/11/29 14:25:17 | serassio | +13 -22 | Updated native Windows NTLM authenticator documentation and removed unused functions |
2003/11/21 22:24:01 | serassio | +9 -23 | NTLM NEGOTIATE packet support final clean-up |
2003/11/21 22:19:18 | serassio | +64 -32 | Updated win32 native ntlm helper: now NTLM NEGOTIATE packet support is configurable |
2003/11/20 22:16:18 | serassio | +37 -14 | Added configurable support for ntlm NEGOTIATE packet |
2003/10/08 20:32:18 | serassio | +27 -12 | Latest socket changes are not compatible with NT 4.0, this fix allow Squid run on it with a whorse stability |
2003/09/25 15:52:21 | serassio | +5 -5 | Preparing for STABLE 4 binary release |
2003/09/14 17:12:33 | serassio | +13 -6 | Added selection for NTLM true NEGOTIATE support to configure |
2003/09/14 10:27:56 | serassio | +6 -1 | Fixed a Win32 credentials handle leak |
2003/09/14 07:34:02 | serassio | +1 -1 | Fixed wrong challenge validity check |
2003/09/13 16:28:06 | serassio | +4 -5 | Made gcc happy on MinGW |
2003/09/13 14:39:23 | serassio | +20 -4 | This patch allow full NTLM negotiation and disable totally NTLM challenge reuse. |
2003/09/13 10:46:39 | serassio | +64 -56 | Revised Win32 NTLM helper error handling and merged latest changes from winbindd NTLM helper |
2003/09/13 10:44:02 | serassio | +27 -49 | Win32 SSPI code clean-up |
2003/09/08 22:22:16 | serassio | +8 -6 | Native Win32 NTLM helper: code cleanup |
2003/09/08 20:31:33 | serassio | +3 -2 | Native Win32 NTLM helper: added command line switch for NTLM packet level debugging, code cleanup |
2003/09/08 20:22:16 | serassio | +34 -51 | Native Win32 NTLM helper: added command line switch for NTLM packet level debugging, code cleanup |
2003/09/07 17:17:35 | serassio | +359 -184 | Rewrite of Win32 native NTLM authentication helper, now it should be a real NTLM authenticator |
2003/09/07 17:12:50 | serassio | +4 -4 | Cosmetic changes to helper documentation |
2003/08/30 15:27:21 | serassio | +8 -5 | Fixed a wrong count during defer check of read FDs in comm_select() |
2003/08/18 15:38:57 | serassio | +3 -5 | Removed an experiment on socket handling |
2003/08/18 15:37:54 | serassio | +1 -1 | Renamed ntlm_win32_auth.exe executable to ntlm_auth.exe |
2003/08/18 15:35:29 | serassio | +13 -1 | Win32 IPC doesn't like synchronous sockets |
2003/08/17 12:31:21 | serassio | +14 -2 | Forced use of synchronous socket on Windows |
2003/08/17 12:30:00 | serassio | +2 -2 | Fixed a wrong debug section |
2003/08/17 12:28:43 | serassio | +28 -14 | Better win32 gettimeofday() emulation |
2003/08/17 12:15:04 | serassio | +6 -8 | Fixed an old merrge problem |
2003/08/17 12:12:54 | serassio | +25 -11 | Better win32 code optimization in select() loop |
2003/08/17 12:11:47 | serassio | +6 -1 | Fixed a win32 dup2() problem |
2003/08/16 12:10:32 | serassio | +1 -15 | Removed no more needed specific Windows code |
2003/08/16 12:09:37 | serassio | +3 -3 | Updated win32_check_group documentation |
2003/08/11 19:32:07 | serassio | +6 -2 | Added more debug info to pinger |
2003/08/11 19:29:44 | serassio | +8 -10 | Fixed two IPC problems |
2003/08/09 17:44:47 | serassio | +89 -64 | Make sure that child processes don't inherit open files from parent, fixed some wrong debug infos |
2003/08/07 14:34:41 | serassio | +6 -6 | Fixed a forgotten NUMTHREADS during merge of latest aufs changes in awin32 |
2003/08/07 07:56:07 | serassio | +35 -12 | Merged latest aufs changes in awin32 |
2003/08/03 15:48:27 | serassio | +15 -6 | Synced awin32 with aufs changes |
2003/08/01 16:42:30 | serassio | +0 -1 | Use Windows find.exe instead of grep |
2003/06/19 21:11:09 | serassio | +2 -2 | Synced awin32 with aufs changes |
2003/06/14 10:39:51 | serassio | +6 -3 | Fixed a Windows CR/LF problem in cachemgr |
2003/06/14 10:36:49 | serassio | +2 -2 | Updated contact info |
2003/06/14 10:35:44 | serassio | +4 -0 | Added a Windows readme.txt |
2003/06/03 14:08:17 | serassio | +1 -1 | Updated wrong contact info |
2003/06/03 13:31:41 | serassio | +2 -3 | Use native Windows find command instead of grep |
2003/06/03 13:26:30 | serassio | +4 -3 | Updated contact info |
2003/06/03 13:13:31 | serassio | +3 -48 | xrename() already try to remove the destination target, so previous unlinks are not needed. |
2003/06/03 13:09:19 | serassio | +2 -2 | Updated contact info |
2003/06/01 16:07:34 | serassio | +8 -10 | Now the Squid version #define value for Visual Studio build environment is parsed from configure.in, non more need to de |
2003/05/29 19:10:18 | serassio | +4 -4 | Updated Visual Studio File info to STABLE 3 |
2003/05/28 17:37:25 | serassio | +1 -4 | Removed non sense comment |
2003/05/28 10:44:37 | serassio | +2 -2 | Changed Visual Studio build info to STABLE 3 |
2003/05/04 10:33:05 | serassio | +11 -7 | WIN32 source cleanup, test of bugzilla #579 fix |
2003/05/02 14:52:00 | serassio | +2 -1 | Updated win32_group External ACL helper to release 1.1 |
2003/05/02 14:46:47 | serassio | +106 -37 | Updated win32_group External ACL helper to release 1.1 |
2003/05/02 13:56:36 | serassio | +2 -1 | Added OpenSSL support |
2003/05/02 13:01:19 | serassio | +969 -3 | Added OpenSSL support |
2003/05/02 12:24:00 | serassio | +23 -18 | Updated Windows release notes |
2003/05/02 12:13:03 | serassio | +6 -0 | Added OpenSSL support |
2003/04/13 15:22:09 | serassio | +0 -2 | MinGW + MSYS uses latest autotools version, so some update is needed in configure.in and lib/Makefile.am |
2003/04/13 15:15:30 | serassio | +7 -7 | MinGW + MSYS uses latest autotools version, so some update is needed in configure.in and lib/Makefile.am |
2003/04/13 15:12:25 | serassio | +18 -6 | Added missing MinGW support |
2003/04/06 09:12:08 | serassio | +1 -1 | Added .zip tar archive build |
2003/03/23 09:32:43 | serassio | +2 -2 | Updated Visual Studio build info to STABLE 2 |
2003/03/08 09:54:04 | serassio | +2 -0 | Fixed 2 missing files in make dist |
2003/03/02 09:49:12 | serassio | +15 -1 | Latest Dealy Pools changes are not compatible with Windows because FD_xxx are very different |
2003/02/23 11:40:42 | serassio | +3 -3 | Fixed a bug in win32_check_group external ACL Helper |
2003/02/21 08:07:12 | serassio | +4 -4 | Missing WIN32 native include files in dist process |
2003/02/18 15:01:29 | serassio | +2 -2 | Autoconf patch for nt branch |
2003/02/16 10:17:42 | serassio | +3 -2 | Merged aufs updates in awin32 fs module |
2003/02/09 19:22:44 | serassio | +30 -19 | Rename Windows .NET Server to Windows Server 2003 |
2003/01/28 20:48:59 | serassio | +2 -1 | Missing win32lib.c file in distfiles |
2002/12/14 22:04:46 | serassio | +31 -7 | A better winsock check in configure |
2002/12/08 09:37:22 | serassio | +35 -2 | Removed stupid DOS uppercase filename |
2002/12/07 21:08:12 | serassio | +2 -35 | Removed stupid DOS uppercase filename |
2002/12/01 09:33:30 | serassio | +26 -2 | ip_user_check external ACL helper now builds on Windows |
2002/12/01 09:28:10 | serassio | +143 -4 | ip_user_check external ACL helper now builds on Windows |
2002/11/30 13:56:36 | serassio | +12 -0 | Latest squid_ldap_group builds on Windows too |
2002/11/30 13:55:04 | serassio | +126 -3 | Latest squid_ldap_group builds on Windows too |
2002/11/23 14:51:36 | serassio | +4 -8 | Added OpenSSL support on MinGW |
2002/11/23 14:51:35 | serassio | +10 -17 | Added OpenSSL support on MinGW |
2002/11/23 10:38:32 | serassio | +19 -4 | Added WIN32 getpagesize() definition for better MinGW compatibility |
2002/11/23 08:41:58 | serassio | +2 -2 | Fixed a wrong check in pinger.c |
2002/11/23 08:40:37 | serassio | +6 -2 | Updated WIN32 release notes |
2002/11/16 17:47:06 | serassio | +2 -2 | Fixed wrong debug output |
2002/11/15 21:49:08 | serassio | +4 -2 | Imported latest aufs changes in awin32 |
2002/11/11 19:47:09 | serassio | +92 -47 | Updated awin32 with latest aufs changes |
2002/11/10 16:11:01 | serassio | +2 -2 | Changed wrong MS VisualStudio default configure setting |
2002/11/10 16:06:43 | serassio | +4 -4 | Fixed compile warning |
2002/11/10 16:02:01 | serassio | +90 -9 | Added make dist support to win32 specific stuff |
2002/10/29 13:19:13 | serassio | +4 -4 | General WIN32 source cleanup, some are MinGW related |
2002/10/29 10:41:49 | serassio | +2 -2 | MinGW defines mode_t |
2002/10/27 13:14:18 | serassio | +26 -22 | Backport of WIN32 changes from nt branch |
2002/10/27 12:53:11 | serassio | +21 -9 | Backport of WIN32 changes from nt branch |
2002/10/27 11:11:45 | serassio | +143 -29 | Backport of WIN32 changes from nt branch |
2002/10/27 10:48:32 | serassio | +157 -111 | Backport of WIN32 changes from nt branch |
2002/10/27 10:42:20 | serassio | +806 -239 | Backport of WIN32 changes from nt branch |
2002/10/22 19:28:17 | serassio | +2 -1 | MFC Bugfix: strwordtok parsing of quoted strings failed miserably if the last word in was quoted. |
2002/10/21 19:31:40 | serassio | +3 -3 | Fixed wrong debug section |
2002/10/20 09:54:08 | serassio | +3 -2 | Synced with nt branch |
2002/10/20 09:19:16 | serassio | +3 -3 | Referer Log now is enabled by default in VisualStudio build project |
2002/10/20 09:17:30 | serassio | +16 -9 | Made the Squid <==> Service Control Manager synchronization more detailed |
2002/09/29 16:10:52 | serassio | +29 -10 | More pinger cleanup |
2002/09/29 16:08:13 | serassio | +34 -23 | Synced pinger.c with nt branch |
2002/09/29 16:07:23 | serassio | +12 -0 | Updated WIN32 release notes |
2002/09/28 14:27:50 | serassio | +24 -21 | Merge of minor changes from nt branch |
2002/09/22 11:41:25 | serassio | +5 -4 | WIN32 documentation update |
2002/09/22 11:38:05 | serassio | +128 -135 | WIN32 code cleanup from nt branch |
2002/09/21 16:51:19 | serassio | +7 -3 | Changed WIN32 abort handling for better support of automatic Windows 2000 |
2002/09/15 20:04:22 | serassio | +1 -1 | Moved WIN32 release notes from text to html format |
2002/09/15 19:14:56 | serassio | +280 -1 | Added icons handling to VisualStudio project |
2002/09/15 19:12:34 | serassio | +131 -76 | Moved WIN32 release notes form text to html format |
2002/09/14 16:42:54 | serassio | +4 -4 | Reset build info in Windows resources to 2.5.13.0 |
2002/09/12 18:33:25 | serassio | +36 -14 | Fixed some problems on errors description |
2002/09/08 08:20:30 | serassio | +1 -2 | Added support for matching multiple groups in one ACL |
2002/09/08 07:41:39 | serassio | +2 -2 | Updated 'update.cmd' build script |
2002/09/08 07:34:20 | serassio | +34 -21 | Added support for matching multiple groups in one ACL |
2002/09/07 20:09:59 | serassio | +2 -2 | Fixed wrong setting in MS VisualStudio LDAP authenticator project |
2002/09/07 20:08:21 | serassio | +16 -22 | Win32 code rearrangement after latest helper.c changes |
2002/09/01 20:42:43 | serassio | +24 -3 | Updated update.cmd |
2002/09/01 19:37:46 | serassio | +6 -6 | Updated WIN32 resources for PRE12 |
2002/08/24 10:06:50 | serassio | +24 -16 | Jumped to PRE11 |
2002/08/13 19:49:06 | serassio | +9 -8 | Fixed helper bugs |
2002/08/12 19:36:36 | serassio | +40 -20 | Merged latest s2_5 chenges with win32 stuff |
2002/08/11 16:44:07 | serassio | +3 -4 | Fixed wrong usage message |
2002/08/11 15:35:30 | serassio | +22 -4 | Added awin32 documentation |
2002/08/11 15:34:30 | serassio | +7 -6 | WIN32 project bug fixes |
2002/08/09 20:20:11 | serassio | +1 -1 | VisualStudio Project fix |
2002/08/09 20:19:09 | serassio | +5 -5 | O_RDONLY/O_WRONLY test fixes from aufs |
2002/08/03 18:50:45 | serassio | +28 -36 | Merged awin32 changes from nt |
2002/07/28 16:25:33 | serassio | +69 -58 | Imported awin32 changes from nt branch |
2002/07/26 13:39:58 | serassio | +35 -35 | awin32 fs debug sections cleanup |
2002/07/22 16:52:57 | serassio | +15 -2 | Added experimental pinger disable option |
2002/07/22 16:51:13 | serassio | +14 -7 | Stepping to PRE10 |
2002/07/21 09:12:58 | serassio | +6 -6 | Jump to PRE9 |
2002/07/21 09:07:11 | serassio | +112 -38 | Bugfixes in options processing, new usage message and -h option. Fixed a potential Squid DoS issue if oversized authe re |
2002/07/16 09:33:59 | serassio | +81 -6 | WIN32 source cleanup |
2002/07/14 21:07:29 | serassio | +159 -159 | WIN32 source cleanup |
2002/07/14 20:30:05 | serassio | +2 -2 | WIN32 source cleanup |
2002/07/14 20:28:45 | serassio | +3 -2 | win32_group external ACL helper integration |
2002/07/14 20:27:06 | serassio | +5 -2 | Updated win32_group external ACL helper documentation |
2002/07/07 19:51:18 | serassio | +429 -52 | Updated External ACL win32 group helper |
2002/07/06 18:23:13 | serassio | +12 -1 | Updated WIN32 specific documentation |
2002/06/29 13:21:44 | serassio | +309 -0 | Added NT group external_acl helper |
2002/06/29 10:42:04 | serassio | +38 -56 | Preparing to merge to PRE8 level |
2002/06/23 16:31:06 | serassio | +8 -8 | Fixed some awin32 problems, but it's still unstable |
2002/06/23 16:13:31 | serassio | +12 -5 | Added support for Windows .NET (5.2) |
2002/06/23 16:08:08 | serassio | +357 -2 | Added build versioning |
2002/06/02 19:26:57 | serassio | +69 -147 | Merged store changes from nt branch |
2002/05/20 18:55:30 | serassio | +2 -2 | AWIN32 related fix |
2002/05/20 17:22:54 | serassio | +1 -7 | Removed variable initialization not needed |
2002/05/19 17:26:30 | serassio | +47 -12 | Some fs modules cleanup and some AWIN32 fixes |
2002/05/17 18:52:24 | serassio | +2 -2 | Opss, forgot a change in previuos nt_auth fix |
2002/05/17 17:08:00 | serassio | +11 -3 | Fixed a nt_auth bug in the group membership check when using -D parameter (default NT domain) |
2002/05/12 17:12:09 | serassio | +110 -95 | Fixed some old remains on AWIN32 from Robert (Thread priority, Handles closing) and merged some multithread enhancement |
2002/05/12 17:11:51 | serassio | +36 -3 | Fixed missing dependencies in Build project |
2002/05/05 16:47:19 | serassio | +240 -5 | Added digest authentication schema and null store module to WIN32 project |
2002/05/03 18:44:36 | serassio | +6 -2 | Added #ifdef USE_DNSSERVERS sections to permit compile with a static WIN32 project |
2002/05/03 18:39:56 | serassio | +147 -41 | Added Install project to SquidNT VisualStudio Workspace |
2002/04/29 13:33:26 | serassio | +105 -21 | Fixed challenge generation problem on native NTLM authenticator |
2002/04/29 07:05:49 | serassio | +28 -30 | Updated WIN32 docs and temporary fix for u_char |
2002/04/27 21:40:45 | serassio | +2 -20 | WIN32 Unlinkd code cleanup |
2002/04/27 21:15:30 | serassio | +5 -14 | Native NTLM Authenticator source cleanup |
2002/04/27 12:55:18 | serassio | +698 -573 | Reworked NTLM and Basic NT native Authenticators: now both are SSPI based and support NT Allowed/Disallowed Group member |
2002/04/26 20:31:42 | serassio | +436 -419 | Source code cleanup and some build changes |
2002/04/26 20:27:50 | serassio | +25 -12 | Changed copyright info |
2002/04/26 19:52:06 | serassio | +162 -121 | Added Group membership check to native NT NTLM authenticator |
2002/04/25 19:53:36 | serassio | +32 -9 | Some NTLM on WIN32 stuff |
2002/04/21 20:41:13 | serassio | +45 -13 | Added some missed WIN32 Helper & IPC stuff |
2002/04/21 20:35:06 | serassio | +1287 -2 | Added WIN32 native NTLM authenticator |
2002/04/13 17:11:41 | serassio | +130 -1 | Added Visual Studio Project for NCSA_auth |
2002/04/13 14:58:55 | serassio | +135 -115 | Rearranged WIN32 code in ipc.c and pinger.c, and other little WIN32 code cleanup |
2002/04/11 20:15:56 | serassio | +248 -246 | WIN32 code cleanup |
2002/04/09 19:04:41 | serassio | +20 -7 | Changes needed by AWIN32 Async I/O |
2002/04/08 19:27:23 | serassio | +30 -0 | Added external dnsserver helper |
2002/04/08 19:18:38 | serassio | +161 -3 | Added external dnsserver helper |
2002/04/08 17:06:10 | serassio | +11 -9 | Some WIN32 code cleanup |
2002/04/07 13:38:36 | serassio | +3 -3 | WIN32 various code clean |
2002/04/07 13:10:24 | serassio | +22 -18 | First WIN32 Async I/O with Robert's AWIN32 fs module |
2002/04/07 09:59:51 | serassio | +70 -58 | WIN32 various code clean |
2002/04/06 15:02:40 | serassio | +8 -2 | Added error message for wrong -k command syntax in WIN32 Service Rynning mode |
2002/04/04 21:48:52 | serassio | +28 -22 | Latest WIN32 code refines |
2002/04/04 19:40:21 | serassio | +102 -102 | Updated WIN32 socket code |
2002/03/27 21:01:10 | serassio | +4071 -3602 | Added Pinger helper support |
2002/03/23 17:59:03 | serassio | +120 -1 | Added libheap module |
2002/03/23 11:24:06 | serassio | +0 -482 | Added more WIN32 stuff |
2002/03/23 10:51:55 | serassio | +133 -1075 | Added more WIN32 stuff |
2002/03/23 10:35:23 | serassio | +927 -112 | Added more WIN32 stuff |
2002/03/18 22:39:44 | serassio | +325 -0 | Added external helpers support |
2002/03/18 22:33:47 | serassio | +176 -38 | Added external helpers support |
2002/03/17 21:44:21 | serassio | +164 -23 | Added WIN32 specific stuff - more work |
2002/03/17 18:16:05 | serassio | +1349 -390 | Added WIN32 specific stuff - more work |
2002/03/16 17:54:33 | serassio | +3747 -0 | Addedd WIN32 specific stuff |
2002/03/16 17:46:08 | serassio | +1827 -4004 | Addedd WIN32 specific stuff |
2002/03/16 17:46:08 | serassio | +4004 -0 | Addedd WIN32 specific stuff |
2002/03/16 10:31:31 | serassio | +93 -85 | Imported Windows patches fron NT-2_3 and Cygwin-svc (second round) |
2002/03/16 09:50:24 | serassio | +11 -11 | Imported Windows patches from NT-2_3 and Cygwin-svc (second round) |
2002/03/16 09:27:35 | serassio | +725 -28 | Imported Windows patches fron NT-2_3 and Cygwin-svc (second round) |
2002/03/14 20:23:41 | serassio | +5921 -58 | Imported Windows patches from NT-2_3 and Cygwin-svc |