Searched +refs:read +refs:passwd (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcpio_windows.h42 #define read _read macro
46 struct passwd { struct
/macosx-10.9.5/pam_modules-138/modules/pam_nologin/
H A Dpam_nologin.c73 struct passwd *user_pwd;
74 struct passwd pwdbuf;
117 read(fd, mtmp, st.st_size);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dcheckpw.c105 const char *passwd, size_t passlen,
120 _sasl_MD5Update(&ctx, passwd, passlen);
133 const char *passwd,
178 if(!passwd) {
188 && !strcmp(auxprop_values[0].values[0], passwd)) {
197 ret = _sasl_make_plain_secret(db_secret, passwd,
198 strlen(passwd),
410 const char *passwd,
442 iov[1].iov_base = (char *)passwd;
443 iov[1].iov_len = strlen(passwd)
104 _sasl_make_plain_secret(const char *salt, const char *passwd, size_t passlen, sasl_secret_t **secret) argument
131 auxprop_verify_password(sasl_conn_t *conn, const char *userstr, const char *passwd, const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
408 pwcheck_verify_password(sasl_conn_t *conn, const char *userid, const char *passwd, const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
540 saslauthd_verify_password(sasl_conn_t *conn, const char *userid, const char *passwd, const char *service, const char *user_realm) argument
822 authdaemon_build_query(const char *service, const char *authtype, const char *user, const char *passwd) argument
911 authdaemon_verify_password(sasl_conn_t *conn, const char *userid, const char *passwd, const char *service, const char *user_realm __attribute__((unused))) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_dropcopy.c15 changeuser(POP *p, struct passwd *pwd)
48 pop_dropcopy(POP *p, struct passwd *pwp)
58 int nchar; /* Bytes written/read */
140 while ( (nchar=read(mfd,buffer,BUFSIZ)) > 0 )
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dntlib.h43 struct passwd * getpwuid (int uid);
78 #undef read macro
79 #define read _read macro
/macosx-10.9.5/vim-53/src/
H A Dosdef2.h.in38 extern int read __ARGS((int, char *, size_t));
81 struct passwd; /* for getpwnam __ARGS */
82 extern struct passwd *getpwnam __ARGS((const char *));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dtestsaslauthd.c67 * Keep calling the read() system call with 'fd', 'buf', and 'nbyte'
68 * until all the data is read in or an error occurs.
79 n = read(fd, buf, nbyte);
97 const char *passwd,
117 if(!userid || !passwd) return -1;
139 p_len = htons(strlen(passwd));
149 while (*passwd) *query_end++ = *passwd++;
213 * read response of the form:
218 fprintf(stderr,"size read faile
95 saslauthd_verify_password(const char *saslauthd_path, const char *userid, const char *passwd, const char *service, const char *user_realm) argument
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/rexecd.tproj/
H A Drexecd.c11 * License at http://www.apple.com/publicsource and read it before using
135 struct passwd *pwd;
160 if (read(f, &c, 1) != 1)
220 if (read(s, &sig, 1) <= 0)
226 cc = read(pv[0], buf, sizeof (buf));
284 if (read(0, &c, 1) != 1)
/macosx-10.9.5/ppp-727.90.1/Dialogs/
H A DDialogs.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
263 int dialog_password(char *user, int maxuserlen, char *passwd, int maxpasswdlen, int dialog_type, char *message) argument
407 && CFStringGetCString(str1, passwd, maxpasswdlen, kCFStringEncodingUTF8)))
415 && CFStringGetCString(str1, passwd, maxpasswdlen, kCFStringEncodingUTF8)))
444 ret = dialog_password(username, MAXNAMELEN, passwd, MAXSECRETLEN, DIALOG_PASSWORD_ASK, 0);
464 if ((n = read(ref, p, left)) < 0) {
531 if (noaskpassword || *passwd || askpasswordafter)
566 ret = dialog_password(username, MAXNAMELEN, passwd, MAXSECRETLEN, DIALOG_PASSWORD_RETRY, msg);
580 if (noaskpassword || *passwd || !askpasswordafter)
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkxd.c117 struct passwd *passwd; local
151 syslog (LOG_ERR, "read: %m");
186 passwd = k_getpwnam (user);
187 if (passwd == NULL)
211 passwd->pw_uid, passwd->pw_gid)) {
230 if (setgid (passwd->pw_gid) ||
231 initgroups(passwd->pw_name, passwd
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/rpc_yppasswdd.tproj/
H A Dyppasswdd_mkpw.c11 * License at http://www.apple.com/publicsource and read it before using
89 static void _pw_copy(int, int, struct passwd *);
104 struct passwd *pw;
200 struct passwd pw;
216 cnt = read(pfd, p, resid);
230 /* Rhapsody allows the passwd file to have comments in it. */
275 * Get the new password. Reset passwd change time to zero; when
/macosx-10.9.5/remote_cmds-41.90.1/rsh.tproj/
H A Drsh.c100 struct passwd const *pw;
260 if ((cc = read(0, buf, sizeof buf)) <= 0)
320 cc = read(rfd2, buf, sizeof buf);
329 cc = read(rem, buf, sizeof buf);
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.c11 * License at http://www.apple.com/publicsource and read it before using
81 _pwnam_r(const char *user, struct passwd *pw)
83 struct passwd *p;
104 _pwuid_r(uid_t uid, struct passwd *pw)
106 struct passwd *p;
129 struct passwd pw;
446 struct passwd pw;
459 * We can read from either asl or from a file, so we need to switch between
525 /* use the given file, or if NULL, read from asl */
647 set_file(-1); /* keep current read directio
[all...]
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntport.h119 #define read(f,b,n) nt_read((f),(b),(n)) macro
261 struct passwd { struct
287 extern struct passwd* getpwuid(uid_t ) ;
289 extern struct passwd* getpwnam(const char* ) ;
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dimap.el126 ;; o Don't use `read' at all (important places already fixed)
217 `imap-default-user'. The program should read IMAP commands from stdin
271 (defcustom imap-read-timeout (if (string-match
342 (defconst imap-coding-system-for-read 'binary)
505 (coding-system-for-read imap-coding-system-for-read)
577 (coding-system-for-read imap-coding-system-for-read)
654 (coding-system-for-read imap-coding-system-for-read)
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.misc.c579 struct passwd *
582 struct passwd *res;
592 struct passwd *
595 struct passwd *res;
638 while ((res = read(fildes, buf, nbyte)) == -1 && errno == EINTR);
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpd.c65 struct passwd *pw;
149 static struct passwd * sgetpwnam (char *);
445 static struct passwd *
448 static struct passwd save;
449 struct passwd *p;
470 static int askpasswd; /* had user command, ask for passwd */
478 * Sets global passwd pointer pw if named account exists and is acceptable;
482 * If account doesn't exist, ask for passwd anyway. Otherwise, check user
567 pw = (struct passwd *) NULL;
609 * Delay before reading passwd afte
699 do_login(int code, char *passwd) argument
831 krb5_verify(struct passwd *pwd, char *passwd) argument
872 pass(char *passwd) argument
[all...]
/macosx-10.9.5/system_cmds-597.90.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c89 static char *basedir; /* dir holding master.passwd */
98 int scan(FILE *, struct passwd *, int *);
101 void db_store(FILE *, FILE *, DB *, DB *,struct passwd *, int, char *, uid_t);
110 struct passwd pwd;
195 /* Tweak openinfo values for large passwd files. */
281 * of a ``struct passwd'', with the strings placed inline. This
298 * and save the V7 format passwd file if necessary.
327 /* Set master.passwd permissions, in case caller forgot. */
347 * Move the master password LAST -- chpass(1), passwd(1) and vipw(8)
357 scan(FILE *fp, struct passwd *p
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c89 static char *basedir; /* dir holding master.passwd */
98 int scan(FILE *, struct passwd *, int *);
101 void db_store(FILE *, FILE *, DB *, DB *,struct passwd *, int, char *, uid_t);
110 struct passwd pwd;
195 /* Tweak openinfo values for large passwd files. */
281 * of a ``struct passwd'', with the strings placed inline. This
298 * and save the V7 format passwd file if necessary.
327 /* Set master.passwd permissions, in case caller forgot. */
347 * Move the master password LAST -- chpass(1), passwd(1) and vipw(8)
357 scan(FILE *fp, struct passwd *p
[all...]
/macosx-10.9.5/mail_cmds-29/comsat/
H A Dcomsat.c188 nutmpx = read(uf, utmpx, statbf.st_size - sizeof(struct utmpx))/sizeof(struct utmpx);
217 struct passwd *p;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwget.vim91 syn match wgetCommand "^\s*http[-_]\=passwd" contained
118 syn match wgetCommand "^\s*passwd" contained
128 syn match wgetCommand "^\s*proxy[-_]\=passwd" contained
135 syn match wgetCommand "^\s*read[-_]\=timeout" contained
/macosx-10.9.5/WebKit2-7537.78.2/Shared/linux/SandboxProcess/
H A DSandboxEnvironmentLinux.cpp95 if (read(helperSocket, &message, 1) != 1) {
96 fprintf(stderr, "Failed to read message from the web process: %s %d.\n", strerror(errno), errno);
579 struct passwd* realUser = getpwuid(getuid());
651 struct passwd* userInfo = getpwuid(getuid());
738 struct passwd* userInfo = getpwuid(getuid());
747 if (struct passwd* nobodyUser = getpwnam("nobody")) {
/macosx-10.9.5/sudo-72/src/
H A Dcheck.c95 static struct passwd *get_authpw __P((void));
106 struct passwd *auth_pw;
121 * Don't prompt for the root passwd or if the user is exempt.
611 if (read(fd, &info, sizeof(info)) == sizeof(info) &&
746 * Get passwd entry for the user we are going to authenticate as.
750 static struct passwd *
753 struct passwd *pw;
/macosx-10.9.5/diskdev_cmds-572.1.1/quota.tproj/
H A Dquota.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
209 struct passwd *pwd = getpwuid(uid);
232 struct passwd *pwd = getpwnam(name);
667 switch (read(fd, &qup->dqblk, sizeof(struct dqblk))) {
681 fprintf(stderr, "quota: read error");
724 if (read(fd, &dqhdr, sizeof(struct dqfilehdr)) != sizeof(struct dqfilehdr)) {
725 fprintf(stderr, "quota: read error\n");
746 if (read(fd, dqbp, sizeof(struct dqblk)) < sizeof(struct dqblk)) {
747 fprintf(stderr, "quota: read error at index %d\n", i);
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Drcp.c35 struct passwd *pwd;
338 result = read(fd, bp->buf, (size_t)amt);
445 if (read(remin, cp, 1) <= 0)
450 if (read(remin, &ch, sizeof(ch)) != sizeof(ch))
545 /* Handle copying from a read-only directory */
651 if (read(remin, &resp, sizeof(resp)) != sizeof(resp))
664 if (read(remin, &ch, sizeof(ch)) != sizeof(ch))

Completed in 513 milliseconds

12345