1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
Commit Graph

313 Commits

Author SHA1 Message Date
okan
35a766be35 Remove clauses 3 and 4 from NetBSD license.
from ray; ok ray, deraadt
2008-10-17 18:30:19 +00:00
weingart
d244a50c7f Fix ovious uninitialized variable.
Ok deraadt@
2008-10-16 21:23:21 +00:00
brad
fbdd20a120 - Remove passing a redundant --no-split flag on the command line
for makeinfo.
- Remove some white space.

ok beck@ biorn@
2008-08-30 01:16:30 +00:00
sthen
26761ed9d4 another mange->manage 2008-07-14 07:50:05 +00:00
mbalmer
fa5d937511 mange -> manage
from Markus Bergkvist <markus.bergkvist@telia.com>
2008-07-14 07:39:34 +00:00
deraadt
da15c7b92f msg_controllen has to be CMSG_SPACE so that the kernel can account for
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len).  This
works now that kernel fd passing has been fixed to accept a bit of
sloppiness because of this ABI repair.
lots of discussion with kettenis
2008-03-24 16:10:55 +00:00
deraadt
d29969abbd seperate out space vs len calculations; ok hshoexer 2008-03-15 16:50:05 +00:00
deraadt
0827ab6193 Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
an extensive discussion with otto, kettenis, millert, and hshoexer
2008-03-13 01:49:52 +00:00
espie
04ab044ae0 fix Makefile races 2008-01-29 00:29:34 +00:00
deraadt
a2380b604c add to CLEANFILES, to kill dribbles 2007-10-18 18:20:20 +00:00
biorn
385d1e4fb9 Typo, from Mark Peoples 2007-10-07 12:06:38 +00:00
ajacoutot
c6bfc8dca7 - typo: ipropd->iprop
ok millert@
2007-09-14 15:42:34 +00:00
moritz
bfe9739f0b Check getpwuid() return value for NULL before dereferencing it.
ok ray@ millert@
2007-05-17 10:58:01 +00:00
millert
2a3af4c882 Xr passwd(8) not kpasswd(8); David Leonard 2007-05-07 18:04:03 +00:00
tedu
b7f3b5478f remove *p 2007-03-20 03:44:18 +00:00
biorn
900bba5c0d typos, from raga (raga at comcast dot com) 2007-03-01 13:14:22 +00:00
biorn
4befd45d02 Sync with heimdal; clearer and might generet fewer conflicts on next import.
looks ok, beck@ ray@
2006-12-18 21:08:28 +00:00
ray
c50dd33d11 Report to syslog strings that start with NUL; prevents negative
index array access.

OK moritz@.
2006-11-02 18:10:40 +00:00
ray
bf64c4e0b3 Check that string length != 0 before setting buf[strlen(buf) - 1].
OK cloder@.
2006-10-16 21:19:55 +00:00
biorn
71884c59ca Coverity fixes backported from the heimdal cvs.
ok beck@, No problem deraadt@
2006-10-06 07:09:09 +00:00
ray
df45c558d8 Clear errno before calling the strtol functions.
From Paul Stoeber <x0001 at x dot de1 dot cc>.

OK deraadt@.
2006-09-30 17:48:22 +00:00
biorn
7526fbdd7a spelling & grammar
help & ok jmc@
2006-09-20 19:58:40 +00:00
jmc
e1014f3fd5 prevent a font generation warning; passed back to heimdal people 2006-09-07 21:19:57 +00:00
espie
2e0e222de3 makeinfo --no-split, simplifies sets immensely.
Approved deraadt@, kettenis@
2006-07-12 23:00:07 +00:00
brad
c48a17b5cc remove redundant "to". 2006-07-08 20:17:46 +00:00
biorn
5b60f1e323 No need to explain kerberos4-cross-realm twice. 2006-06-15 18:18:14 +00:00
biorn
5afb35f961 There's no krb5.conf in /etc. Noted by Antoine Jacoutot.
ok beck@
2006-06-14 17:03:07 +00:00
biorn
5dee945774 Don't go looking for a krb4 srvtab
ok beck@
2006-06-14 17:01:31 +00:00
biorn
00f8af06bc Grammar fixes, both mdoc & english.
Improved and approved by jmc@
2006-06-13 07:07:21 +00:00
deraadt
dd9fca7930 .Nd is needed. Tree breaking is a disgusting thing, especially when ok'd 2006-04-30 22:56:52 +00:00
biorn
4cf29c8db1 Add a missing , 2006-04-30 10:31:18 +00:00
biorn
c5de9e847d This stuff isn't used anymore.
ok beck@
2006-04-30 10:22:00 +00:00
biorn
94d123a87e Fix long .Nd lines. Help from jmc@ 2006-04-30 10:14:43 +00:00
biorn
88d8a8418c Minor tweaks, mostly eyeballed by jmc@ 2006-04-30 09:20:00 +00:00
biorn
7024be2412 Not used, niether by OpenBSD nor by Heimdal, anymore 2006-04-30 09:00:51 +00:00
biorn
88ec377a9f Update version number 2006-04-26 20:40:37 +00:00
biorn
5ecd367cee Another forgotten man page 2006-04-23 21:25:11 +00:00
biorn
5aa49314d1 Heimdal provides these now. 2006-04-23 20:55:59 +00:00
biorn
7f87843f00 Install man page. Noted by Antoine Jacoutot 2006-04-23 20:46:55 +00:00
biorn
f7dc049287 unbreak static arches. from deraadt 2006-04-15 18:44:06 +00:00
biorn
e5d63fc245 unbreake the tree... 2006-04-14 09:49:26 +00:00
biorn
b39fd03dfa fixes for heimdal 0.7.2 2006-04-14 08:28:54 +00:00
biorn
2bb5d18aad Merge of heimdal 0.7.2
Tested by todd & beck, ok beck.
2006-04-14 08:15:03 +00:00
biorn
ad528311ad Import of heimdal-0.7.2 2006-04-14 07:31:11 +00:00
biorn
bc71496702 Check malloc return value
From Alexey Dobriyan
2006-03-31 09:23:39 +00:00
deraadt
a86c9f9e97 incorrect memcpy size; adobriyan@gmail.com
(the other suggestion, to delete this unused API, cannot be done at this
time because of unknown shared library versioning issues)
2006-03-14 08:58:39 +00:00
biorn
1c27d792f2 krb5.conf lives in /etc/kerberosV
Noted by Antoine Jacoutot, ok beck@
2006-02-21 23:12:34 +00:00
cloder
2341e7f6a8 Get rid of an lvalue cast that was making lint angry.
OK otto, deraadt
2005-11-26 22:03:58 +00:00
david
2ea009af89 .Dd cleanup 2005-08-02 04:00:08 +00:00
jmc
f7b6a24cbf - sort SEE ALSO
- full month name for .Dd
- don't end .Nd w/ a full stop

fixes passed back to heimdal people...
2005-07-29 16:21:44 +00:00