summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: add smb_setlen_[nbt|tcp] macrosStefan Metzmacher2011-10-211-0/+8
* libcli/smb: move some common defines to smb_constants.hStefan Metzmacher2011-10-213-55/+27
* 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
* Make mkdir_internal() check the parent ACL for SEC_DIR_ADD_SUBDIR rights.Jeremy Allison2011-10-201-2/+33
* build: compile (but do not install) all the libsmbclient testsAndrew Bartlett2011-10-202-0/+40
* s3-netapi Compile (but do not install) netapi testsAndrew Bartlett2011-10-202-1/+7
* examples: compile libsmbclient tests using just SAMBA_BINARYAndrew Bartlett2011-10-201-17/+17
* s3:libsmb/async_smb: in cli_state_notify_pending() we always disconnectStefan Metzmacher2011-10-201-7/+5
* Revert "selftest: Avoid being run over by armies of the undead"Andrew Bartlett2011-10-201-2/+0
* build: explain the passing of make options to wafAndrew Tridgell2011-10-201-0/+7
* ldb: ldb_errstring() takes ldb_contxt as an argumentAmitay Isaacs2011-10-201-1/+1
* s4-dns: Update serial number for zone on dns updatesAmitay Isaacs2011-10-201-3/+83
* s4-selftest: Add tests for RPC dnsserverAmitay Isaacs2011-10-203-0/+183
* samba-tool: Added dns command for DNS managementAmitay Isaacs2011-10-202-0/+861
* s4-dns: Added DCERPC dns server for DNS managementAmitay Isaacs2011-10-207-1/+3771
* s4-provision: Provision DNS records with correct rankAmitay Isaacs2011-10-201-18/+23
* werror: Added missing DNS error codesAmitay Isaacs2011-10-201-0/+36
* s4-dns: Added support for multiple DNS_RPC_RECORDS structuresAmitay Isaacs2011-10-204-3/+93
* s4-dns: Added more data types for dnsserver implementationAmitay Isaacs2011-10-201-376/+547
* ldb-samba: Added handler to decode dnsProperty attributeAmitay Isaacs2011-10-202-0/+22
* dnsp: Added typedefs to interpret dnsProperty attribute for dnsZone objectclassAmitay Isaacs2011-10-201-3/+123
* s4-test: added test suite for common.py codeAndrew Tridgell2011-10-201-0/+42
* s4-dsdb: moved dsdb_Dn() into common.pyAndrew Tridgell2011-10-202-26/+43
* subunitrun: give more useful helpAndrew Tridgell2011-10-201-2/+25
* Fix a boatload of warnings in the examples.Jeremy Allison2011-10-2015-163/+48
* Fix error return to be NT_STATUS_NOT_A_DIRECTORY.Jeremy Allison2011-10-201-2/+2
* Make use of the "dir_exists" we already have on directory open.Jeremy Allison2011-10-201-8/+28
* dsdb: improve debug messageAndrew Tridgell2011-10-206-11/+10
* s3-waf: make sure we always compile (not install) our libsmbclient testcode.Günther Deschner2011-10-193-0/+88
* s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher2011-10-193-14/+13
* s3:libsmb/smb_seal: s/uint16/uint16_tStefan Metzmacher2011-10-192-5/+5
* s3:include: move smb_seal.c prototypes to smb_crypt.hStefan Metzmacher2011-10-193-9/+10
* s3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffer staticStefan Metzmacher2011-10-192-7/+2
* s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macrosStefan Metzmacher2011-10-191-6/+0
* s4:smb_server/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher2011-10-191-1/+1
* s4:smb_server/smb: make use of _smb_setlen_nbt()Stefan Metzmacher2011-10-191-1/+1