aboutsummaryrefslogtreecommitdiff
path: root/comms/xcept/files
Commit message (Collapse)AuthorAgeFilesLines
* Make the tty locking compatible to the FreeBSD convention (10 digitsJoerg Wunsch2003-09-061-1/+10
| | | | | | | | | vs. 9). Submitted by: Helge Oldach <xcept@oldach.net> Notes: svn path=/head/; revision=88645
* Resolve a build error that recently became apparent where thisJoerg Wunsch2003-09-011-5/+1624
| | | | | | | | | | | | | | | software attempts to define their own function log() that is reserved for the natural logartihm one, by renaming the private function to mylog(). I wonder whether anybody is still using this at all, the respective service (called `Btx' here) has been cancelled in Germany a couple of years ago. Any other European countries perhaps? I consider deleting the port some day. By now, it was easy enough to fix though. Speak up if you want to see this port continued. Notes: svn path=/head/; revision=88289
* Don't install ceptd setuid root: it's a daemon you run as root fromKris Kennaway2001-08-111-1/+1
| | | | | | | | | | inetd.conf, so it doesn't need the additional privileges. This port still bogusly hardcodes /usr/local as the installation directory. Notes: svn path=/head/; revision=46065
* Install files with correct perms (0664->0644)Chris D. Faulhaber2000-09-151-3/+3
| | | | | | | Approved by: Maintainer Notes: svn path=/head/; revision=32635
* Merge two files that were patching the same file (xcept/script.h). InSatoshi Asami1997-04-242-10/+18
| | | | | | | xcept/scripts.h (note the `s'), #include <sys/types.h> before <dirent.h>. Notes: svn path=/head/; revision=6280
* realloc()ing a just freed pointer is a bad idea.Joerg Wunsch1996-09-011-0/+10
| | | | | | | Detected by: phkmalloc :-) Notes: svn path=/head/; revision=3732
* XCept - a decoder for the CEPT protocol as it is in use in the BtxJoerg Wunsch1996-09-015-0/+662
service of the Deutsche Telekom. XCept 2 is freeware (BSD-style copyright), but has later been replaced by the commercial XCept 3. The authors no longer distribute or support this old version. I cannot build it on freefall's 2.1.x system, but it builds fine on my 2.2-current. thud seems to be down... Notes: svn path=/head/; revision=3731