~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to include/net-snmp/library/vacm.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
                                   const char *token, const char *type);
213
213
    void            vacm_save_access(struct vacm_accessEntry *access_entry,
214
214
                                     const char *token, const char *type);
 
215
    void            vacm_save_auth_access(struct vacm_accessEntry *access_entry,
 
216
                                     const char *token, const char *type, int authtype);
215
217
    void            vacm_save_group(struct vacm_groupEntry *group_entry,
216
218
                                    const char *token, const char *type);
217
219
 
219
221
    void            vacm_parse_config_group(const char *token, char *line);
220
222
    void            vacm_parse_config_access(const char *token,
221
223
                                             char *line);
 
224
    void            vacm_parse_config_auth_access(const char *token,
 
225
                                             char *line);
222
226
 
223
227
    int             store_vacm(int majorID, int minorID, void *serverarg,
224
228
                               void *clientarg);