samba.git
2011-10-24 Stefan Metzmachers4:libcli: rename smb_signing.h to smb_raw_signing...
2011-10-24 Stefan Metzmacherlibcli/smb: remove unused includes from read_smb.h
2011-10-24 Jeremy AllisonTry and fix bug #8384 - Windows XP clients seem to...
2011-10-24 Günther Deschners3-docs: Remove -Y option from winbind manpage.
2011-10-24 Simo Sorceidl: Improve MS-PAC IDL
2011-10-24 Stefan Metzmacherlibcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines...
2011-10-24 Stefan Metzmachers4:libcli/raw: remove unuded CMD_REPLY define
2011-10-24 Stefan Metzmacherlibcli/smb: move more defines to smb_constants.h
2011-10-24 Stefan Metzmacherlibcli/smb: move CAP_* defines to smb_constants.h
2011-10-24 Stefan Metzmacherauth/gensec: fix missleading comment
2011-10-24 Andrew Bartlettlibcli/smb Move smb_seal.h include to files that use it.
2011-10-24 Andrew Bartlettlib/util/charset Remove unused header smb_common.h
2011-10-24 Stefan Metzmacherlibcli/smb: move source3/libsmb/read_smb.* to the toplevel
2011-10-24 Stefan Metzmachers3:libsmb/read_smb: make use of smb_len_tcp()
2011-10-24 Stefan Metzmachers3:libsmb: remove unused sync read_smb()
2011-10-24 Stefan Metzmachers3:torture: avoid using read_smb()
2011-10-22 Stefan Metzmachertalloc: simplifiy the logic to build talloc_testsuite...
2011-10-22 Stefan Metzmacherlib/util: remove the "includes.h" dependeny from xfile.c
2011-10-22 Stefan Metzmacherlib/util: remove the "includes.h" dependeny from util_f...
2011-10-22 Stefan Metzmacherdynconfig: replace #if (_SAMBA_BUILD_ >= 4) by feature...
2011-10-22 Stefan Metzmachertalloc/testsuite: remove #if _SAMBA_BUILD_==3
2011-10-22 Stefan Metzmacherauth/gensec: replace #if _SAMBA_BUILD_ == 4 by a featur...
2011-10-22 Jeremy AllisonThird part of fix for bug #8541 - readlink() on Linux...
2011-10-22 Jeremy AllisonSecond part of fix for bug #8541 - readlink() on Linux...
2011-10-22 Stefan Metzmachers4:finddcs_cldap: talloc free old memory before allocat...
2011-10-22 Stefan Metzmachers4:finddcs_cldap: close the socket when it's not used...
2011-10-22 Stefan Metzmachers4:finddcs_cldap: finddcs_cldap_recv() returns NTSTATUS
2011-10-21 Jeremy AllisonFix bug #8541 - readlink() on Linux clients fails if...
2011-10-21 Matthieu Patous4-cldap: fix cldap_socket_init to always specify the...
2011-10-21 Matthieu Patoulibcli-cldap: avoid the case local == remote == NULL
2011-10-21 Stefan Metzmacherlibcli/cldap: make sure the local and remote address...
2011-10-21 Matthieu Patous4-resolv: fix resolution of SRV records pointing to...
2011-10-21 Jeremy AllisonDeprecate "acl check permissions".
2011-10-21 Christian Ambachs3:idmap_autorid: document allocation pool
2011-10-21 Christian Ambachs3:idmap_autorid: add an allocation range to autorid
2011-10-21 Christian Ambachs3:idmap_autorid: move HWM initialization into a function
2011-10-21 Christian Ambachs3:idmap_autorid: use strings as parameter for range...
2011-10-21 Christian Ambachs3:winbindd/idmap make idmap modules loadable again
2011-10-21 Christian AmbachRevert "s3:idmap/autorid add a small alloc pool to...
2011-10-21 Günther Deschnerlibcli: remove unneeded com_err.h and fix the build...
2011-10-21 Günther Deschners3-waf: only compile common.c in netapi examples code...
2011-10-21 Günther Deschners3-netapi: use NetApiBufferAllocate() for returned...
2011-10-21 Günther Deschners3-netapi: fix missing include in examples code.
2011-10-21 Stefan Metzmacherlibcli/smb: move smb_seal.c to the toplevel
2011-10-21 Andrew Bartletts3-ntlmssp Remove references to auth_ntlmssp_context...
2011-10-21 Andrew Bartletts3-seal Remove struct smb_srv_trans_enc_ctx
2011-10-21 Andrew Bartletts3-ntlmssp Remove references to auth_ntlmssp_context...
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_session_key()
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_want_feature()
2011-10-21 Andrew Bartletts3-seal use gensec_[un]wrap() instead of gensec_[un...
2011-10-21 Andrew Bartletts3-ntlmssp use gensec_{seal,unseal,sign,check}_packet
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and...
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_update wrapper
2011-10-21 Andrew Bartletts3-auth remove auth_ntlmssp_session_info()
2011-10-21 Stefan Metzmachers3:smbd/seal: pass talloc_tos() auth_ntlmssp_update...
2011-10-21 Stefan Metzmachers3:libsmb/smb_seal: always use SAFE_FREE(buf) in common...
2011-10-21 Stefan Metzmachers3:libsmb/smb_seal: use plain malloc() in common_ntlm_e...
2011-10-21 Stefan Metzmachers3:libsmb/smb_seal: avoid ads_errstr() dependency and...
2011-10-21 Stefan Metzmachers3:libsmb/smb_seal: make use of common [_]smb_[set...
2011-10-21 Stefan Metzmachers3:include: make smb_setlen() a macro
2011-10-21 Stefan Metzmacherlibcli/smb: add smb_setlen_[nbt|tcp] macros
2011-10-21 Stefan Metzmacherlibcli/smb: move some common defines to smb_constants.h
2011-10-20 Andrew Bartlettbuild: compile (but do not install) netapi examples
2011-10-20 Björn Jackes3:Makefile: make DSO_EXPORTS_CMD more portable (#8531)
2011-10-20 Jeremy AllisonRefactor to create check_parent_access() which can...
2011-10-20 Jeremy AllisonMake mkdir_internal() check the parent ACL for SEC_DIR_...
2011-10-20 Andrew Bartlettbuild: compile (but do not install) all the libsmbclien...
2011-10-20 Andrew Bartletts3-netapi Compile (but do not install) netapi tests
2011-10-20 Andrew Bartlettexamples: compile libsmbclient tests using just SAMBA_B...
2011-10-20 Stefan Metzmachers3:libsmb/async_smb: in cli_state_notify_pending()...
2011-10-20 Andrew BartlettRevert "selftest: Avoid being run over by armies of...
2011-10-20 Andrew Tridgellbuild: explain the passing of make options to waf
2011-10-20 Amitay Isaacsldb: ldb_errstring() takes ldb_contxt as an argument
2011-10-20 Amitay Isaacss4-dns: Update serial number for zone on dns updates
2011-10-20 Amitay Isaacss4-selftest: Add tests for RPC dnsserver
2011-10-20 Amitay Isaacssamba-tool: Added dns command for DNS management
2011-10-20 Amitay Isaacss4-dns: Added DCERPC dns server for DNS management
2011-10-20 Amitay Isaacss4-provision: Provision DNS records with correct rank
2011-10-20 Amitay Isaacswerror: Added missing DNS error codes
2011-10-20 Amitay Isaacss4-dns: Added support for multiple DNS_RPC_RECORDS...
2011-10-20 Amitay Isaacss4-dns: Added more data types for dnsserver implementation
2011-10-20 Amitay Isaacsldb-samba: Added handler to decode dnsProperty attribute
2011-10-20 Amitay Isaacsdnsp: Added typedefs to interpret dnsProperty attribute...
2011-10-20 Andrew Tridgells4-test: added test suite for common.py code
2011-10-20 Andrew Tridgells4-dsdb: moved dsdb_Dn() into common.py
2011-10-20 Andrew Tridgellsubunitrun: give more useful help
2011-10-20 Jeremy AllisonFix a boatload of warnings in the examples.
2011-10-19 Jeremy AllisonFix error return to be NT_STATUS_NOT_A_DIRECTORY.
2011-10-19 Jeremy AllisonMake use of the "dir_exists" we already have on directo...
2011-10-19 Andrew Tridgelldsdb: improve debug message
2011-10-19 Günther Deschners3-waf: make sure we always compile (not install) our...
2011-10-19 Stefan Metzmachers3:libsmb/smb_seal: move smb_set_enclen() to smb_seal...
2011-10-19 Stefan Metzmachers3:libsmb/smb_seal: s/uint16/uint16_t
2011-10-19 Stefan Metzmachers3:include: move smb_seal.c prototypes to smb_crypt.h
2011-10-19 Stefan Metzmachers3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffe...
2011-10-19 Stefan Metzmachers4:libcli/raw: remove unused smb_len(), _smb_setlen...
2011-10-19 Stefan Metzmachers4:smb_server/smb2: make use of _smb_setlen_tcp()
2011-10-19 Stefan Metzmachers4:smb_server/smb: make use of _smb_setlen_nbt()
2011-10-19 Stefan Metzmachers4:libcli/smb2: make use of _smb_setlen_tcp()
2011-10-19 Stefan Metzmachers4:libcli/raw: make use of _smb_setlen_nbt()
next