Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: fix build on Heimdal based systems like NetBSD5 | Björn Jacke | 2010-06-05 | 1 | -3/+3 |
| | |||||
* | s3: remove authdata.h | Günther Deschner | 2010-06-03 | 1 | -1/+8 |
| | | | | Guenther | ||||
* | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 2010-06-03 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 2010-06-03 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 2010-06-03 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3:ntlmssp Move ntlmssp_sign.c from source3 to common code. | Andrew Bartlett | 2010-05-31 | 2 | -623/+1 |
| | | | | | | | | | This needs a small re-arrangement of the supporting code. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet() | Andrew Bartlett | 2010-05-31 | 2 | -11/+35 |
| | | | | | | | | | This ensures the results can't be easily left to leak. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 2010-05-31 | 5 | -5/+5 |
| | | | | | | | | | The code is not yet in common, but I hope to fix that soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3: only use netlogon/nbt header when needed. | Günther Deschner | 2010-05-31 | 4 | -0/+20 |
| | | | | Guenther | ||||
* | s3-build: only use ndr_security.h where needed. | Günther Deschner | 2010-05-31 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-build: only use ndr_samr.h where needed. | Günther Deschner | 2010-05-28 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: Remove unreachable code | Volker Lendecke | 2010-05-22 | 1 | -1/+0 |
| | |||||
* | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2010-05-21 | 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> | ||||
* | Correctly check error code return. | Jeremy Allison | 2010-05-19 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the ↵ | Jeremy Allison | 2010-05-19 | 1 | -32/+34 |
| | | | | | | | | | correct way. No more magic blobs :-). Use ndr_push_struct_blob() to push a properly formatted VERSION struct. Jeremy. | ||||
* | Fix our NTLMSSP implementation against the Microsoft torture tester. | Jeremy Allison | 2010-05-18 | 1 | -13/+37 |
| | | | | | | We need to return a version blob if we negotiate version info. Jeremy. | ||||
* | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 2010-05-18 | 3 | -0/+3 |
| | | | | Guenther | ||||
* | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 2010-05-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 2010-05-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 2010-05-18 | 2 | -7/+7 |
| | | | | Guenther | ||||
* | s3-secdesc: remove "typedef struct security_acl SEC_ACL". | Günther Deschner | 2010-05-18 | 1 | -6/+6 |
| | | | | Guenther | ||||
* | s3-secdesc: remove "typedef struct security_ace SEC_ACE". | Günther Deschner | 2010-05-18 | 1 | -14/+14 |
| | | | | Guenther | ||||
* | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 2010-05-18 | 5 | -15/+9 |
| | |||||
* | s3-crypto: only include crypto headers when crypto is done. | Günther Deschner | 2010-05-18 | 4 | -0/+9 |
| | | | | Guenther | ||||
* | s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain(). | Günther Deschner | 2010-05-17 | 1 | -2/+4 |
| | | | | Guenther | ||||
* | s3-libsmb: fix typo in remote_password_change(). | Günther Deschner | 2010-05-14 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3:libsmb/namecache Remove namecache_enable() | Andrew Bartlett | 2010-05-13 | 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 | ||||
* | s3-rap: fix cli_oem_change_password() and give room for the convert reply word. | Günther Deschner | 2010-05-12 | 1 | -1/+1 |
| | | | | | | Any servers I could find so far return it. Guenther | ||||
* | s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print(). | Günther Deschner | 2010-05-09 | 1 | -1/+1 |
| | | | | | | Andreas, please check. Guenther | ||||
* | s3: only include gen_ndr headers where needed. | Günther Deschner | 2010-05-06 | 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 | ||||
* | s3-libsmb: Fixed a recursion in cli_pull_print. | Andreas Schneider | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | nbt: samlogon/netlogon structures - unify denominations | Matthias Dieter Wallnöfer | 2010-04-27 | 2 | -8/+8 |
| | |||||
* | s3: fix some build warnings. | Günther Deschner | 2010-04-26 | 1 | -6/+6 |
| | | | | Guenther | ||||
* | s3: use generated rap header. | Günther Deschner | 2010-04-26 | 2 | -3/+5 |
| | | | | Guenther | ||||
* | s3: Fix a memleak in discover_dc_netbios | Volker Lendecke | 2010-04-18 | 1 | -0/+3 |
| | |||||
* | Don't set "requested_posix_capabilities" in the sync code, already done in ↵ | Jeremy Allison | 2010-04-13 | 1 | -2/+0 |
| | | | | | | the async. Jeremy. | ||||
* | Split out the client unix capabilities to those the server offered, and ↵ | Jeremy Allison | 2010-04-13 | 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. | ||||
* | If the timeout has been set to zero, don't register an end time. | Jeremy Allison | 2010-03-30 | 1 | -3/+5 |
| | | | | | | The caller doesn't want a timeout. Jeremy. | ||||
* | s3:libsmb: add cli_state_is_connected() function | Stefan Metzmacher | 2010-03-29 | 1 | -0/+18 |
| | | | | metze | ||||
* | s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_state | Stefan Metzmacher | 2010-03-29 | 1 | -0/+3 |
| | | | | metze | ||||
* | s3:ntlmssp: use c99 types | Stefan Metzmacher | 2010-03-24 | 1 | -22/+22 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: use client.netbios_name instead of workstation | Stefan Metzmacher | 2010-03-24 | 1 | -4/+6 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: remove unused ntlmssp_set_workstation() | Stefan Metzmacher | 2010-03-24 | 1 | -13/+0 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state union | Stefan Metzmacher | 2010-03-24 | 1 | -37/+60 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: add const for *sig in ntlmssp_unseal_packet() | Stefan Metzmacher | 2010-03-24 | 1 | -1/+1 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_packet() | Stefan Metzmacher | 2010-03-24 | 1 | -2/+2 |
| | | | | | | | | Only data needs to be non-const. metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: use a 'bool ok' variable to make the code more readable | Stefan Metzmacher | 2010-03-24 | 1 | -2/+14 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: fix some formating | Stefan Metzmacher | 2010-03-24 | 1 | -58/+89 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: inline ntlmssp_weaken_keys() | Stefan Metzmacher | 2010-03-24 | 2 | -71/+37 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: make send_seal_key and recv_seal_key local variables | Stefan Metzmacher | 2010-03-24 | 1 | -14/+12 |
| | | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org> |