Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

54 check-ins using file cipher_serpent.c version 2e7975f3b2

2013-03-11
19:21
Cleanup check-in: a759e2c3a1 user: rkeene tags: new-driver
18:51
Moved generation of version script into Makefile for enhanced release support check-in: bd13c51e79 user: rkeene tags: new-driver
2013-03-08
16:44
Updated to create libdact.a that can be linked to a shared object, and has stripped symbols check-in: 7a3071e176 user: rkeene tags: new-driver
2013-03-07
21:53
Makefile now has targets that work check-in: dd614d904f user: rkeene tags: new-driver
21:34
Fixed typo in last commit causing versioning to be broken check-in: 3564675e67 user: rkeene tags: new-driver
19:11
Started adding stubs for new library and build system check-in: 5c6fbb4024 user: rkeene tags: new-driver
2013-03-05
14:14
Extended documentation check-in: 2ec5a6619d user: rkeene tags: new-driver
03:08
Removed much of the original source check-in: 67a663abd1 user: rkeene tags: new-driver
03:05
Rewrote mkstemp() implementation check-in: 6b27ab3d35 user: rkeene tags: new-driver
2013-03-04
23:32
Create new branch named "new-driver" check-in: 962bbd984e user: rkeene tags: new-driver
23:29
Updated module loading to print out loading failure reason Leaf check-in: b95899fb13 user: rkeene tags: trunk
23:28
Added new macro for printing errors with formatting check-in: 8efd79fae0 user: rkeene tags: trunk
23:28
Updated patch-magic-file to be more robust check-in: b37c953e31 user: rkeene tags: trunk
2013-02-26
03:09
Deleted legacy scripts check-in: b53a103b9a user: rkeene tags: trunk
03:05
Removed more extraneous files check-in: d6089f5315 user: rkeene tags: trunk
03:05
Removed legacy ".cvsignore" file check-in: 80d98ec292 user: rkeene tags: trunk
03:01
Deleted extraneous directories check-in: 86b15d1064 user: rkeene tags: trunk
2012-07-19
00:25
Updated to use newer mingw32 conventions check-in: 287316ab68 user: rkeene tags: trunk
2012-02-11
23:19
Removed old comments check-in: 89f86e7ec5 user: rkeene tags: trunk
2010-10-16
22:08
Updated FSF addresses check-in: d9f9dfc848 user: rkeene tags: trunk
2010-05-31
23:32
DACT 0.8.42 check-in: bda98664eb user: rkeene tags: trunk, 0.8.42
23:31
Fixed signed-ness warnings Fixed module loading check-in: 18ca735d8b user: rkeene tags: trunk
2007-10-31
10:44
Cleaned up "clean" target in Makefile check-in: 591e845dc1 user: rkeene tags: trunk
2006-03-25
06:59
Converted DACT man page to text check-in: 6c0219a312 user: rkeene tags: trunk
06:58
Fixed many typos in the man page, thanks to Tommaso Moroni check-in: 52ab7b0e2b user: rkeene tags: trunk
2005-03-05
11:37
Added Win32 DLLs to the ignore list check-in: 7fa09db6a2 user: rkeene tags: trunk
11:33
Updated library build process a bit. check-in: 24ea444e34 user: rkeene tags: trunk
2004-12-20
21:49
Moved `dact_process_other' to dact_common.c to build correctly, oops. check-in: b34363088f user: rkeene tags: trunk
02:28
Updated build process extensively. Cygwin and mingw32 should both be able to create shared objects (DLLs) now. dact 0.8.41 check-in: 43763b1acf user: rkeene tags: trunk, 0.8.41
00:48
Updated win32 support slightly. check-in: 6edd787af6 user: rkeene tags: trunk
2004-11-17
10:14
Made man2txt script use `groff' instead of `man' check-in: a099d2088c user: rkeene tags: trunk
2004-10-12
22:33
Added random stuff, not sure why.. check-in: efff008d73 user: rkeene tags: trunk
2004-06-13
22:45
Fixed issues with libdact attempting to compile its own header, or something. check-in: b3d913ae22 user: rkeene tags: trunk
2004-05-23
13:05
Created a mrtg_hs project. Released dact 0.8.39 Added cache.[ch] back to rutil-tcpcgi.. where'd they go in the first place? Lots of work on DACT updated known_hosts Added .centericq with my Yahoo stuff, seems to work okay. check-in: 8b5d6a2f3f user: rkeene tags: trunk
2004-05-17
00:58
Added dact_init_net() function. check-in: 6a71e95c04 user: rkeene tags: trunk
2004-04-21
11:30
Fixed newly introduced bug in parse.c, blah check-in: 156aeaeae2 user: rkeene tags: trunk
09:29
Fixed bug in parse.c where @@ at the end of `src' parameter to the substitution routine caused issues. check-in: 33e1f74378 user: rkeene tags: trunk
2004-04-18
21:38
Fixed compilation bugs, when no ar/ranlib is found, they're replaced with #, which creates a Makefile line like: AR = # (where # starts a comment) net.c: Fixed #ifdef's check-in: 4a1d504ec5 user: rkeene tags: trunk
21:36
Changed version from 0.8.39 to 0.8.40 check-in: 1d6b5622f7 user: rkeene tags: trunk, 0.8.40
2004-04-16
21:41
Modified Makefile to allow libdact.so installation failure, since it really doesn't matter. check-in: 4d4d0b3c0b user: rkeene tags: trunk
09:03
Fixed many 64bit problems, including: write_de() took the value to write as a uint32_t, and only had a 4 byte buffer. dact_common: Was not lseek()'ing properly for the new stream sizes. net.c: Made lseek_net() allow forward seeking in streams check-in: ad581b297e user: rkeene tags: trunk
00:46
Fixed some UI annoyances. check-in: aefdaed272 user: rkeene tags: trunk
00:17
More work on making DACT 64bit/largefile compatible. check-in: 5c0d91e52a user: rkeene tags: trunk
2004-04-14
17:14
DACT is now 64-bit filesize friendly.. I hope. I changed the CRC algorithm to Adler32, and added a check for old versions of DACT to use the old CRC algorithm. I renamed stdint.h to dact_stdint.h (though this file isn't used anymore?) I changed the old CRC algorithm function from `ELFCRC' to `elfcrc' check-in: fa46591195 user: rkeene tags: trunk
15:57
Modified stdint.h to include the real stdint if available. check-in: 63e8f3fe9e user: rkeene tags: trunk
2004-04-12
22:56
Removed a warning to the user when stdin was piped. check-in: 09398d6828 user: rkeene tags: trunk
2004-04-11
07:11
Added a .cvsignore here. check-in: 99822b32cc user: rkeene tags: trunk
07:02
Fixed the "DC_GET_SHARED" macro to test for actually handling unresolved symbols properly on Cygwin check-in: b516f7e28f user: rkeene tags: trunk
2004-03-13
21:17
Added C# (DotGNU) compiler (linux-parisc) Added MPlayer (linux-parisc) Some minimal work on DACT check-in: 670d64c656 user: rkeene tags: trunk
2004-03-02
00:42
Modified .vimrc to fix debian brain damage Modified do_dact_snapshot.sh to build a win32 executable check-in: 43233b5087 user: rkeene tags: trunk
00:39
Added crap back temporarily, something is borked. check-in: 520826919e user: rkeene tags: trunk
00:25
Lots of changes, added a parameter (bufsize) to comp_algo() that describes the size of the output buffer. This was needed to remove the global variable DACT_BLK_SIZE. This is working towards making "libdact" Also, lots of Win32 changes, most stuff is now in win32.h with a little being in uname.c (which will probably only be used on win32). check-in: a15559aab7 user: rkeene tags: trunk
2004-02-28
18:57
Fixed typo check-in: d9312ad6a3 user: rkeene tags: trunk
18:57
Moved win32 directory to ~/root/windows-i386/ check-in: d605f76f11 user: rkeene tags: trunk