diff options
author | Gerald Carter <jerry@samba.org> | 2000-08-29 14:57:37 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-08-29 14:57:37 +0000 |
commit | d59623dd92aac7de73d27dd6c64df57bfd0d4010 (patch) | |
tree | 8a12842a634601200b63cd8594c51ce68e9f1a7e /source | |
parent | 2d95c38f7e65a0379cbaadd57b8eb41d830b5a6b (diff) | |
download | samba-d59623dd92aac7de73d27dd6c64df57bfd0d4010.tar.gz samba-d59623dd92aac7de73d27dd6c64df57bfd0d4010.tar.xz samba-d59623dd92aac7de73d27dd6c64df57bfd0d4010.zip |
make proto
Diffstat (limited to 'source')
-rw-r--r-- | source/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 5f072144026..9b948bb8b99 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -493,6 +493,7 @@ int StrnCaseCmp(const char *s, const char *t, size_t n); BOOL strequal(const char *s1, const char *s2); BOOL strnequal(const char *s1,const char *s2,size_t n); BOOL strcsequal(const char *s1,const char *s2); +int strwicmp(char *psz1, char *psz2); void strlower(char *s); void strupper(char *s); void strnorm(char *s); @@ -3699,6 +3700,7 @@ int reply_getattrE(connection_struct *conn, char *inbuf,char *outbuf, int size, int get_current_groups(int *p_ngroups, gid_t **p_groups); void delete_nt_token(NT_USER_TOKEN **pptoken); NT_USER_TOKEN *dup_nt_token(NT_USER_TOKEN *ptoken); +BOOL initialise_groups(char *user, uid_t uid, gid_t gid); BOOL push_sec_ctx(void); void set_sec_ctx(uid_t uid, gid_t gid, int ngroups, gid_t *groups, NT_USER_TOKEN *token); void set_root_sec_ctx(void); |