]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - libutil/libutil.h
It was possible for an unprivileged user to tie up the password
[pw-darwin.git] / libutil / libutil.h
index 18fb83ff98cf51669722a5914d734f958fc97903..aa82caae39049c809babc27e95d29a9172bc748b 100644 (file)
@@ -31,6 +31,9 @@
 
 #include <sys/cdefs.h>
 
+#define PROPERTY_MAX_NAME      64
+#define PROPERTY_MAX_VALUE     512
+
 /* for properties.c */
 typedef struct _property {
        struct _property *next;
@@ -45,6 +48,9 @@ struct utmp;
 struct in_addr;
 
 __BEGIN_DECLS
+int    extattr_namespace_to_string __P((int _attrnamespace, char **_string));
+int    extattr_string_to_namespace __P((const char *_string,
+                                        int *_attrnamespace));
 void   login __P((struct utmp *_ut));
 int    login_tty __P((int _fd));
 int    logout __P((const char *_line));