Diff for /libaitcfg/inc/aitpwd.h between versions 1.1.2.8 and 1.1.2.9

version 1.1.2.8, 2012/09/19 12:04:44 version 1.1.2.9, 2012/09/19 12:35:10
Line 214  int cfg_unsetPasswd(pwd_root_t * __restrict pwd, int c Line 214  int cfg_unsetPasswd(pwd_root_t * __restrict pwd, int c
  * cfg_setPasswd() - Set item in password or adding new item if not exists   * cfg_setPasswd() - Set item in password or adding new item if not exists
  *   *
  * @cfg = Password root   * @cfg = Password root
    * @fields = Meaning continuous field
  * @csName = Username   * @csName = Username
  * @csPass = Password   * @csPass = Password
  * @uid = UID   * @uid = UID
Line 226  int cfg_unsetPasswd(pwd_root_t * __restrict pwd, int c Line 227  int cfg_unsetPasswd(pwd_root_t * __restrict pwd, int c
  * @csShell = Shell   * @csShell = Shell
  * return: 0 nothing changed, -1 error, 1 found and updated item or 2 added new item   * return: 0 nothing changed, -1 error, 1 found and updated item or 2 added new item
  */   */
int cfg_setPasswd(pwd_root_t * __restrict pwd, const char *csName, const char *csPass, int cfg_setPasswd(pwd_root_t * __restrict pwd, unsigned char fields, 
                 const char *csName, const char *csPass, 
                 unsigned int uid, unsigned int gid, const char *csClass,                   unsigned int uid, unsigned int gid, const char *csClass, 
                 unsigned int change, unsigned int expire, const char *csRealm,                   unsigned int change, unsigned int expire, const char *csRealm, 
                 const char *csHome, const char *csShell);                  const char *csHome, const char *csShell);

Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>