summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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