summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: make use of map_nt_error_from_unix_common() in async_smb.cStefan Metzmacher2011-10-251-2/+2
* s3:libsmb: use HDR_* defines in cli_state_dispatch_smb1()Stefan Metzmacher2011-10-251-7/+8
* s3:libsmb: make use of smb_[set]len_nbt() in async_smb.cStefan Metzmacher2011-10-251-3/+3
* s3:libsmb: use HDR_* defines in cli_pull_raw_error()Stefan Metzmacher2011-10-251-3/+4
* libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher2011-10-258-513/+5
* s3:libsmb/smb_signing: make use of HDR_* definesStefan Metzmacher2011-10-251-4/+4
* s3:libsmb/smb_signing: make use of smb_len_nbt()Stefan Metzmacher2011-10-251-6/+6
* s3:libsmb/smb_signing: avoid usage of smb_ss_fieldStefan Metzmacher2011-10-251-7/+7
* Try and fix bug #8384 - Windows XP clients seem to crash smbd process every o...Jeremy Allison2011-10-241-6/+17
* idl: Improve MS-PAC IDLSimo Sorce2011-10-246-24/+24
* libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.hStefan Metzmacher2011-10-241-11/+4
* libcli/smb: move more defines to smb_constants.hStefan Metzmacher2011-10-241-106/+0
* libcli/smb: move CAP_* defines to smb_constants.hStefan Metzmacher2011-10-241-46/+0
* libcli/smb: move source3/libsmb/read_smb.* to the toplevelStefan Metzmacher2011-10-249-151/+9
* s3:libsmb/read_smb: make use of smb_len_tcp()Stefan Metzmacher2011-10-241-1/+1
* s3:libsmb: remove unused sync read_smb()Stefan Metzmacher2011-10-242-25/+0
* s3:torture: avoid using read_smb()Stefan Metzmacher2011-10-241-1/+16
* Third part of fix for bug #8541 - readlink() on Linux clients fails if the sy...Jeremy Allison2011-10-221-2/+1
* Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison2011-10-223-2/+12
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-224-11/+43
* Deprecate "acl check permissions".Jeremy Allison2011-10-211-1/+1
* s3:idmap_autorid: add an allocation range to autoridChristian Ambach2011-10-211-1/+96
* s3:idmap_autorid: move HWM initialization into a functionChristian Ambach2011-10-211-17/+27
* s3:idmap_autorid: use strings as parameter for range allocatorChristian Ambach2011-10-211-14/+14
* s3:winbindd/idmap make idmap modules loadable againChristian Ambach2011-10-216-6/+6
* Revert "s3:idmap/autorid add a small alloc pool to autorid"Christian Ambach2011-10-211-61/+0
* s3-waf: only compile common.c in netapi examples code once.Günther Deschner2011-10-211-2/+8
* s3-netapi: use NetApiBufferAllocate() for returned buffer in getdc calls.Günther Deschner2011-10-211-2/+30
* s3-netapi: fix missing include in examples code.Günther Deschner2011-10-211-0/+2
* libcli/smb: move smb_seal.c to the toplevelStefan Metzmacher2011-10-218-506/+7
* s3-ntlmssp Remove references to auth_ntlmssp_context from the rpc codeAndrew Bartlett2011-10-217-74/+75
* s3-seal Remove struct smb_srv_trans_enc_ctxAndrew Bartlett2011-10-213-104/+54
* s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing codeAndrew Bartlett2011-10-214-46/+54
* s3-ntlmssp Remove auth_ntlmssp_session_key()Andrew Bartlett2011-10-214-17/+12
* s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett2011-10-219-31/+17
* s3-seal use gensec_[un]wrap() instead of gensec_[un]seal_packet()Andrew Bartlett2011-10-211-54/+41
* s3-ntlmssp use gensec_{seal,unseal,sign,check}_packetAndrew Bartlett2011-10-215-125/+55
* s3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and auth_ntlmssp_negotiated_...Andrew Bartlett2011-10-214-16/+4
* s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett2011-10-2110-47/+41
* s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2011-10-215-23/+11
* s3:smbd/seal: pass talloc_tos() auth_ntlmssp_update(), because we free a few ...Stefan Metzmacher2011-10-211-1/+1
* s3:libsmb/smb_seal: always use SAFE_FREE(buf) in common_free_enc_buffer()Stefan Metzmacher2011-10-211-14/+1
* s3:libsmb/smb_seal: use plain malloc() in common_ntlm_encrypt_buffer()Stefan Metzmacher2011-10-211-2/+7
* s3:libsmb/smb_seal: avoid ads_errstr() dependency and use gssapi_error_string()Stefan Metzmacher2011-10-211-9/+28
* s3:libsmb/smb_seal: make use of common [_]smb_[set]len_nbt() macrosStefan Metzmacher2011-10-211-11/+11
* s3:include: make smb_setlen() a macroStefan Metzmacher2011-10-213-15/+1
* libcli/smb: move some common defines to smb_constants.hStefan Metzmacher2011-10-211-27/+0
* build: compile (but do not install) netapi examplesAndrew Bartlett2011-10-212-0/+65
* s3:Makefile: make DSO_EXPORTS_CMD more portable (#8531)Björn Jacke2011-10-201-1/+1
* Refactor to create check_parent_access() which can be called for file creatio...Jeremy Allison2011-10-201-23/+64