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