[BACK]Return to pwd.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/pwd.h between version 1.2 and 1.3

version 1.2, 1996/05/22 11:34:44 version 1.3, 1996/10/16 09:08:27
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*      $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $      */  /*      $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $      */
   
 /*-  /*-
Line 8 
Line 9 
  * to the University of California by American Telephone and Telegraph   * to the University of California by American Telephone and Telegraph
  * Co. or Unix System Laboratories, Inc. and are reproduced herein with   * Co. or Unix System Laboratories, Inc. and are reproduced herein with
  * the permission of UNIX System Laboratories, Inc.   * the permission of UNIX System Laboratories, Inc.
  * Portions Copyright(C) 1995, Jason Downs.  All rights reserved.   * Portions Copyright(C) 1995, 1996, Jason Downs.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 59 
Line 60 
 #define _PW_KEYBYNAME           '1'     /* stored by name */  #define _PW_KEYBYNAME           '1'     /* stored by name */
 #define _PW_KEYBYNUM            '2'     /* stored by entry in the "file" */  #define _PW_KEYBYNUM            '2'     /* stored by entry in the "file" */
 #define _PW_KEYBYUID            '3'     /* stored by uid */  #define _PW_KEYBYUID            '3'     /* stored by uid */
   
   #define _PW_YPTOKEN             "__YP!"
   
 #define _PASSWORD_EFMT1         '_'     /* extended encryption format */  #define _PASSWORD_EFMT1         '_'     /* extended encryption format */
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3