CVS commit: src/usr.sbin/sdpd

2019-02-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Feb  4 04:56:35 UTC 2019

Modified Files:
src/usr.sbin/sdpd: main.c

Log Message:
- convert 'done' to an unsigned, since it is used as one.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sdpd/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sdpd

2017-12-21 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Thu Dec 21 08:59:58 UTC 2017

Modified Files:
src/usr.sbin/sdpd: sdpd.8

Log Message:
fix width of list


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sdpd/sdpd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sdpd

2015-11-24 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Tue Nov 24 21:11:39 UTC 2015

Modified Files:
src/usr.sbin/sdpd: db.c

Log Message:
newer versions of the Bluetooth Core specification state that
service record number values of 0x0001->0x are
reserved, so comply with that here.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sdpd/db.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sdpd

2015-03-31 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Tue Mar 31 09:25:41 UTC 2015

Modified Files:
src/usr.sbin/sdpd: service.c

Log Message:
fix typo: sparce->sparse


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sdpd/service.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sdpd

2012-03-01 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Mar  1 22:38:31 UTC 2012

Modified Files:
src/usr.sbin/sdpd: sdpd.h server.c

Log Message:
Fix format string. Make sure it doesn't reappear by using __printf_like
as appropiate.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sdpd/sdpd.h
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sdpd/server.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sdpd

2011-06-30 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Jul  1 03:07:21 UTC 2011

Modified Files:
src/usr.sbin/sdpd: server.c

Log Message:
Fix memset usage.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sdpd/server.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sdpd

2011-06-25 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Sat Jun 25 09:28:45 UTC 2011

Modified Files:
src/usr.sbin/sdpd: main.c

Log Message:
use appropriate types for uid/gid


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sdpd/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sdpd

2010-10-18 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Mon Oct 18 20:43:24 UTC 2010

Modified Files:
src/usr.sbin/sdpd: server.c

Log Message:
move debug output before the loop, which possibly changes the value of fd


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sdpd/server.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.