1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-09 00:23:50 +03:00

- started on support for 'Internet Group names' - type 0x1c NetBIOS names

- 0x1d name query to a WINS server should always return FAIL (see WINS
  server help on nt/as)
This commit is contained in:
Samba Release Account
-
parent add8bdce8c
commit a7330127a2
5 changed files with 119 additions and 61 deletions

View File

@@ -796,6 +796,11 @@ BOOL become_user(int cnum, int uid);
BOOL unbecome_user(void );
int smbrun(char *cmd,char *outfile);
/*The following definitions come from unxlog.c */
void write_utmp(int dologin, int connection, int pid,
char *from_addr, char *username);
/*The following definitions come from username.c */
char *get_home_dir(char *user);