summaryrefslogtreecommitdiff
path: root/net/ser/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Fix potential remote-triggered stack overflow (backported from 0.9.7).Maxim Sobolev2008-10-202-7/+128
| | | | | | | Submitted by: Alexandre Snarskii Notes: svn path=/head/; revision=221822
* Add startup script. Bump PORTREVISION.Maxim Sobolev2007-08-151-0/+34
| | | | | | | Submitted by: Blaz Zupan Notes: svn path=/head/; revision=197767
* Merge in some more functionality from the SER's trunk.Maxim Sobolev2007-04-241-37/+94
| | | | Notes: svn path=/head/; revision=190775
* Fix patches.Maxim Sobolev2007-04-243-78/+82
| | | | Notes: svn path=/head/; revision=190773
* Sync nathelper with the SER's trunk.Maxim Sobolev2007-04-243-67/+158
| | | | Notes: svn path=/head/; revision=190770
* Add new WITH_SYSTEM_MALLOC knob, which results in system malloc being usedMaxim Sobolev2006-11-022-0/+39
| | | | | | | | | | for memory allocation instead of SER's own one. Stress tests failed to show any considerable difference in the performance, while system version provides much better scalability and in future should also provide some benefits on SMP systems. Notes: svn path=/head/; revision=176235
* Fix problem with non-NULL values appearing as NULL properly.Maxim Sobolev2006-05-292-44/+13
| | | | | | | Submitted by: Alexandre Snarskii <snar@paranoia.ru> Notes: svn path=/head/; revision=163870
* Make patchable.Maxim Sobolev2006-04-211-8/+0
| | | | | | | Reported by: kris-unbuildable-ports-reminder Notes: svn path=/head/; revision=160089
* Merge in latest local changes and improvements:Maxim Sobolev2006-04-2110-14/+174
| | | | | | | | | | | | | | | | | | | | | | | | o Allow radius and presence modules to be turned off; o don't override CFLAGS; o don't duplicate error messages to the console; o postgresql backend doesn't set NULL flag on results properly, so that don't use VAL_NULL() macros on them; o reconnect to MySQL db when necessary; o relax transaction matching rules, so that it works with wider range of phones; o add some missed sanity checks in usrloc; o ignore incoming UDP messages that are shorter than certain limin (128 bytes). They cannot be SIP messages anyway. Notes: svn path=/head/; revision=160058
* - Update to 0.9.6Pav Lucistnik2006-04-011-34/+32
| | | | | | | | | PR: ports/94026 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: maintainer timeout (sobomax; 1 month) Notes: svn path=/head/; revision=158595
* Remove local change which has slipped into the last commit. No PORTREVISIONMaxim Sobolev2005-07-081-1/+1
| | | | | | | bump since that change has been preventing port from building. Notes: svn path=/head/; revision=138712
* Update to 0.9.3.Maxim Sobolev2005-07-0740-209/+3798
| | | | Notes: svn path=/head/; revision=138672
* This patch is no longer necessary.Maxim Sobolev2005-07-071-25/+0
| | | | Notes: svn path=/head/; revision=138662
* Fix possible coredump in usrloc module (backported from soon to be releasedMaxim Sobolev2005-03-151-0/+14
| | | | | | | | | 0.9.0. Reported by: Barry Murphy <barry@unix.co.nz> Notes: svn path=/head/; revision=131296
* Remove local change which breaks the build.Maxim Sobolev2004-10-211-9/+0
| | | | Notes: svn path=/head/; revision=119946
* Update to 0.8.14.Maxim Sobolev2004-10-1719-191/+224
| | | | Notes: svn path=/head/; revision=119689
* Update to 0.8.12.Maxim Sobolev2004-02-058-707/+154
| | | | Notes: svn path=/head/; revision=100075
* Fix on FreeBSD-alpha and other arches for which ser doesn't provideMaxim Sobolev2003-09-251-1/+14
| | | | | | | fast locking assembly code. Notes: svn path=/head/; revision=89370
* Add ser 0.8.11, a very fast and configurable SIP proxy.Maxim Sobolev2003-09-1412-0/+937
Notes: svn path=/head/; revision=88981