summaryrefslogtreecommitdiff
path: root/nis/libnsl.map
blob: 2a08bb454c369d5410e9c529fdbeb4189aa7f3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
GLIBC_2.0 {
  global:

    nis_add;              nis_add_entry;       nis_addmember;
    nis_checkpoint;       nis_clone_directory; nis_clone_object;
    nis_clone_result;     nis_creategroup;     nis_destroy_object;
    nis_destroygroup;     nis_dir_cmp;         nis_domain_of;
    nis_domain_of_r;      nis_first_entry;     nis_free_directory;
    nis_free_object;      nis_free_request;    nis_freenames;
    nis_freeresult;       nis_freeservlist;    nis_freetags;
    nis_getnames;         nis_getservlist;     nis_ismember;
    nis_leaf_of;          nis_leaf_of_r;       nis_lerror;
    nis_list;             nis_local_directory; nis_local_group;
    nis_local_host;       nis_local_principal; nis_lookup;
    nis_mkdir;            nis_modify;          nis_modify_entry;
    nis_name_of;          nis_name_of_r;       nis_next_entry;
    nis_perror;           nis_ping;            nis_print_directory;
    nis_print_entry;      nis_print_group;     nis_print_group_entry;
    nis_print_link;       nis_print_object;    nis_print_result;
    nis_print_rights;     nis_print_table;     nis_read_obj;
    nis_remove;           nis_remove_entry;    nis_removemember;
    nis_rmdir;            nis_servstate;       nis_sperrno;
    nis_sperror;          nis_sperror_r;       nis_stats;
    nis_verifygroup;      nis_write_obj;

    # This functions are needed by the NIS+ tools and rpc.nisd,
    # they should never be used in a normal user program !
    __nis_default_access; __nis_default_group; __nis_default_owner;
    __nis_default_ttl;    __free_fdresult;     __nis_finddirectory;
    __nis_hash;		  readColdStartFile;   writeColdStartFile;
    __do_niscall2;

    # Many programs expect this, but every user program should
    # have it's own version, since the interface is different on
    # various platforms.
    xdr_cp_result;        xdr_directory_obj;   xdr_domainname;
    xdr_dump_args;        xdr_endpoint;        xdr_entry_col;
    xdr_entry_obj;        xdr_fd_args;         xdr_fd_result;
    xdr_group_obj;        xdr_ib_request;      xdr_keydat;
    xdr_link_obj;         xdr_log_entry;       xdr_log_entry_t;
    xdr_log_result;       xdr_mapname;         xdr_nis_attr;
    xdr_nis_error;        xdr_nis_name;        xdr_nis_object;
    xdr_nis_oid;          xdr_nis_result;      xdr_nis_server;
    xdr_nis_tag;          xdr_nis_taglist;     xdr_ns_request;
    xdr_nstype;           xdr_oar_mask;        xdr_objdata;
    xdr_peername;         xdr_ping_args;       xdr_table_col;
    xdr_table_obj;        xdr_valdat;          xdr_yp_buf;
    xdr_ypbind_binding;   xdr_ypbind_resp;     xdr_ypbind_resptype;
    xdr_ypbind_setdom;    xdr_ypdelete_args;   xdr_ypmap_parms;
    xdr_ypmaplist;        xdr_yppush_status;   xdr_yppushresp_xfr;
    xdr_ypreq_key;        xdr_ypreq_nokey;     xdr_ypreq_xfr;
    xdr_ypresp_all;       xdr_ypresp_key_val;  xdr_ypresp_maplist;
    xdr_ypresp_master;    xdr_ypresp_order;    xdr_ypresp_val;
    xdr_ypresp_xfr;       xdr_ypstat;          xdr_ypupdate_args;
    xdr_ypxfrstat;        xdr_zotypes;

    __yp_check;
    yp_all;               yp_bind;             yp_first;
    yp_get_default_domain; yp_maplist;         yp_master;
    yp_match;             yp_next;             yp_order;
    yp_unbind;            yp_update;           ypbinderr_string;
    yperr_string;         ypprot_err;

  local:
    *;
};