Changeset 134 for branches/samba-3.0/source/utils/net_proto.h
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/utils/net_proto.h
r1 r134 23 23 struct in_addr *server_ip, const char *server_name); 24 24 NTSTATUS connect_dst_pipe(struct cli_state **cli_dst, struct rpc_pipe_client **pp_pipe_hnd, int pipe_num); 25 int net_use_machine_password(void) ; 25 int net_use_krb_machine_account(void) ; 26 int net_use_machine_account(void); 26 27 BOOL net_find_server(const char *domain, unsigned flags, struct in_addr *server_ip, char **server_name); 27 28 BOOL net_find_pdc(struct in_addr *server_ip, fstring server_name, const char *domain_name);
Note:
See TracChangeset
for help on using the changeset viewer.