Age | Commit message (Expand) | Author | Files | Lines |
2011-10-14 | s3-passdb: remove fstring from pdb_set_user_sid_from_string(). | Günther Deschner | 1 | -1/+1 |
2011-10-14 | s3-passdb: add {LM|NT}_HASH_LEN defines in passdb.h. | Günther Deschner | 1 | -0/+8 |
2011-10-14 | s3-passdb: use uintX_t at least in headers. | Günther Deschner | 1 | -4/+4 |
2011-10-14 | s3-passdb: move passdb prototypes into passdb.h | Günther Deschner | 1 | -1/+285 |
2011-10-14 | s3-passdb: move group mapping headers into passdb.h | Günther Deschner | 2 | -34/+87 |
2011-10-14 | s3: remove some dead prototypes. | Günther Deschner | 1 | -1/+0 |
2011-10-13 | Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply ... | Jeremy Allison | 1 | -3/+3 |
2011-10-12 | s3: factor out messaging_send_to_children() | Gregor Beck | 1 | -0/+1 |
2011-10-12 | s3-group-mapping: Remove fstrings from GROUP_MAP. | Simo Sorce | 2 | -3/+3 |
2011-10-11 | s3:sessionid: use dbwrap_travers_read() in sessionid_travers_read() | Michael Adam | 1 | -4/+4 |
2011-10-11 | s3:sessionid: use dbwrap_travers() in sessionid_traverse() | Michael Adam | 1 | -4/+4 |
2011-10-11 | s3-passdb: split out passdb/pdb_ldap.h. | Günther Deschner | 1 | -11/+0 |
2011-10-11 | s3-smbldap: rearrange prototypes a bit. | Günther Deschner | 1 | -19/+18 |
2011-10-11 | libcli/smb Move CSC_POLICY_* definition to smb_constants.h | Andrew Bartlett | 1 | -6/+0 |
2011-10-08 | s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks | Stefan Metzmacher | 2 | -0/+23 |
2011-10-07 | ldb: use ldb directly rather than via a copy | Andrew Bartlett | 1 | -0/+4 |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 3 | -39/+2 |
2011-10-04 | s3-smbldap: remove an obsolete prototype. | Günther Deschner | 1 | -1/+0 |
2011-10-01 | Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT... | Richard Sharpe | 2 | -0/+28 |
2011-09-26 | s3-passdb: Cleanup use of fstring and move to talloc. | Simo Sorce | 1 | -2/+2 |
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 1 | -1/+1 |
2011-09-23 | lib/util: move some timespec helpers from source3 to the toplevel | Stefan Metzmacher | 1 | -10/+0 |
2011-09-15 | s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy... | Stefan Metzmacher | 1 | -2/+2 |
2011-09-15 | s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall... | Stefan Metzmacher | 1 | -1/+4 |
2011-09-15 | s3:libsmb: move cli->sesskey to cli->conn.smb1.server.session_key | Stefan Metzmacher | 1 | -1/+1 |
2011-09-15 | s3:libsmb: detect lock_read and write_unlock support | Stefan Metzmacher | 1 | -0/+2 |
2011-09-15 | s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*braw | Stefan Metzmacher | 1 | -2/+2 |
2011-09-15 | s3:libsmb: move cli->sec_mode to cli->conn.smb1.server.security_mode | Stefan Metzmacher | 1 | -1/+1 |
2011-09-15 | s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_mux | Stefan Metzmacher | 1 | -1/+1 |
2011-09-15 | s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmit | Stefan Metzmacher | 1 | -1/+3 |
2011-09-15 | s3:libsmb: move cli->smb1.mid to cli->conn.smb1.mid | Stefan Metzmacher | 1 | -1/+2 |
2011-09-15 | s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilities | Stefan Metzmacher | 1 | -1/+12 |
2011-09-15 | s3:libsmb: move cli->protocol to cli->conn.protocol | Stefan Metzmacher | 1 | -1/+2 |
2011-09-15 | s3:libsmb: use local variables in cli_state_create() | Stefan Metzmacher | 1 | -4/+0 |
2011-09-15 | s3:include: add some masks for SMB1 CAP_* flags | Stefan Metzmacher | 1 | -0/+25 |
2011-09-14 | s3:libsmb: remove unused cli->is_samba | Stefan Metzmacher | 1 | -1/+0 |
2011-09-14 | s3:client.h: remove unused defines | Stefan Metzmacher | 1 | -9/+0 |
2011-09-14 | s3:smb_signing: add support for easier negotiation of SMB signing | Stefan Metzmacher | 1 | -1/+4 |
2011-09-14 | Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' regre... | Jeremy Allison | 1 | -0/+1 |
2011-09-13 | s3:smb2cli: split cli->smb2.gss_blob from cli->secblob | Stefan Metzmacher | 1 | -0/+1 |
2011-09-13 | s3:libsmb: don't mix smb2 share capabilities with smb1 capabilities | Stefan Metzmacher | 1 | -0/+1 |
2011-09-13 | s3:libsmb: the smb2 server capabilities from the session setup are 32-bit | Stefan Metzmacher | 1 | -1/+1 |
2011-09-13 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -4/+4 |
2011-09-08 | s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCII | Stefan Metzmacher | 1 | -0/+2 |
2011-09-08 | s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORS | Stefan Metzmacher | 1 | -0/+1 |
2011-08-31 | s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domain | Sumit Bose | 1 | -0/+1 |
2011-08-31 | s3-pdb_ipa: Add posix offset to struct pdb_trusted_domain | Sumit Bose | 1 | -0/+1 |
2011-08-30 | s3:include: add CAP_LWIO and CAP_DYNAMIC_REAUTH defines | Stefan Metzmacher | 1 | -0/+2 |
2011-08-28 | s3:libsmb: make cli_session_request_send/recv() static | Stefan Metzmacher | 1 | -7/+0 |
2011-08-28 | s3:libsmb: move cli_smb_oplock_break_waiter*() to clioplock.c | Stefan Metzmacher | 1 | -7/+0 |