1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/rpc_client
Andrew Bartlett 1f5e93e2e7 NTLM Authentication:
- Add a 'privileged' mode to Winbindd.  This is achieved by means of a directory
  under lockdir, that the admin can change the group access for.

- This mode is now required to access with 'CRAP' authentication feature.
- This *will* break the current SQUID helper, so I've fixed up our ntlm_auth
  replacement:
 - Update our NTLMSSP code to cope with 'datagram' mode, where we don't get a
   challenge.
 - Use this to make our ntlm_auth utility suitable for use in current Squid 2.5
   servers.
 - Tested - works for Win2k clients, but not Win9X at present.  NTLMSSP updates
   are needed.
 - Now uses fgets(), not x_fgets() to cope with Squid environment (I think
   somthing to do with non-blocking stdin).

- Add much more robust connection code to wb_common.c - it will not connect to
  a server of a different protocol version, and it will automatically try and
  reconnect to the 'privileged' pipe if possible.
  - This could help with 'privileged' idmap operations etc in future.

- Add a generic HEX encode routine to util_str.c,
- fix a small line of dodgy C in StrnCpy_fn()

- Correctly pull our 'session key' out of the info3 from th the DC.  This is
  used in both the auth code, and in for export over the winbind pipe to
  ntlm_auth.

- Given the user's challenge/response and access to the privileged pipe,
  allow external access to the 'session key'.  To be used for MSCHAPv2
  integration.

Andrew Bartlett
(This used to be commit dcdc75ebd8)
2003-03-23 13:03:25 +00:00
..
.cvsignore Ignore .po and .po32 files. 2003-03-18 05:51:41 +00:00
cli_dfs.c More const fixes and flow on fixes from yesterday's const-fest. 2003-02-25 23:34:57 +00:00
cli_ds.c fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0 2002-11-27 02:23:25 +00:00
cli_lsarpc.c More const fixes and flow on fixes from yesterday's const-fest. 2003-02-25 23:34:57 +00:00
cli_netlogon.c NTLM Authentication: 2003-03-23 13:03:25 +00:00
cli_pipe.c Let's clean up client side ntlmssp! 2003-01-17 04:05:28 +00:00
cli_reg.c Make sure that those cleanups actually went in. 2003-01-13 20:30:28 +00:00
cli_samr.c Merge: 2003-02-24 02:12:39 +00:00
cli_spoolss_notify.c [merge] make sure to updatre print queue cache during timeout_processing() to send notify events; CR 1491 2003-01-11 02:29:23 +00:00
cli_spoolss.c More const fixes and flow on fixes from yesterday's const-fest. 2003-02-25 23:34:57 +00:00
cli_srvsvc.c More const fixes and flow on fixes from yesterday's const-fest. 2003-02-25 23:34:57 +00:00
cli_wkssvc.c Moved rpc client routines from libsmb back to rpc_client where they belong. 2002-08-02 07:20:56 +00:00