summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2011-10-11libcli/smb Move CSC_POLICY_* definition to smb_constants.hAndrew Bartlett1-6/+0
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher2-0/+23
2011-10-07ldb: use ldb directly rather than via a copyAndrew Bartlett1-0/+4
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett3-39/+2
2011-10-04s3-smbldap: remove an obsolete prototype.Günther Deschner1-1/+0
2011-10-01Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe2-0/+28
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce1-2/+2
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher1-10/+0
2011-09-15s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy...Stefan Metzmacher1-2/+2
2011-09-15s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall...Stefan Metzmacher1-1/+4
2011-09-15s3:libsmb: move cli->sesskey to cli->conn.smb1.server.session_keyStefan Metzmacher1-1/+1
2011-09-15s3:libsmb: detect lock_read and write_unlock supportStefan Metzmacher1-0/+2
2011-09-15s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*brawStefan Metzmacher1-2/+2
2011-09-15s3:libsmb: move cli->sec_mode to cli->conn.smb1.server.security_modeStefan Metzmacher1-1/+1
2011-09-15s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_muxStefan Metzmacher1-1/+1
2011-09-15s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmitStefan Metzmacher1-1/+3
2011-09-15s3:libsmb: move cli->smb1.mid to cli->conn.smb1.midStefan Metzmacher1-1/+2
2011-09-15s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilitiesStefan Metzmacher1-1/+12
2011-09-15s3:libsmb: move cli->protocol to cli->conn.protocolStefan Metzmacher1-1/+2
2011-09-15s3:libsmb: use local variables in cli_state_create()Stefan Metzmacher1-4/+0
2011-09-15s3:include: add some masks for SMB1 CAP_* flagsStefan Metzmacher1-0/+25
2011-09-14s3:libsmb: remove unused cli->is_sambaStefan Metzmacher1-1/+0
2011-09-14s3:client.h: remove unused definesStefan Metzmacher1-9/+0
2011-09-14s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher1-1/+4
2011-09-14Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' regre...Jeremy Allison1-0/+1
2011-09-13s3:smb2cli: split cli->smb2.gss_blob from cli->secblobStefan Metzmacher1-0/+1
2011-09-13s3:libsmb: don't mix smb2 share capabilities with smb1 capabilitiesStefan Metzmacher1-0/+1
2011-09-13s3:libsmb: the smb2 server capabilities from the session setup are 32-bitStefan Metzmacher1-1/+1
2011-09-13s3: Fix some nonempty blank linesVolker Lendecke2-4/+4
2011-09-08s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCIIStefan Metzmacher1-0/+2
2011-09-08s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher1-0/+1
2011-08-31s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domainSumit Bose1-0/+1
2011-08-31s3-pdb_ipa: Add posix offset to struct pdb_trusted_domainSumit Bose1-0/+1
2011-08-30s3:include: add CAP_LWIO and CAP_DYNAMIC_REAUTH definesStefan Metzmacher1-0/+2
2011-08-28s3:libsmb: make cli_session_request_send/recv() staticStefan Metzmacher1-7/+0
2011-08-28s3:libsmb: move cli_smb_oplock_break_waiter*() to clioplock.cStefan Metzmacher1-7/+0
2011-08-13passdb: Add a function to read secrets db from a specified pathAmitay Isaacs1-0/+1
2011-08-12s3:libsmb: abstract the incoming dispatch function via a function pointerStefan Metzmacher1-0/+11
2011-08-11s3-messaging: Change classification of MSG_SMB_CONF_UPDATED.Simo Sorce1-1/+0
2011-08-11s3-messaging: Fix messaging classes.Simo Sorce1-1/+1
2011-08-11s3-messaging: Remove obsolete class.Simo Sorce1-1/+1
2011-08-10s3:libsmb: store the remote_realm on the cli_stateStefan Metzmacher1-0/+1
2011-08-10s3:smb_macros.h: simplify _smb_setlen() and _smb_setlen_large()Stefan Metzmacher1-6/+4
2011-08-10s3:include: smb.h base old smb header offsets on new definesStefan Metzmacher1-32/+32
2011-08-10s3:include: smb.h merge some stuff from source4Stefan Metzmacher1-0/+35
2011-08-08s3:registry avoid updating keys which are going to be deleted inGregor Beck1-1/+1
2011-08-05s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-08-03selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett1-0/+2
2011-08-03s3-auth clarify the role of these session keysAndrew Bartlett1-8/+6