Guillem Jover
|
f2d93325e6
|
Install md5.3 as md5.3bsd
This man page is pretty common in other source projects, so we use a
suffix to distinguish it.
|
2008-07-26 22:39:29 +03:00 |
|
Guillem Jover
|
4c9c8ed74c
|
Add a new header file to expose inet_net_pton prototype
|
2008-07-26 22:35:31 +03:00 |
|
Guillem Jover
|
6dc84320cc
|
Add a micro version part
|
2008-07-26 22:25:22 +03:00 |
|
Guillem Jover
|
9a2b946fce
|
Move LIB_PKGCONFIG dependency to the libs target
|
2008-07-12 08:09:09 +03:00 |
|
Guillem Jover
|
2729ca824d
|
Define default CFLAGS overridable by the environment
|
2008-07-12 08:09:09 +03:00 |
|
Guillem Jover
|
83210a83a4
|
Switch remaining variables to single expanded ones
|
2008-07-12 08:09:09 +03:00 |
|
Guillem Jover
|
69c94c50d9
|
Remove useless comment header
|
2008-07-12 08:09:09 +03:00 |
|
Guillem Jover
|
2d5c088a17
|
Move each groups of related files to their own line
|
2008-07-12 08:09:09 +03:00 |
|
Guillem Jover
|
3de930e682
|
Make action targets PHONY
|
2008-07-12 08:09:09 +03:00 |
|
Guillem Jover
|
e9cb0d1cf4
|
New README file
|
2008-07-12 08:09:05 +03:00 |
|
Guillem Jover
|
87d6d65633
|
Automatically generate libbsd.pc from libbsd.pc.in
|
2008-07-12 07:39:25 +03:00 |
|
Guillem Jover
|
ff8539bc03
|
Add new path variables
|
2008-07-12 07:39:25 +03:00 |
|
Guillem Jover
|
8c7f053ab0
|
Automatically generate the ChangeLog on 'make dist'
|
2008-07-12 07:39:25 +03:00 |
|
Guillem Jover
|
c1615a50d3
|
Define a LIB_PKGCONFIG variable
|
2008-07-12 07:39:25 +03:00 |
|
Guillem Jover
|
e42791d0d3
|
Move filename related variables to the beginning of the file
Switch them to single expanded varibles.
|
2008-07-12 07:39:22 +03:00 |
|
Guillem Jover
|
1e1ab18758
|
Define a LIB_VERSION variable
|
2008-07-12 07:38:26 +03:00 |
|
Guillem Jover
|
ba7ece7791
|
Create an armored detached signature on 'make dist'
|
2008-07-09 09:25:34 +03:00 |
|
Guillem Jover
|
38829bdc8b
|
Add new setmode and getmode functions from FreeBSD
|
2008-07-09 09:07:03 +03:00 |
|
Guillem Jover
|
96358a2ad6
|
Add support for 'make dist'
|
2008-07-09 08:47:09 +03:00 |
|
Guillem Jover
|
fc163cee2f
|
Move version and library name to the beginning of the file
|
2008-07-09 07:23:49 +03:00 |
|
Guillem Jover
|
7b1c361f4d
|
Remove RCS tag
|
2008-07-09 07:17:20 +03:00 |
|
Guillem Jover
|
efa9658ba6
|
Remove link_addr and link_ntoa functions
The address familiy used is kernel dependent, so the application will
have to be ported regardless.
|
2008-06-18 08:51:53 +03:00 |
|
Guillem Jover
|
bf4eeb29f0
|
Add arc4random_stir and arc4random_addrandom functions
|
2008-06-18 08:44:18 +03:00 |
|
Guillem Jover
|
26ab4750ee
|
Add a pkg-config file
|
2008-06-18 08:25:48 +03:00 |
|
Guillem Jover
|
b37f1039ef
|
Replace current md5 code with one from MirBSD and OpenBSD
This adds the following public functions:
MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data
|
2008-06-18 08:19:41 +03:00 |
|
Aurelien Jarno
|
2ef27385c5
|
link_addr: New function
|
2008-05-06 08:56:37 +03:00 |
|
Petr Salinger
|
30176335f9
|
humanize_number: New function
|
2008-05-06 08:56:37 +03:00 |
|
Robert Millan
|
3462d1261f
|
Add heapsort
|
2008-05-06 08:54:07 +03:00 |
|
Robert Millan
|
d493e6cd98
|
Move shared library to /lib
Needed by binaries in /bin and /sbin.
|
2008-05-06 08:54:01 +03:00 |
|
Robert Millan
|
37c5b9a2af
|
Fix install paths so that /usr/include also works
|
2008-05-06 08:52:50 +03:00 |
|
Robert Millan
|
40bb012fee
|
Add vis and unvis
|
2008-05-06 08:52:46 +03:00 |
|
Robert Millan
|
5bd834027d
|
Add getprogname and setprogname
|
2008-05-06 08:52:15 +03:00 |
|
Guillem Jover
|
8150473420
|
Move some macros to cdefs.h
|
2008-05-06 08:50:47 +03:00 |
|
Guillem Jover
|
5372b73685
|
Move sources to src/
|
2008-05-06 08:50:42 +03:00 |
|
Guillem Jover
|
6be6380e10
|
Add missing %
|
2008-05-06 08:50:38 +03:00 |
|
Guillem Jover
|
7bd6e03ae0
|
Makefile: Cleanup
(LIB_SRCS): Line wrap.
(LIB_INCLUDES): List only the files, automatically prefix the dir.
(LIB_MANS): Likewise.
|
2008-05-06 08:50:36 +03:00 |
|
Robert Millan
|
7aed0593e0
|
Add bsd_getopt
|
2008-05-06 08:50:26 +03:00 |
|
Robert Millan
|
019b5818da
|
Revert c849ba32af
Will use bsd_getopt() wrapper instead.
|
2008-05-06 08:49:44 +03:00 |
|
Robert Millan
|
c849ba32af
|
reset_getopt: New function (borrowed from e2fsprogs)
|
2008-05-06 08:48:21 +03:00 |
|
Robert Millan
|
33eb3ecc41
|
Add errc, warnc, verrc and vwarnc
|
2008-05-06 08:47:26 +03:00 |
|
Aurelien Jarno
|
bc2b90c07b
|
Makefile: Fix typo
|
2008-05-06 08:47:22 +03:00 |
|
Aurelien Jarno
|
dedb8169c4
|
Added manpages and fixed fmtcheck
|
2008-05-06 08:47:20 +03:00 |
|
Aurelien Jarno
|
91473e2748
|
fmtcheck: New function
|
2008-05-06 08:45:48 +03:00 |
|
Guillem Jover
|
657f1b59ce
|
Reorganize header files
|
2008-05-06 08:45:47 +03:00 |
|
Hector Garcia
|
a636112284
|
General cleanup
Changes on Makefile to fix lack of soft links on shared lib.
Changes on md5.h to reflect md5c.c.
Fixed few packaging problems.
|
2008-05-06 08:45:17 +03:00 |
|
Guillem Jover
|
8928a72173
|
Makefile: Add "md5.h" to LIB_INCLUDES
|
2008-05-06 08:44:20 +03:00 |
|
Hector Garcia
|
2154e96175
|
Changed files to compile md5c.c
|
2008-05-06 08:42:49 +03:00 |
|
Guillem Jover
|
aa605d5f86
|
Add versioned symbols support
|
2008-05-06 08:42:46 +03:00 |
|
Guillem Jover
|
07a58e79ab
|
General cleanup
|
2008-05-06 08:42:16 +03:00 |
|
Hector Garcia
|
8654206a04
|
Importing libbsd
|
2005-07-24 22:51:34 +00:00 |
|