OpenBSD CVS

CVS log for src/usr.bin/passwd/Attic/krb5_passwd.c


[BACK] Up to [local] / src / usr.bin / passwd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13, Mon May 19 15:05:13 2014 UTC (10 years ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -0 lines
FILE REMOVED

kerberos leftovers

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 23 17:45:15 2013 UTC (10 years, 10 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.11: +28 -16 lines
Diff to previous 1.11 (colored)

Stop using deprecated functions from Kerberos.

input from and ok millert@

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 15 10:18:42 2010 UTC (13 years, 7 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal.

ok mikeb@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 6 05:35:56 2008 UTC (15 years, 6 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.9: +2 -0 lines
Diff to previous 1.9 (colored)

-Wall -Wshadow clean, no binary change

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 26 17:48:41 2007 UTC (16 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

Remove the space after "Password:" in password prompts where echo is
turned off.  This is consistent with historic UNIX behavior.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 22 06:04:28 2006 UTC (18 years, 4 months ago) by biorn
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.7: +13 -4 lines
Diff to previous 1.7 (colored)

- drop privs before running krb5 code
- avoid calling krb5_get_init_creds_password(3) with principal == NULL
- try to change the kerberos password if there is a ticket file

help from millert@, ok beck@

Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 18 19:33:58 2004 UTC (19 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

knf

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 28 22:28:17 2002 UTC (21 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.5: +82 -90 lines
Diff to previous 1.5 (colored)

various cleanups; ok millert

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 10 06:52:03 2002 UTC (22 years ago) by hugh
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored)

Fixups for -Wall from panda@omatis.com in system/2634.
Checked by deraadt.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 26 20:15:32 2001 UTC (22 years, 10 months ago) by hin
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.3: +21 -35 lines
Diff to previous 1.3 (colored)

Adapt for our use

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 26 20:14:40 2001 UTC (22 years, 10 months ago) by hin
Branch: MAIN
Changes since 1.2: +120 -989 lines
Diff to previous 1.2 (colored)

Import password changing program from heimdal-0.3f

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 26 05:37:45 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:45:53 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:45:53 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.