]> andersk Git - openssh.git/blame_incremental - ChangeLog
- Merged OpenBSD CVS changes:
[openssh.git] / ChangeLog
... / ...
CommitLineData
119991216
2 - Makefile changes for Solaris from Peter Kocks
3 <peter.kocks@baygate.com>
4 - Minor updates to docs
5 - Merged OpenBSD CVS changes:
6 - [authfd.c ssh-agent.c]
7 keysize warnings talk about identity files
8 - [packet.c]
9 "Connection closed by x.x.x.x": fatal() -> log()
10
1119991215
12 - Integrated patchs from Juergen Keil <jk@tools.de>
13 - Avoid void* pointer arithmatic
14 - Use LDFLAGS correctly
15 - Fix SIGIO error in scp
16 - Simplify status line printing in scp
17 - Added better test for inline functions compiler support from
18 Darren_Hall@progressive.com
19
2019991214
21 - OpenBSD CVS Changes
22 - [canohost.c]
23 fix get_remote_port() and friends for sshd -i;
24 Holger.Trapp@Informatik.TU-Chemnitz.DE
25 - [mpaux.c]
26 make code simpler. no need for memcpy. niels@ ok
27 - [pty.c]
28 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
29 fix proto; markus
30 - [ssh.1]
31 typo; mark.baushke@solipsa.com
32 - [channels.c ssh.c ssh.h sshd.c]
33 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
34 - [sshconnect.c]
35 move checking of hostkey into own function.
36 - [version.h]
37 OpenSSH-1.2.1
38 - Clean up broken includes in pty.c
39 - Some older systems don't have poll.h, they use sys/poll.h instead
40 - Doc updates
41
4219991211
43 - Fix compilation on systems with AFS. Reported by
44 aloomis@glue.umd.edu
45 - Fix installation on Solaris. Reported by
46 Gordon Rowell <gordonr@gormand.com.au>
47 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
48 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
49 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
50 - Compile fix from David Agraz <dagraz@jahoopa.com>
51 - Avoid compiler warning in bsd-snprintf.c
52 - Added pam_limits.so to default PAM config. Suggested by
53 Jim Knoble <jmknoble@pobox.com>
54
5519991209
56 - Import of patch from Ben Taylor <bent@clark.net>:
57 - Improved PAM support
58 - "uninstall" rule for Makefile
59 - utmpx support
60 - Should fix PAM problems on Solaris
61 - OpenBSD CVS updates:
62 - [readpass.c]
63 avoid stdio; based on work by markus, millert, and I
64 - [sshd.c]
65 make sure the client selects a supported cipher
66 - [sshd.c]
67 fix sighup handling. accept would just restart and daemon handled
68 sighup only after the next connection was accepted. use poll on
69 listen sock now.
70 - [sshd.c]
71 make that a fatal
72 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
73 to fix libwrap support on NetBSD
74 - Released 1.2pre17
75
7619991208
77 - Compile fix for Solaris with /dev/ptmx from
78 David Agraz <dagraz@jahoopa.com>
79
8019991207
81 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
82 fixes compatability with 4.x and 5.x
83 - Fixed default SSH_ASKPASS
84 - Fix PAM account and session being called multiple times. Problem
85 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
86 - Merged more OpenBSD changes:
87 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
88 move atomicio into it's own file. wrap all socket write()s which
89 were doing write(sock, buf, len) != len, with atomicio() calls.
90 - [auth-skey.c]
91 fd leak
92 - [authfile.c]
93 properly name fd variable
94 - [channels.c]
95 display great hatred towards strcpy
96 - [pty.c pty.h sshd.c]
97 use openpty() if it exists (it does on BSD4_4)
98 - [tildexpand.c]
99 check for ~ expansion past MAXPATHLEN
100 - Modified helper.c to use new atomicio function.
101 - Reformat Makefile a little
102 - Moved RC4 routines from rc4.[ch] into helper.c
103 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
104 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
105 - Tweaked Redhat spec
106 - Clean up bad imports of a few files (forgot -kb)
107 - Released 1.2pre16
108
10919991204
110 - Small cleanup of PAM code in sshd.c
111 - Merged OpenBSD CVS changes:
112 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
113 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
114 - [auth-rsa.c]
115 warn only about mismatch if key is _used_
116 warn about keysize-mismatch with log() not error()
117 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
118 ports are u_short
119 - [hostfile.c]
120 indent, shorter warning
121 - [nchan.c]
122 use error() for internal errors
123 - [packet.c]
124 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
125 serverloop.c
126 indent
127 - [ssh-add.1 ssh-add.c ssh.h]
128 document $SSH_ASKPASS, reasonable default
129 - [ssh.1]
130 CheckHostIP is not available for connects via proxy command
131 - [sshconnect.c]
132 typo
133 easier to read client code for passwd and skey auth
134 turn of checkhostip for proxy connects, since we don't know the remote ip
135
13619991126
137 - Add definition for __P()
138 - Added [v]snprintf() replacement for systems that lack it
139
14019991125
141 - More reformatting merged from OpenBSD CVS
142 - Merged OpenBSD CVS changes:
143 - [channels.c]
144 fix packet_integrity_check() for !have_hostname_in_open.
145 report from mrwizard@psu.edu via djm@ibs.com.au
146 - [channels.c]
147 set SO_REUSEADDR and SO_LINGER for forwarded ports.
148 chip@valinux.com via damien@ibs.com.au
149 - [nchan.c]
150 it's not an error() if shutdown_write failes in nchan.
151 - [readconf.c]
152 remove dead #ifdef-0-code
153 - [readconf.c servconf.c]
154 strcasecmp instead of tolower
155 - [scp.c]
156 progress meter overflow fix from damien@ibs.com.au
157 - [ssh-add.1 ssh-add.c]
158 SSH_ASKPASS support
159 - [ssh.1 ssh.c]
160 postpone fork_after_authentication until command execution,
161 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
162 plus: use daemon() for backgrounding
163 - Added BSD compatible install program and autoconf test, thanks to
164 Niels Kristian Bech Jensen <nkbj@image.dk>
165 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
166 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
167 - Release 1.2pre15
168
16919991124
170 - Merged very large OpenBSD source code reformat
171 - OpenBSD CVS updates
172 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
173 [ssh.h sshd.8 sshd.c]
174 syslog changes:
175 * Unified Logmessage for all auth-types, for success and for failed
176 * Standard connections get only ONE line in the LOG when level==LOG:
177 Auth-attempts are logged only, if authentication is:
178 a) successfull or
179 b) with passwd or
180 c) we had more than AUTH_FAIL_LOG failues
181 * many log() became verbose()
182 * old behaviour with level=VERBOSE
183 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
184 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
185 messages. allows use of s/key in windows (ttssh, securecrt) and
186 ssh-1.2.27 clients without 'ssh -v', ok: niels@
187 - [sshd.8]
188 -V, for fallback to openssh in SSH2 compatibility mode
189 - [sshd.c]
190 fix sigchld race; cjc5@po.cwru.edu
191
19219991123
193 - Added SuSE package files from Chris Saia <csaia@wtower.com>
194 - Restructured package-related files under packages/*
195 - Added generic PAM config
196 - Numerous little Solaris fixes
197 - Add recommendation to use GNU make to INSTALL document
198
19919991122
200 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
201 - OpenBSD CVS Changes
202 - [ssh-keygen.c]
203 don't create ~/.ssh only if the user wants to store the private
204 key there. show fingerprint instead of public-key after
205 keygeneration. ok niels@
206 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
207 - Added timersub() macro
208 - Tidy RCSIDs of bsd-*.c
209 - Added autoconf test and macro to deal with old PAM libraries
210 pam_strerror definition (one arg vs two).
211 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
212 - Retry /dev/urandom reads interrupted by signal (report from
213 Robert Hardy <rhardy@webcon.net>)
214 - Added a setenv replacement for systems which lack it
215 - Only display public key comment when presenting ssh-askpass dialog
216 - Released 1.2pre14
217
218 - Configure, Make and changelog corrections from Tudor Bosman
219 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
220
22119991121
222 - OpenBSD CVS Changes:
223 - [channels.c]
224 make this compile, bad markus
225 - [log.c readconf.c servconf.c ssh.h]
226 bugfix: loglevels are per host in clientconfig,
227 factor out common log-level parsing code.
228 - [servconf.c]
229 remove unused index (-Wall)
230 - [ssh-agent.c]
231 only one 'extern char *__progname'
232 - [sshd.8]
233 document SIGHUP, -Q to synopsis
234 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
235 [channels.c clientloop.c]
236 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
237 [hope this time my ISP stays alive during commit]
238 - [OVERVIEW README] typos; green@freebsd
239 - [ssh-keygen.c]
240 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
241 exit if writing the key fails (no infinit loop)
242 print usage() everytime we get bad options
243 - [ssh-keygen.c] overflow, djm@mindrot.org
244 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
245
24619991120
247 - Merged more Solaris support from Marc G. Fournier
248 <marc.fournier@acadiau.ca>
249 - Wrote autoconf tests for integer bit-types
250 - Fixed enabling kerberos support
251 - Fix segfault in ssh-keygen caused by buffer overrun in filename
252 handling.
253
25419991119
255 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
256 - Merged OpenBSD CVS changes
257 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
258 more %d vs. %s in fmt-strings
259 - [authfd.c]
260 Integers should not be printed with %s
261 - EGD uses a socket, not a named pipe. Duh.
262 - Fix includes in fingerprint.c
263 - Fix scp progress bar bug again.
264 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
265 David Rankin <drankin@bohemians.lexington.ky.us>
266 - Added autoconf option to enable Kerberos 4 support (untested)
267 - Added autoconf option to enable AFS support (untested)
268 - Added autoconf option to enable S/Key support (untested)
269 - Added autoconf option to enable TCP wrappers support (compiles OK)
270 - Renamed BSD helper function files to bsd-*
271 - Added tests for login and daemon and enable OpenBSD replacements for
272 when they are absent.
273 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
274
27519991118
276 - Merged OpenBSD CVS changes
277 - [scp.c] foregroundproc() in scp
278 - [sshconnect.h] include fingerprint.h
279 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
280 changes.
281 - [ssh.1] Spell my name right.
282 - Added openssh.com info to README
283
28419991117
285 - Merged OpenBSD CVS changes
286 - [ChangeLog.Ylonen] noone needs this anymore
287 - [authfd.c] close-on-exec for auth-socket, ok deraadt
288 - [hostfile.c]
289 in known_hosts key lookup the entry for the bits does not need
290 to match, all the information is contained in n and e. This
291 solves the problem with buggy servers announcing the wrong
292 modulus length. markus and me.
293 - [serverloop.c]
294 bugfix: check for space if child has terminated, from:
295 iedowse@maths.tcd.ie
296 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
297 [fingerprint.c fingerprint.h]
298 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
299 - [ssh-agent.1] typo
300 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
301 - [sshd.c]
302 force logging to stderr while loading private key file
303 (lost while converting to new log-levels)
304
30519991116
306 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
307 - Merged OpenBSD CVS changes:
308 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
309 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
310 the keysize of rsa-parameter 'n' is passed implizit,
311 a few more checks and warnings about 'pretended' keysizes.
312 - [cipher.c cipher.h packet.c packet.h sshd.c]
313 remove support for cipher RC4
314 - [ssh.c]
315 a note for legay systems about secuity issues with permanently_set_uid(),
316 the private hostkey and ptrace()
317 - [sshconnect.c]
318 more detailed messages about adding and checking hostkeys
319
32019991115
321 - Merged OpenBSD CVS changes:
322 - [ssh-add.c] change passphrase loop logic and remove ref to
323 $DISPLAY, ok niels
324 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
325 modular.
326 - Revised autoconf support for enabling/disabling askpass support.
327 - Merged more OpenBSD CVS changes:
328 [auth-krb4.c]
329 - disconnect if getpeername() fails
330 - missing xfree(*client)
331 [canohost.c]
332 - disconnect if getpeername() fails
333 - fix comment: we _do_ disconnect if ip-options are set
334 [sshd.c]
335 - disconnect if getpeername() fails
336 - move checking of remote port to central place
337 [auth-rhosts.c] move checking of remote port to central place
338 [log-server.c] avoid extra fd per sshd, from millert@
339 [readconf.c] print _all_ bad config-options in ssh(1), too
340 [readconf.h] print _all_ bad config-options in ssh(1), too
341 [ssh.c] print _all_ bad config-options in ssh(1), too
342 [sshconnect.c] disconnect if getpeername() fails
343 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
344 - Various small cleanups to bring diff (against OpenBSD) size down.
345 - Merged more Solaris compability from Marc G. Fournier
346 <marc.fournier@acadiau.ca>
347 - Wrote autoconf tests for __progname symbol
348 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
349 - Released 1.2pre12
350
351 - Another OpenBSD CVS update:
352 - [ssh-keygen.1] fix .Xr
353
35419991114
355 - Solaris compilation fixes (still imcomplete)
356
35719991113
358 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
359 - Don't install config files if they already exist
360 - Fix inclusion of additional preprocessor directives from acconfig.h
361 - Removed redundant inclusions of config.h
362 - Added 'Obsoletes' lines to RPM spec file
363 - Merged OpenBSD CVS changes:
364 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
365 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
366 totalsize, ok niels,aaron
367 - Delay fork (-f option) in ssh until after port forwarded connections
368 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
369 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
370 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
371 - Tidied default config file some more
372 - Revised Redhat initscript to fix bug: sshd (re)start would fail
373 if executed from inside a ssh login.
374
37519991112
376 - Merged changes from OpenBSD CVS
377 - [sshd.c] session_key_int may be zero
378 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
379 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
380 deraadt,millert
381 - Brought default sshd_config more in line with OpenBSD's
382 - Grab server in gnome-ssh-askpass (Debian bug #49872)
383 - Released 1.2pre10
384
385 - Added INSTALL documentation
386 - Merged yet more changes from OpenBSD CVS
387 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
388 [ssh.c ssh.h sshconnect.c sshd.c]
389 make all access to options via 'extern Options options'
390 and 'extern ServerOptions options' respectively;
391 options are no longer passed as arguments:
392 * make options handling more consistent
393 * remove #include "readconf.h" from ssh.h
394 * readconf.h is only included if necessary
395 - [mpaux.c] clear temp buffer
396 - [servconf.c] print _all_ bad options found in configfile
397 - Make ssh-askpass support optional through autoconf
398 - Fix nasty division-by-zero error in scp.c
399 - Released 1.2pre11
400
40119991111
402 - Added (untested) Entropy Gathering Daemon (EGD) support
403 - Fixed /dev/urandom fd leak (Debian bug #49722)
404 - Merged OpenBSD CVS changes:
405 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
406 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
407 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
408 - Fix integer overflow which was messing up scp's progress bar for large
409 file transfers. Fix submitted to OpenBSD developers.
410 - Merged more OpenBSD CVS changes:
411 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
412 + krb-cleanup cleanup
413 - [clientloop.c log-client.c log-server.c ]
414 [readconf.c readconf.h servconf.c servconf.h ]
415 [ssh.1 ssh.c ssh.h sshd.8]
416 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
417 obsoletes QuietMode and FascistLogging in sshd.
418 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
419 allow session_key_int != sizeof(session_key)
420 [this should fix the pre-assert-removal-core-files]
421 - Updated default config file to use new LogLevel option and to improve
422 readability
423
42419991110
425 - Merged several minor fixes:
426 - ssh-agent commandline parsing
427 - RPM spec file now installs ssh setuid root
428 - Makefile creates libdir
429 - Merged beginnings of Solaris compability from Marc G. Fournier
430 <marc.fournier@acadiau.ca>
431
43219991109
433 - Autodetection of SSL/Crypto library location via autoconf
434 - Fixed location of ssh-askpass to follow autoconf
435 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
436 - Autodetection of RSAref library for US users
437 - Minor doc updates
438 - Merged OpenBSD CVS changes:
439 - [rsa.c] bugfix: use correct size for memset()
440 - [sshconnect.c] warn if announced size of modulus 'n' != real size
441 - Added GNOME passphrase requestor (use --with-gnome-askpass)
442 - RPM build now creates subpackages
443 - Released 1.2pre9
444
44519991108
446 - Removed debian/ directory. This is now being maintained separately.
447 - Added symlinks for slogin in RPM spec file
448 - Fixed permissions on manpages in RPM spec file
449 - Added references to required libraries in README file
450 - Removed config.h.in from CVS
451 - Removed pwdb support (better pluggable auth is provided by glibc)
452 - Made PAM and requisite libdl optional
453 - Removed lots of unnecessary checks from autoconf
454 - Added support and autoconf test for openpty() function (Unix98 pty support)
455 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
456 - Added TODO file
457 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
458 - Added ssh-askpass program
459 - Added ssh-askpass support to ssh-add.c
460 - Create symlinks for slogin on install
461 - Fix "distclean" target in makefile
462 - Added example for ssh-agent to manpage
463 - Added support for PAM_TEXT_INFO messages
464 - Disable internal /etc/nologin support if PAM enabled
465 - Merged latest OpenBSD CVS changes:
466 - [all] replace assert() with error, fatal or packet_disconnect
467 - [sshd.c] don't send fail-msg but disconnect if too many authentication
468 failures
469 - [sshd.c] remove unused argument. ok dugsong
470 - [sshd.c] typo
471 - [rsa.c] clear buffers used for encryption. ok: niels
472 - [rsa.c] replace assert() with error, fatal or packet_disconnect
473 - [auth-krb4.c] remove unused argument. ok dugsong
474 - Fixed coredump after merge of OpenBSD rsa.c patch
475 - Released 1.2pre8
476
47719991102
478 - Merged change from OpenBSD CVS
479 - One-line cleanup in sshd.c
480
48119991030
482 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
483 - Merged latest updates for OpenBSD CVS:
484 - channels.[ch] - remove broken x11 fix and document istate/ostate
485 - ssh-agent.c - call setsid() regardless of argv[]
486 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
487 - Documentation cleanups
488 - Renamed README -> README.Ylonen
489 - Renamed README.openssh ->README
490
49119991029
492 - Renamed openssh* back to ssh* at request of Theo de Raadt
493 - Incorporated latest changes from OpenBSD's CVS
494 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
495 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
496 - Make distclean now removed configure script
497 - Improved PAM logging
498 - Added some debug() calls for PAM
499 - Removed redundant subdirectories
500 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
501 building on Debian.
502 - Fixed off-by-one error in PAM env patch
503 - Released 1.2pre6
504
50519991028
506 - Further PAM enhancements.
507 - Much cleaner
508 - Now uses account and session modules for all logins.
509 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
510 - Build fixes
511 - Autoconf
512 - Change binary names to open*
513 - Fixed autoconf script to detect PAM on RH6.1
514 - Added tests for libpwdb, and OpenBSD functions to autoconf
515 - Released 1.2pre4
516
517 - Imported latest OpenBSD CVS code
518 - Updated README.openssh
519 - Released 1.2pre5
520
52119991027
522 - Adapted PAM patch.
523 - Released 1.0pre2
524
525 - Excised my buggy replacements for strlcpy and mkdtemp
526 - Imported correct OpenBSD strlcpy and mkdtemp routines.
527 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
528 - Picked up correct version number from OpenBSD
529 - Added sshd.pam PAM configuration file
530 - Added sshd.init Redhat init script
531 - Added openssh.spec RPM spec file
532 - Released 1.2pre3
533
53419991026
535 - Fixed include paths of OpenSSL functions
536 - Use OpenSSL MD5 routines
537 - Imported RC4 code from nanocrypt
538 - Wrote replacements for OpenBSD arc4random* functions
539 - Wrote replacements for strlcpy and mkdtemp
540 - Released 1.0pre1
This page took 0.06314 seconds and 5 git commands to generate.