Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split libcrypt and libcipher man pages. | markm | 1996-04-13 | 2 | -91/+6 |
| | |||||
* | Split the libcrypt and libcipher man pages. | markm | 1996-04-13 | 2 | -110/+22 |
| | |||||
* | Install crypt.3 so that libcipher will install if /usr/share/man | mpp | 1996-04-09 | 1 | -1/+2 |
| | | | | | has been blown away. Previously it depended on an existing crypt.3 to be present for the man page links to install properly. | ||||
* | Comment out the NOPROFILE=yes to make this orthogonal with the rest of our | markm | 1996-03-17 | 1 | -2/+2 |
| | | | | libs. | ||||
* | Big clean-up job. Remove ancient and never-to-be used stuff. | markm | 1996-03-11 | 3 | -119/+15 |
| | | | | The look much more like BSD Makefiles now. | ||||
* | Fix typo #ifdef -> .if defined(). | markm | 1996-03-11 | 1 | -20/+7 |
| | | | | Tidy uo this file a bit. | ||||
* | Fix typo - -des -> -ldes | markm | 1996-03-10 | 1 | -2/+2 |
| | |||||
* | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -5/+11 |
| | | | | SRCS, DPADD cleanup | ||||
* | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -15/+22 |
| | | | | | SRCS cleanup DPADD cleanup | ||||
* | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -7/+13 |
| | | | | | SRCS cleanup DPADD cleanup | ||||
* | Add back missing crypt.3 man page. | jkh | 1996-02-21 | 1 | -1/+2 |
| | |||||
* | Another round of man page cleanups. | mpp | 1996-02-12 | 1 | -3/+3 |
| | | | | Down to only about 100 items left to cleanup! :-) | ||||
* | Add the new libdes to the build | markm | 1996-02-11 | 1 | -2/+2 |
| | |||||
* | Rats. Forgot to `cvs add' this. | markm | 1996-02-10 | 1 | -0/+40 |
| | |||||
* | iImport a FreeBSD Makefile, BSD-ise the header and correct a typo. As the | markm | 1996-02-10 | 2 | -13/+7 |
| | | | | | interface has changed a bit (there are more rentry points), the shared library has been bumped to libdes.so.2.1. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r14009, | markm | 1996-02-10 | 69 | -0/+11769 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | This is the long-awaited new DES library. Over the next couple of days | markm | 1996-02-10 | 69 | -0/+11769 |
| | | | | will be properly built into the system. | ||||
* | Correct some manual page cross reference errors. E.g. su is a section | mpp | 1996-02-02 | 1 | -1/+1 |
| | | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -207/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 7 | -54/+0 |
| | |||||
* | Pick correct library dir whenever obj exists or not | ache | 1995-12-21 | 1 | -3/+9 |
| | |||||
* | Dual personality crypt(3). This crypt will choose its encryption algorithm | markm | 1995-12-16 | 5 | -34/+191 |
| | | | | | (DES or MD5) based on the type of salt used. Salt beginning with "$1$" indicates MD5. | ||||
* | *GULP* cvs remove the uncomfortably large list of files that are no longer | peter | 1995-12-02 | 1 | -1/+1 |
| | | | | part of sendmail 8.7.2... | ||||
* | Re-disable the cf/cf SUBDIR - we were not building it before anyway. | peter | 1995-12-02 | 1 | -1/+1 |
| | | | | The Makefile down there does not handle the obj dir well.. | ||||
* | Import Sendmail-8.7.2 as discussed on -current. | peter | 1995-12-02 | 1 | -14/+35 |
| | | | | The conflict merge will happen shortly after. | ||||
* | Remove LD_NOSTD_PATH unsetenv, it isn't exist anymore | ache | 1995-10-24 | 1 | -1/+0 |
| | |||||
* | Fix original patch error with ! before strncmp | ache | 1995-10-20 | 1 | -4/+10 |
| | | | | Zap only needed LD_* variables | ||||
* | Don't allow LD_* env. variables to be tricked | ache | 1995-10-20 | 1 | -3/+25 |
| | | | | Submitted by: Sam Hartman <hartmans@mit.edu> | ||||
* | Remove MAKE_EBONES conditionals. They were originally placed here because | gibbs | 1995-10-11 | 3 | -7/+1 |
| | | | | of missing functionality in our libkrb which is no longer a problem. | ||||
* | Remove duplicated targets which now build from main tree | ache | 1995-09-29 | 3 | -6/+6 |
| | | | | if available and allowed | ||||
* | Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes | gibbs | 1995-09-16 | 5 | -8/+23 |
| | | | | secure reference the libraries that were just build instead of in /usr/lib. | ||||
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 2 | -10/+2 |
| | |||||
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 3 | -29/+15 |
| | | | | Fix up some of the des calls to be compatible with eBones. | ||||
* | sys_term.c: killed sleep(1) as this should no longer be a problem with | dg | 1995-09-11 | 2 | -9/+3 |
| | | | | | | the move of startslave(). telnetd.c: fix bug introduced with the move of startslave()...the number of arguments was wrong and "level" and "user_name" had to be made globals. | ||||
* | Move erase cleanup outside linemode conditional | pst | 1995-09-06 | 1 | -1/+1 |
| | |||||
* | Avoid race condition with telnet options processing (login: prompt lost). | pst | 1995-09-05 | 1 | -22/+7 |
| | | | | Submitted by: John Capo & Peter Wemm | ||||
* | Set erase character for login: prompt. | pst | 1995-09-05 | 1 | -1/+5 |
| | | | | Submitted by: Peter Wemm & John Capo | ||||
* | Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clients | pst | 1995-08-28 | 2 | -6/+8 |
| | |||||
* | Import Sendmail v8.6.12, onto the CSRG(!) branch. | peter | 1995-08-17 | 1 | -2/+2 |
| | | | | A seperate commit to fix the conflicts wil follow. | ||||
* | Comment out LDADD+=-ldescrypt, it is not yet active due to | ache | 1995-08-05 | 3 | -4/+7 |
| | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too. | ||||
* | Change default banner to FreeBSD, properly ifdefed by __FreeBSD__ | ache | 1995-08-04 | 1 | -1/+5 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | After pst and ache fixed secure telnet, it was still not in the main | markm | 1995-07-29 | 5 | -7/+13 |
| | | | | | | | | | makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from: | ||||
* | Final cleanup pass through Makefiles, now this stuff | ache | 1995-07-24 | 3 | -12/+20 |
| | | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case) | ||||
* | Add -ldescrypt, or wrong crypt version can be picked from libc | ache | 1995-07-24 | 2 | -0/+2 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Add LDADD+= -ldescrypt | ache | 1995-07-24 | 1 | -1/+2 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Move -ldes under kerb stuff, my fault | ache | 1995-07-24 | 1 | -5/+3 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 2 | -4/+11 |
| | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from: | ||||
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 1 | -1/+4 |
| | | | | | | with MAKE_KERBEROS to allow other things to live Submitted by: Obtained from: | ||||
* | Add comment about new_rnd_key.c module needed from original | ache | 1995-07-24 | 1 | -0/+3 |
| | | | | libdes (and not present in eBones libdes) | ||||
* | Add comment about new_rbd_key.c module needed from | ache | 1995-07-24 | 1 | -1/+4 |
| | | | | original libdes |