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

r4650: - make more use of bitmap and enum's

- move some structs out of misc.idl

metze
This commit is contained in:
Stefan Metzmacher
2005-01-10 17:28:36 +00:00
committed by Gerald (Jerry) Carter
parent fa798fe1f0
commit b6543a6e30
10 changed files with 67 additions and 59 deletions

View File

@@ -20,6 +20,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "librpc/gen_ndr/ndr_netlogon.h"
struct creds_CredentialState {
uint32_t negotiate_flags;
uint8_t session_key[16];
@@ -32,8 +34,6 @@ struct creds_CredentialState {
char *account_name;
};
/* for the timebeing, use the same neg flags as Samba3. */
/* The 7 here seems to be required to get Win2k not to downgrade us
to NT4. Actually, anything other than 1ff would seem to do... */

View File

@@ -20,6 +20,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "librpc/gen_ndr/ndr_samr.h"
/* NTLMSSP mode */
enum ntlmssp_role
{