| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/util: consolidate module loading into common code | Andrew Bartlett | 2011-10-06 | 3 | -39/+2 |
* | s3-smbldap: remove an obsolete prototype. | Günther Deschner | 2011-10-04 | 1 | -1/+0 |
* | Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT... | Richard Sharpe | 2011-10-01 | 2 | -0/+28 |
* | s3-passdb: Cleanup use of fstring and move to talloc. | Simo Sorce | 2011-09-26 | 1 | -2/+2 |
* | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 2011-09-23 | 1 | -1/+1 |
* | lib/util: move some timespec helpers from source3 to the toplevel | Stefan Metzmacher | 2011-09-23 | 1 | -10/+0 |
* | s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy... | Stefan Metzmacher | 2011-09-15 | 1 | -2/+2 |
* | s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall... | Stefan Metzmacher | 2011-09-15 | 1 | -1/+4 |
* | s3:libsmb: move cli->sesskey to cli->conn.smb1.server.session_key | Stefan Metzmacher | 2011-09-15 | 1 | -1/+1 |
* | s3:libsmb: detect lock_read and write_unlock support | Stefan Metzmacher | 2011-09-15 | 1 | -0/+2 |
* | s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*braw | Stefan Metzmacher | 2011-09-15 | 1 | -2/+2 |
* | s3:libsmb: move cli->sec_mode to cli->conn.smb1.server.security_mode | Stefan Metzmacher | 2011-09-15 | 1 | -1/+1 |
* | s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_mux | Stefan Metzmacher | 2011-09-15 | 1 | -1/+1 |
* | s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmit | Stefan Metzmacher | 2011-09-15 | 1 | -1/+3 |
* | s3:libsmb: move cli->smb1.mid to cli->conn.smb1.mid | Stefan Metzmacher | 2011-09-15 | 1 | -1/+2 |
* | s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilities | Stefan Metzmacher | 2011-09-15 | 1 | -1/+12 |
* | s3:libsmb: move cli->protocol to cli->conn.protocol | Stefan Metzmacher | 2011-09-15 | 1 | -1/+2 |
* | s3:libsmb: use local variables in cli_state_create() | Stefan Metzmacher | 2011-09-15 | 1 | -4/+0 |
* | s3:include: add some masks for SMB1 CAP_* flags | Stefan Metzmacher | 2011-09-15 | 1 | -0/+25 |
* | s3:libsmb: remove unused cli->is_samba | Stefan Metzmacher | 2011-09-14 | 1 | -1/+0 |
* | s3:client.h: remove unused defines | Stefan Metzmacher | 2011-09-14 | 1 | -9/+0 |
* | s3:smb_signing: add support for easier negotiation of SMB signing | Stefan Metzmacher | 2011-09-14 | 1 | -1/+4 |
* | Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' regre... | Jeremy Allison | 2011-09-14 | 1 | -0/+1 |
* | s3:smb2cli: split cli->smb2.gss_blob from cli->secblob | Stefan Metzmacher | 2011-09-13 | 1 | -0/+1 |
* | s3:libsmb: don't mix smb2 share capabilities with smb1 capabilities | Stefan Metzmacher | 2011-09-13 | 1 | -0/+1 |
* | s3:libsmb: the smb2 server capabilities from the session setup are 32-bit | Stefan Metzmacher | 2011-09-13 | 1 | -1/+1 |
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2011-09-13 | 2 | -4/+4 |
* | s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCII | Stefan Metzmacher | 2011-09-08 | 1 | -0/+2 |
* | s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORS | Stefan Metzmacher | 2011-09-08 | 1 | -0/+1 |
* | s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domain | Sumit Bose | 2011-08-31 | 1 | -0/+1 |
* | s3-pdb_ipa: Add posix offset to struct pdb_trusted_domain | Sumit Bose | 2011-08-31 | 1 | -0/+1 |
* | s3:include: add CAP_LWIO and CAP_DYNAMIC_REAUTH defines | Stefan Metzmacher | 2011-08-30 | 1 | -0/+2 |
* | s3:libsmb: make cli_session_request_send/recv() static | Stefan Metzmacher | 2011-08-28 | 1 | -7/+0 |
* | s3:libsmb: move cli_smb_oplock_break_waiter*() to clioplock.c | Stefan Metzmacher | 2011-08-28 | 1 | -7/+0 |
* | passdb: Add a function to read secrets db from a specified path | Amitay Isaacs | 2011-08-13 | 1 | -0/+1 |
* | s3:libsmb: abstract the incoming dispatch function via a function pointer | Stefan Metzmacher | 2011-08-12 | 1 | -0/+11 |
* | s3-messaging: Change classification of MSG_SMB_CONF_UPDATED. | Simo Sorce | 2011-08-11 | 1 | -1/+0 |
* | s3-messaging: Fix messaging classes. | Simo Sorce | 2011-08-11 | 1 | -1/+1 |
* | s3-messaging: Remove obsolete class. | Simo Sorce | 2011-08-11 | 1 | -1/+1 |
* | s3:libsmb: store the remote_realm on the cli_state | Stefan Metzmacher | 2011-08-10 | 1 | -0/+1 |
* | s3:smb_macros.h: simplify _smb_setlen() and _smb_setlen_large() | Stefan Metzmacher | 2011-08-10 | 1 | -6/+4 |
* | s3:include: smb.h base old smb header offsets on new defines | Stefan Metzmacher | 2011-08-10 | 1 | -32/+32 |
* | s3:include: smb.h merge some stuff from source4 | Stefan Metzmacher | 2011-08-10 | 1 | -0/+35 |
* | s3:registry avoid updating keys which are going to be deleted in | Gregor Beck | 2011-08-08 | 1 | -1/+1 |
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2011-08-05 | 1 | -3/+3 |
* | selftest: test plugin_s4_dc against all ncacn_np tests | Andrew Bartlett | 2011-08-03 | 1 | -0/+2 |
* | s3-auth clarify the role of these session keys | Andrew Bartlett | 2011-08-03 | 1 | -8/+6 |
* | s3-auth remove sanitized_username from auth_serversupplied_info | Andrew Bartlett | 2011-08-03 | 2 | -10/+0 |
* | s3-auth set session_info->sanitized_username in create_local_token() | Andrew Bartlett | 2011-08-03 | 1 | -2/+0 |
* | s3-ntlmssp Split calls to gensec plugin into prepare and start | Andrew Bartlett | 2011-08-03 | 1 | -4/+5 |