Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-22 | s3: Remove unreachable code | Volker Lendecke | 1 | -1/+0 | |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 6 | -25/+25 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-19 | Correctly check error code return. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2010-05-19 | Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the ↵ | Jeremy Allison | 1 | -32/+34 | |
correct way. No more magic blobs :-). Use ndr_push_struct_blob() to push a properly formatted VERSION struct. Jeremy. | |||||
2010-05-18 | Fix our NTLMSSP implementation against the Microsoft torture tester. | Jeremy Allison | 1 | -13/+37 | |
We need to return a version blob if we negotiate version info. Jeremy. | |||||
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 2 | -7/+7 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct security_acl SEC_ACL". | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct security_ace SEC_ACE". | Günther Deschner | 1 | -14/+14 | |
Guenther | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 5 | -15/+9 | |
2010-05-18 | s3-crypto: only include crypto headers when crypto is done. | Günther Deschner | 4 | -0/+9 | |
Guenther | |||||
2010-05-17 | s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain(). | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2010-05-14 | s3-libsmb: fix typo in remote_password_change(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-05-13 | s3:libsmb/namecache Remove namecache_enable() | Andrew Bartlett | 1 | -28/+0 | |
No caller honours the return value, and this call only prints a DEBUG(). Removing this reduces the number of initialisation boilerplate calls s3compat has to make. Andrew Bartlett | |||||
2010-05-12 | s3-rap: fix cli_oem_change_password() and give room for the convert reply word. | Günther Deschner | 1 | -1/+1 | |
Any servers I could find so far return it. Guenther | |||||
2010-05-09 | s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print(). | Günther Deschner | 1 | -1/+1 | |
Andreas, please check. Guenther | |||||
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 4 | -1/+4 | |
This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther | |||||
2010-05-05 | s3-libsmb: Fixed a recursion in cli_pull_print. | Andreas Schneider | 1 | -1/+1 | |
2010-04-27 | nbt: samlogon/netlogon structures - unify denominations | Matthias Dieter Wallnöfer | 2 | -8/+8 | |
2010-04-26 | s3: fix some build warnings. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2010-04-26 | s3: use generated rap header. | Günther Deschner | 2 | -3/+5 | |
Guenther | |||||
2010-04-18 | s3: Fix a memleak in discover_dc_netbios | Volker Lendecke | 1 | -0/+3 | |
2010-04-13 | Don't set "requested_posix_capabilities" in the sync code, already done in ↵ | Jeremy Allison | 1 | -2/+0 | |
the async. Jeremy. | |||||
2010-04-13 | Split out the client unix capabilities to those the server offered, and ↵ | Jeremy Allison | 3 | -7/+19 | |
those the client asked for. This fixes a bug when using encrypted transport and DFS links. Found by my basic DFS torture test, which I'll check in next. Testing *rocks* :-). Jeremy. | |||||
2010-03-30 | If the timeout has been set to zero, don't register an end time. | Jeremy Allison | 1 | -3/+5 | |
The caller doesn't want a timeout. Jeremy. | |||||
2010-03-29 | s3:libsmb: add cli_state_is_connected() function | Stefan Metzmacher | 1 | -0/+18 | |
metze | |||||
2010-03-29 | s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_state | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2010-03-24 | s3:ntlmssp: use c99 types | Stefan Metzmacher | 1 | -22/+22 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: use client.netbios_name instead of workstation | Stefan Metzmacher | 1 | -4/+6 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: remove unused ntlmssp_set_workstation() | Stefan Metzmacher | 1 | -13/+0 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state union | Stefan Metzmacher | 1 | -37/+60 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: add const for *sig in ntlmssp_unseal_packet() | Stefan Metzmacher | 1 | -1/+1 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_packet() | Stefan Metzmacher | 1 | -2/+2 | |
Only data needs to be non-const. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: use a 'bool ok' variable to make the code more readable | Stefan Metzmacher | 1 | -2/+14 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: fix some formating | Stefan Metzmacher | 1 | -58/+89 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: inline ntlmssp_weaken_keys() | Stefan Metzmacher | 2 | -71/+37 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: make send_seal_key and recv_seal_key local variables | Stefan Metzmacher | 1 | -14/+12 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: remove unused get_global_myname() and get_domain() from ↵ | Stefan Metzmacher | 1 | -8/+0 | |
ntlmssp_state Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them | Stefan Metzmacher | 3 | -18/+51 | |
Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* ↵ | Stefan Metzmacher | 2 | -2/+11 | |
fields also for the client Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_state | Stefan Metzmacher | 1 | -36/+65 | |
Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_state | Stefan Metzmacher | 1 | -2/+2 | |
Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: make use of C99 types in ntlmssp_sign.c | Stefan Metzmacher | 1 | -18/+17 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-24 | s3:ntlmssp: use uint8_t in calc_ntlmv2_key() | Stefan Metzmacher | 1 | -4/+4 | |
metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-22 | s3:libsmb: add a smb_signing_init_ex() function | Stefan Metzmacher | 1 | -8/+51 | |
Make it possible to overload memory handling functions. metze | |||||
2010-03-19 | error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo. | Günther Deschner | 1 | -1/+1 | |
Metze, please check. Guenther | |||||
2010-03-18 | s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codes | Stefan Metzmacher | 1 | -4/+9 | |
metze | |||||
2010-03-13 | s3: Convert unexpected.tdb to use tdb_wrap_open | Volker Lendecke | 1 | -10/+12 | |