Ignore:
Timestamp:
Jul 27, 2011, 5:37:12 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.16 (security update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/web/swat_proto.h

    r206 r614  
    3232bool am_root(void);
    3333char *cgi_user_name(void);
     34char *cgi_user_pass(void);
    3435void cgi_setup(const char *rootdir, int auth_required);
    3536const char *cgi_baseurl(void);
     
    6768
    6869const char *lang_msg_rotate(TALLOC_CTX *ctx, const char *msgid);
     70void get_xsrf_token(const char *username, const char *pass,
     71                    const char *formname, time_t xsrf_time, char token_str[33]);
     72void print_xsrf_token(const char *username, const char *pass,
     73                      const char *formname);
     74bool verify_xsrf_token(const char *formname);
    6975
    7076#endif /*  _SWAT_PROTO_H_  */
Note: See TracChangeset for help on using the changeset viewer.