summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.hStefan Metzmacher2011-10-243-45/+38
* s4:libcli/raw: remove unuded CMD_REPLY defineStefan Metzmacher2011-10-241-2/+0
* libcli/smb: move more defines to smb_constants.hStefan Metzmacher2011-10-243-212/+105
* libcli/smb: move CAP_* defines to smb_constants.hStefan Metzmacher2011-10-243-64/+46
* auth/gensec: fix missleading commentStefan Metzmacher2011-10-241-1/+1
* libcli/smb Move smb_seal.h include to files that use it.Andrew Bartlett2011-10-242-1/+1
* lib/util/charset Remove unused header smb_common.hAndrew Bartlett2011-10-241-1/+0
* libcli/smb: move source3/libsmb/read_smb.* to the toplevelStefan Metzmacher2011-10-2410-10/+14
* 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
* talloc: simplifiy the logic to build talloc_testsuite in the standalone buildStefan Metzmacher2011-10-221-8/+6
* lib/util: remove the "includes.h" dependeny from xfile.cStefan Metzmacher2011-10-221-5/+2
* lib/util: remove the "includes.h" dependeny from util_file.cStefan Metzmacher2011-10-221-5/+4
* dynconfig: replace #if (_SAMBA_BUILD_ >= 4) by feature testsStefan Metzmacher2011-10-221-2/+10
* talloc/testsuite: remove #if _SAMBA_BUILD_==3Stefan Metzmacher2011-10-221-9/+0
* auth/gensec: replace #if _SAMBA_BUILD_ == 4 by a feature testStefan Metzmacher2011-10-221-1/+1
* 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
* s4:finddcs_cldap: talloc free old memory before allocating a new netlogon structStefan Metzmacher2011-10-221-0/+1
* s4:finddcs_cldap: close the socket when it's not used anymoreStefan Metzmacher2011-10-221-1/+2
* s4:finddcs_cldap: finddcs_cldap_recv() returns NTSTATUSStefan Metzmacher2011-10-221-1/+6
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-224-11/+43
* s4-cldap: fix cldap_socket_init to always specify the dest if local is NULLMatthieu Patou2011-10-221-17/+18
* libcli-cldap: avoid the case local == remote == NULLMatthieu Patou2011-10-211-1/+5
* libcli/cldap: make sure the local and remote address family matchesStefan Metzmacher2011-10-211-5/+25
* s4-resolv: fix resolution of SRV records pointing to A and AAAA recordsMatthieu Patou2011-10-211-161/+238
* Deprecate "acl check permissions".Jeremy Allison2011-10-212-1/+4
* s3:idmap_autorid: document allocation poolChristian Ambach2011-10-211-1/+6
* 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
* libcli: remove unneeded com_err.h and fix the build here.Günther Deschner2011-10-211-4/+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-2110-18/+20
* 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