Age | Commit message (Expand) | Author | Files | Lines |
2010-07-01 | s3-libads: move ads_dns out of main includes. | Günther Deschner | 2 | -0/+2 |
2010-06-30 | s3-libsmb: move change_trust_account_password out of smbd into libsmb. | Günther Deschner | 1 | -0/+74 |
2010-06-28 | s3-libsmb: Make sure that finfo is initialized. | Andreas Schneider | 1 | -0/+2 |
2010-06-28 | s3: Fix some valgrind errors | Volker Lendecke | 1 | -19/+36 |
2010-06-21 | s3: Fix some valgrind errors | Volker Lendecke | 1 | -18/+33 |
2010-06-05 | s3: fix build on Heimdal based systems like NetBSD5 | Björn Jacke | 1 | -3/+3 |
2010-06-03 | s3: remove authdata.h | Günther Deschner | 1 | -1/+8 |
2010-06-03 | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 1 | -1/+1 |
2010-05-31 | s3:ntlmssp Move ntlmssp_sign.c from source3 to common code. | Andrew Bartlett | 2 | -623/+1 |
2010-05-31 | s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet() | Andrew Bartlett | 2 | -11/+35 |
2010-05-31 | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 5 | -5/+5 |
2010-05-31 | s3: only use netlogon/nbt header when needed. | Günther Deschner | 4 | -0/+20 |
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-05-28 | s3-build: only use ndr_samr.h where needed. | Günther Deschner | 1 | -0/+1 |
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 |