| Age | Commit message (Expand) | Author |
| 2000-11-15 | Move fmtcheck() prototype to stdio.h. It makes more sense to declare it | briggs |
| 2000-11-10 | u_long -> unsigned long in "offsetof" macro. | tshiozak |
| 2000-10-20 | Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check | briggs |
| 2000-10-18 | defs had 'short block' for blocksize; changed defs to be unsigned. | dogcow |
| 2000-10-03 | Allow format-arg checking for setproctitle | sommerfeld |
| 2000-10-03 | Allow passthrough format-string checking of catgets | sommerfeld |
| 2000-09-21 | Remove dup (WRT util.h) decl of secure_path(). | ad |
| 2000-09-18 | First argument to secure_path() is const. XXX Why is it re-declared here? | ad |
| 2000-09-18 | - Sort function decls. | ad |
| 2000-09-18 | Clarify a comment. | ad |
| 2000-09-14 | Fix two typos | wiz |
| 2000-09-10 | Make targets which are generated with rpcgen depend on the rpcgen binary. | erh |
| 2000-08-10 | ISO/IEC 9899:1999: MB_CUR_MAX expands to a positive integer expression with | kleink |
| 2000-08-09 | implement EDNS0 support, as EDNS0 support will be made mandatory for | itojun |
| 2000-08-08 | Preparation for the future introduction of multibyte locale. | tshiozak |
| 2000-08-07 | #ifdef __STDC__ -> #if __STDC__ | kleink |
| 2000-08-03 | updated for heimdal 0.3a | assar |
| 2000-08-02 | don't use dlopen() if NOPIC is defined | msaitoh |
| 2000-07-30 | be consistent with #define<TAB> usage | lukem |
| 2000-07-28 | Avoid recursion with traditional cpp. | kleink |
| 2000-07-25 | ${RPCGEN}, not hard-coded rpcgen | cgd |
| 2000-07-23 | This is a HACK so that libc can compile with -ansi. | mycroft |
| 2000-07-18 | ANSIfy, libutil part is done. | ad |
| 2000-07-17 | Add some missing ints | matt |
| 2000-07-16 | - Fix couple of typos. | enami |
| 2000-07-15 | fix obvious typo | drochner |
| 2000-07-15 | Fix a thinko in previous that prevented libroken from getting | thorpej |
| 2000-07-15 | If __KRB4_VERSION is defined, export Kerberos IV version strings, | thorpej |
| 2000-07-14 | Add explicit int32 get/put macros (and 2 inline functions), as in Solaris. | fvdl |
| 2000-07-08 | XCU5: Add fseeko() and ftello() functions which provide the functionality of | kleink |
| 2000-07-07 | Don't declare the "convenience functions" if _KERNEL is defined. | ad |
| 2000-07-07 | Pull in <sys/cdefs.h>, since we're using __BEGIN_DECLS/__END_DECLS. | ad |
| 2000-07-07 | Remove decl for parseuserspec(), a local modification which acidentally got | ad |
| 2000-07-06 | Fix typo in comment: CUT -> UTC | hubertf |
| 2000-07-06 | - Declare pw_getconf(). | ad |
| 2000-07-06 | Define _PATH_PASSWDCONF and _PASSWORD_NONDES. | ad |
| 2000-07-06 | const poisoning. | christos |
| 2000-07-06 | de-lint | christos |
| 2000-07-05 | Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4, | ad |
| 2000-07-03 | Add PATH_SKEYKEYS. | mjl |
| 2000-06-28 | Implement FNM_CASEFOLD, for matching the pattern in a case-insensitive | thorpej |
| 2000-06-27 | Define intptr_t and uintptr_t via <machine/int_types.h>. | kleink |
| 2000-06-26 | Get rid of the inclusion of <sys/types.h> and define fpos_t using __off_t. | kleink |
| 2000-06-26 | Do previous slightly different: /usr/share/misc/style no longer deems it ok | kleink |
| 2000-06-26 | Don't rely on <stdio.h> defining off_t, pull in <sys/types.h>. | kleink |
| 2000-06-20 | Merge a bunch of things from crypto-us and crypto-intl into basesrc, | thorpej |
| 2000-06-19 | Tidy this up. | thorpej |
| 2000-06-16 | Import Heimdal build-helper includes from cryptosrc-intl. | thorpej |
| 2000-06-13 | Remove 'extern' from function declarations. | simonb |
| 2000-06-13 | Make the RPC mem_alloc() macro use calloc() to prevent RPC from | thorpej |