aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Old stuff laying around: Don't use getstr which can conflict with somePeter Wemm1998-12-162-6/+6
| | | | | | | curses/termcap/terminfo implementations and causes recursion. Notes: svn path=/head/; revision=41858
* Old stuff from a source tree: copy (verbatum) the code to expand thePeter Wemm1998-12-161-2/+31
| | | | | | | %s/%m in the default /etc/gettytab. Notes: svn path=/head/; revision=41856
* Remove redundant decl. of time(). Causes problems on alphaGary Palmer1998-09-011-2/+1
| | | | Notes: svn path=/head/; revision=38728
* Remove a work-around for an assembler bug that has been fixed sinceJohn Polstra1998-08-311-4/+1
| | | | | | | April, 1997. The work-around causes problems under ELF. Notes: svn path=/head/; revision=38709
* Fix nasty typo that randomly caused kinit to not properly deduce theMark Murray1998-03-291-2/+2
| | | | | | | | | user's username when this was not specified. Reported by: Sean Eric Fagan Notes: svn path=/head/; revision=34938
* Make the ticket filename the same as for our old eBones. I am going toMark Murray1998-02-161-1/+1
| | | | | | | | kerberize xdm again, and it will be a pain to maintain two different sets of patches (for 2.2 and 3.0). Notes: svn path=/head/; revision=33426
* Bring back the old behaviour of kinit; if no username is mentioned onMark Murray1998-02-161-7/+35
| | | | | | | | | | the command line, attempt to get a ticket for the current uid (or <uid>.root if we are already su'ed). Requested By: Garrett Wollman Notes: svn path=/head/; revision=33425
* MFC: sprintf paranoiaWarner Losh1998-01-221-7/+8
| | | | Notes: svn path=/head/; revision=32688
* MFC: no \n in syslog strings. Change -P to -p in flags. EOF -> -1. Use err(3).Philippe Charnier1997-12-089-139/+165
| | | | Notes: svn path=/head/; revision=31622
* kinit(1) and its man page do not agre on what is reported with -v. Fix this.Mark Murray1997-11-252-3/+4
| | | | | | | Submitted by: Sheldon Hearn. Notes: svn path=/head/; revision=31417
* PR: bin/771 and bin/1037 are resolved by this changeFrank Durda IV1997-10-081-0/+16
| | | | | | | | | | | | | | | | | | | This change changes the default handling of linemode so that older and/or stupider telnet clients can still get wakeup characters like <ESC> and <CTRL>D to work correctly multiple times on the same line, as in csh "set filec" operations. It also causes CR and LF characters to be read by apps in certain terminal modes consistently, as opposed to returning CR sometimes and LF sometimes, which broke existing apps. The change was shown to fix the problem demonstrated in the FreeBSD telnet client, along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF, NCSA, and others. A similar change was incorporated in the non-crypto version of telnetd. This resolves bin/771 and bin/1037. Notes: svn path=/head/; revision=30212
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-293-9/+9
| | | | Notes: svn path=/head/; revision=29988
* FreeBSD's original passwd helper is needed here.Mark Murray1997-09-211-0/+228
| | | | Notes: svn path=/head/; revision=29667
* Bring the FreeBSD changes to the virgin sources.Mark Murray1997-09-0733-267/+472
| | | | Notes: svn path=/head/; revision=29181
* FreeBSD specific schanges - mainly religious issues about where to putMark Murray1997-09-046-22/+36
| | | | | | | stuff. Notes: svn path=/head/; revision=29118
* Initial import of BSD telnet. This will be used to build the kerberisedMark Murray1997-09-0450-0/+27374
| | | | | | | | telnet, and after userland diffs have been merged in, will be used to build the non-kerberised sources as well. (See unifdef(1) for details) Notes: svn path=/vendor-crypto/telnet/dist/; revision=29088
* This commit was generated by cvs2svn to compensate for changes in r29085,Mark Murray1997-09-04368-0/+82832
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=29086
| * Initial import of KTH eBones. This has been cleaned up to only includevendor/kerberosIV/0.9.6Mark Murray1997-09-04368-0/+82832
| | | | | | | | | the "core" Kerberos functionality. The rest of the userland will get their own changes later. Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=29085 svn path=/vendor-crypto/kerberosIV/0.9.6/; revision=29087; tag=vendor/kerberosIV/0.9.6
* Bring in the Starter files for the contrib-crypto dir.Mark Murray1997-05-031-0/+9
I am not going to commit anything to this area for a few days. This is because 1) I want everyone to be DARN sure there is no export of crypto that may get our USA friends it trouble. 2) I have been asked by the folk developing KTH-eBones to hold off for their new release. Worked with: rkw, jdp CVS: CVS: Notes: svn path=/head/; revision=25405