shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/lib shishi.h.in Makefile.am authorize.c


From: shishi-commit
Subject: shishi/lib shishi.h.in Makefile.am authorize.c
Date: Sun, 28 Sep 2003 12:05:31 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/09/28 12:05:31

Modified files:
        lib            : shishi.h.in Makefile.am 
Added files:
        lib            : authorize.c 

Log message:
        (shishi_authorized_p): Add.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/authorize.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/shishi.h.in.diff?tr1=1.176&tr2=1.177&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/Makefile.am.diff?tr1=1.56&tr2=1.57&r1=text&r2=text

Patches:
Index: shishi/lib/Makefile.am
diff -u shishi/lib/Makefile.am:1.56 shishi/lib/Makefile.am:1.57
--- shishi/lib/Makefile.am:1.56 Tue Sep 23 18:31:59 2003
+++ shishi/lib/Makefile.am      Sun Sep 28 12:05:31 2003
@@ -37,7 +37,7 @@
 lib_LTLIBRARIES = libshishi.la
 libshishi_la_SOURCES = internal.h \
        init.c cfg.c realm.c principal.c error.c krberror.c \
-       gztime.c diskio.c \
+       gztime.c diskio.c authorize.c \
        authenticator.c \
        kdc.c kdcreq.c kdcrep.c enckdcreppart.c as.c tgs.c \
        ap.c apreq.c aprep.c encapreppart.c \
Index: shishi/lib/shishi.h.in
diff -u shishi/lib/shishi.h.in:1.176 shishi/lib/shishi.h.in:1.177
--- shishi/lib/shishi.h.in:1.176        Tue Sep 23 18:55:45 2003
+++ shishi/lib/shishi.h.in      Sun Sep 28 12:05:31 2003
@@ -1970,4 +1970,9 @@
 extern int shishi_priv_build (Shishi_priv * priv, Shishi_key * key);
 extern int shishi_priv_process (Shishi_priv * priv, Shishi_key * key);
 
+/* authorize.c */
+extern int shishi_authorized_p (Shishi * handle,
+                               Shishi_tkt * tkt,
+                               const char *authzname);
+
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]