Age | Commit message (Expand) | 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 |
2010-05-19 | Correctly check error code return. | Jeremy Allison | 1 | -1/+1 |
2010-05-19 | Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre... | Jeremy Allison | 1 | -32/+34 |
2010-05-18 | Fix our NTLMSSP implementation against the Microsoft torture tester. | Jeremy Allison | 1 | -13/+37 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 3 | -0/+3 |
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 2 | -7/+7 |
2010-05-18 | s3-secdesc: remove "typedef struct security_acl SEC_ACL". | Günther Deschner | 1 | -6/+6 |
2010-05-18 | s3-secdesc: remove "typedef struct security_ace SEC_ACE". | Günther Deschner | 1 | -14/+14 |
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 |
2010-05-17 | s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain(). | Günther Deschner | 1 | -2/+4 |
2010-05-14 | s3-libsmb: fix typo in remote_password_change(). | Günther Deschner | 1 | -1/+1 |
2010-05-13 | s3:libsmb/namecache Remove namecache_enable() | Andrew Bartlett | 1 | -28/+0 |
2010-05-12 | s3-rap: fix cli_oem_change_password() and give room for the convert reply word. | Günther Deschner | 1 | -1/+1 |
2010-05-09 | s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print(). | Günther Deschner | 1 | -1/+1 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 4 | -1/+4 |
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 |
2010-04-26 | s3: use generated rap header. | Günther Deschner | 2 | -3/+5 |
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 th... | Jeremy Allison | 1 | -2/+0 |
2010-04-13 | Split out the client unix capabilities to those the server offered, and those... | Jeremy Allison | 3 | -7/+19 |
2010-03-30 | If the timeout has been set to zero, don't register an end time. | Jeremy Allison | 1 | -3/+5 |
2010-03-29 | s3:libsmb: add cli_state_is_connected() function | Stefan Metzmacher | 1 | -0/+18 |
2010-03-29 | s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_state | Stefan Metzmacher | 1 | -0/+3 |
2010-03-24 | s3:ntlmssp: use c99 types | Stefan Metzmacher | 1 | -22/+22 |
2010-03-24 | s3:ntlmssp: use client.netbios_name instead of workstation | Stefan Metzmacher | 1 | -4/+6 |
2010-03-24 | s3:ntlmssp: remove unused ntlmssp_set_workstation() | Stefan Metzmacher | 1 | -13/+0 |
2010-03-24 | s3:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state union | Stefan Metzmacher | 1 | -37/+60 |
2010-03-24 | s3:ntlmssp: add const for *sig in ntlmssp_unseal_packet() | Stefan Metzmacher | 1 | -1/+1 |
2010-03-24 | s3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_packet() | Stefan Metzmacher | 1 | -2/+2 |
2010-03-24 | s3:ntlmssp: use a 'bool ok' variable to make the code more readable | Stefan Metzmacher | 1 | -2/+14 |
2010-03-24 | s3:ntlmssp: fix some formating | Stefan Metzmacher | 1 | -58/+89 |
2010-03-24 | s3:ntlmssp: inline ntlmssp_weaken_keys() | Stefan Metzmacher | 2 | -71/+37 |
2010-03-24 | s3:ntlmssp: make send_seal_key and recv_seal_key local variables | Stefan Metzmacher | 1 | -14/+12 |
2010-03-24 | s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s... | Stefan Metzmacher | 1 | -8/+0 |
2010-03-24 | s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them | Stefan Metzmacher | 3 | -18/+51 |
2010-03-24 | s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field... | Stefan Metzmacher | 2 | -2/+11 |
2010-03-24 | s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_state | Stefan Metzmacher | 1 | -36/+65 |
2010-03-24 | s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_state | Stefan Metzmacher | 1 | -2/+2 |
2010-03-24 | s3:ntlmssp: make use of C99 types in ntlmssp_sign.c | Stefan Metzmacher | 1 | -18/+17 |
2010-03-24 | s3:ntlmssp: use uint8_t in calc_ntlmv2_key() | Stefan Metzmacher | 1 | -4/+4 |
2010-03-22 | s3:libsmb: add a smb_signing_init_ex() function | Stefan Metzmacher | 1 | -8/+51 |
2010-03-19 | error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo. | Günther Deschner | 1 | -1/+1 |
2010-03-18 | s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codes | Stefan Metzmacher | 1 | -4/+9 |
2010-03-13 | s3: Convert unexpected.tdb to use tdb_wrap_open | Volker Lendecke | 1 | -10/+12 |