deraadt
|
7ca353ff8d
|
YP functions are always in libc. They just might not be called by getpwent()
and friends.
|
1993-04-27 02:14:43 +00:00 |
cgd
|
3509d59e79
|
make crypt in libc back into a dummy, but a full-featured dummy.
to get crypt now, use -lcrypt, or LIBCRYPT as part of LDADD.
|
1993-04-26 13:02:16 +00:00 |
deraadt
|
a78f71b557
|
Add instructions for compiling YP to the Makefile
|
1993-04-26 08:25:13 +00:00 |
deraadt
|
42d384ba4c
|
parts of YP inside libc..
|
1993-04-26 08:23:39 +00:00 |
deraadt
|
3fcae026b5
|
cruel hack to get librpc contents into libc (for yp)
|
1993-04-26 08:22:34 +00:00 |
mycroft
|
2dbb9c9a20
|
Remove -I; include files are now in /usr/include.
|
1993-04-26 02:14:20 +00:00 |
mycroft
|
ba2f11b97b
|
Clean up deleted files.
|
1993-04-26 02:13:17 +00:00 |
mycroft
|
8c13f4907a
|
Compile {iso,ns}_{addr,ntoa}.
|
1993-04-25 07:24:14 +00:00 |
mycroft
|
781e6f694c
|
Add directory that CAP forgot.
|
1993-04-25 01:31:38 +00:00 |
mycroft
|
2b53b2263e
|
Add missing -I in CFLAGS.
|
1993-04-25 00:54:43 +00:00 |
mycroft
|
1b67cec37d
|
Fix various bugs in man pages (from 386BSD patch 130).
|
1993-04-22 03:27:28 +00:00 |
proven
|
49a91dd715
|
This is the latest libdb from vangogh. Messaged so it compiles into
libc. Put in DB so if there is a problem people can back it out quickly
and compile the old db code.
|
1993-04-21 04:51:09 +00:00 |
proven
|
df6c6574d5
|
New db stuff is in DB now. Makefile reflects change.
|
1993-04-21 04:48:07 +00:00 |
proven
|
38918af207
|
Opps, dbopen doesn't have an underscore. Fixed.
|
1993-04-21 04:26:21 +00:00 |
proven
|
2d21df758f
|
Fixed these twon files to use db_open instead of hash_open.
|
1993-04-21 04:21:06 +00:00 |
proven
|
c7404d9eb1
|
Removed references to db in the Makefile.
|
1993-04-18 21:50:28 +00:00 |
mycroft
|
24e496eca2
|
Eliminate GCC 2 warning due to prototype not being in scope.
|
1993-04-18 09:22:35 +00:00 |
mycroft
|
78ff981673
|
Fix error in last patch.
|
1993-04-18 09:21:15 +00:00 |
mycroft
|
f6eb9a54d8
|
Make arguments match prototypes.
|
1993-04-18 09:19:56 +00:00 |
mycroft
|
f3abdec36a
|
Rewrite. Add support for GCC 2.
|
1993-04-18 08:47:09 +00:00 |
sef
|
caf88a2f34
|
Bloody stupid misspelled name caused me grief, so I'm changing it
wherever I can. (Function is getgrnam, documentation says getgrnam*e*!)
|
1993-04-14 21:31:58 +00:00 |
cgd
|
571aba5ed9
|
should be looking in /usr/include/sys/syscall.h
|
1993-04-13 16:33:31 +00:00 |
mycroft
|
e42ce45b78
|
Make return status match POSIX and man page.
|
1993-04-10 00:25:35 +00:00 |
cgd
|
80179fde68
|
from patch 108, by jordan hubbard:
The value of endp returned by strtod() was off by one. There was also a
const char * vs char * assignment that I took the opportunity to fix.
|
1993-04-09 12:27:23 +00:00 |
cgd
|
3201bdaf64
|
fixed problem with 2 `/' chars back to back in temp files, which kills emacs
|
1993-04-02 12:31:56 +00:00 |
deraadt
|
355265a866
|
added: the entire domainanme set. domainmame(1), domainname(2), and a spiffy
man page.
|
1993-04-02 12:24:21 +00:00 |
cgd
|
649bd7ccc5
|
added support for using real crypt
|
1993-03-22 23:27:33 +00:00 |
cgd
|
22d5436e4d
|
added crypt.c and deleted crypt_dummy.c
|
1993-03-22 23:25:02 +00:00 |
cgd
|
e541169ce2
|
after 0.2.2 "stable" patches applied
|
1993-03-21 18:04:42 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |