Forest root trust flags won't overwrite child trust flags
[ira/wip.git] / source3 / libsmb /
2008-03-28 Jeremy AllisonFix bug #5326 - OS/2 servers give strange "high word...
2008-03-28 Michael AdamAdd a talloc context parameter to current_timestring...
2008-03-28 Volker LendeckeMore ssize_t->SMB_OFF_T
2008-03-28 Günther DeschnerCheck for buffer in decode_wkssvc_join_password_buffer.
2008-03-28 Günther DeschnerRemove unneeded pack_dsdcinfo/unpack_dsdcinfo.
2008-03-28 Günther DeschnerUse NDR for netr_DsRGetDCNameInfo un-/marshalling in...
2008-03-25 Volker LendeckeFix a valgrind error
2008-03-21 Volker LendeckeOn Solaris, size_t seems to be only 32 bit.
2008-03-19 Günther DeschnerAdd error mapping for WERR_SERVICE_NEVER_STARTED.
2008-03-19 Volker Lendecke!NT_STATUS_IS_OK != NT_STATUS_IS_ERR
2008-03-18 Volker LendeckeFix bug 5334
2008-03-17 Derrell LipmanFix use of AuthDataWithContext capability
2008-03-15 Volker LendeckeFix Coverity ID 555
2008-03-12 Günther DeschnerFor convenience reasons, always create cli->srv_name_sl...
2008-03-10 Günther DeschnerUse rpccli_srvsvc_NetShareEnumAll in libsmbclient.
2008-03-10 Günther DeschnerRemove insane amount of whitespace.
2008-03-09 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-08 Volker LendeckeCorrectly calculate the max read size
2008-03-08 Volker LendeckeMove inbuf handling to before the PDU handling
2008-03-08 Volker LendeckePass specific packets to build_nmb and build_dgram
2008-03-08 Volker LendeckeFix some typos
2008-03-06 Derrell LipmanEliminate global variable in_client and a plethora...
2008-03-06 Volker LendeckeFix a "nested extern declaration" warning
2008-03-06 Derrell LipmanCheck for NULL pointers before dereferencing them.
2008-03-06 Volker LendeckeConvert cli_read to use cli_pull
2008-03-06 Volker LendeckeAdd async cli_pull support
2008-03-06 Volker LendeckeAdd infrastructure to support async SMB requests
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-06 Volker LendeckeCheck the right pointer for non-NULL
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-04 Derrell LipmanContinued revamping of libsmbclient.
2008-03-04 Derrell LipmanReturn NULL, not 0, from a function which returns a...
2008-03-04 Derrell LipmanAdditional revamped libsmbclient documentation
2008-03-04 Derrell LipmanModified revamp of the libsmbclient interface.
2008-03-04 Derrell LipmanInitial revamp of the libsmbclient interface.
2008-03-03 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-03 Derrell LipmanContinued revamping of libsmbclient.
2008-03-03 Volker LendeckeRestore 3.0 behaviour with empty /etc/hosts
2008-03-03 Volker LendeckeRevert "Add infrastructure to support async SMB requests"
2008-03-03 Volker LendeckeRevert "Add async cli_pull support"
2008-03-03 Volker LendeckeRevert "Convert cli_read to use cli_pull"
2008-03-02 Derrell LipmanReturn NULL, not 0, from a function which returns a...
2008-03-02 Derrell LipmanAdditional revamped libsmbclient documentation
2008-03-02 Derrell LipmanModified revamp of the libsmbclient interface.
2008-03-02 Derrell LipmanInitial revamp of the libsmbclient interface.
2008-03-01 Volker LendeckeRevert "Add infrastructure to support async SMB requests"
2008-03-01 Volker LendeckeRevert "Add async cli_pull support"
2008-03-01 Volker LendeckeRevert "Convert cli_read to use cli_pull"
2008-02-29 Volker LendeckeRestore 3.0 behaviour with empty /etc/hosts
2008-02-29 Volker LendeckeCheck the right variable for being NULL
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-28 Günther DeschnerFix memleak in netsamlogon_cache_get().
2008-02-28 Volker LendeckeConvert cli_read to use cli_pull
2008-02-28 Volker LendeckeAdd async cli_pull support
2008-02-28 Volker LendeckeAdd infrastructure to support async SMB requests
2008-02-28 Jeremy AllisonFix the build - don't use SMB_TRANS_ENC_GSS without
2008-02-28 Volker LendeckeAdd cli_setup_packet_buf
2008-02-28 Volker LendeckeMake cli_struct a talloc parent
2008-02-28 Günther DeschnerAdd WERR_TIME_SKEW to werror mapping tables.
2008-02-28 Volker LendeckeAdd explicit buf arg to cli_check_sign_mac
2008-02-28 Volker LendeckeAdd explicit buf arg to cli_encrypt_message and cli_cal...
2008-02-28 Günther DeschnerLet dsgetdcname() return a struct netr_DsRGetDCNameInfo.
2008-02-28 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-28 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-28 Jeremy AllisonFix from Guenter Kukkukk <linux@kukkukk.com> to fix...
2008-02-27 Günther DeschnerAdd my copyright.
2008-02-27 Günther DeschnerUse new LSA_POLICY defines in lsa rpc server code and...
2008-02-27 Derrell Lipmanadd smbc_ftruncate() to emulate POSIX ftruncate()
2008-02-27 Derrell Lipmanadd a function to truncate a file to a specified size
2008-02-25 Volker LendeckeFix some warnings
2008-02-23 Volker LendeckeFix typo
2008-02-23 Volker LendeckeFix a C++ warning
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Tim PotterFix memory leaks on error path
2008-02-17 Günther DeschnerRemove unused creds_client_check and creds_client_step.
2008-02-17 Günther DeschnerUse new IDL based PAC structures in clikrb5.c
2008-02-17 Günther DeschnerUse netr_SamInfo3 in samlogon cache and use ndr functio...
2008-02-16 Günther DeschnerUse rpccli_netr_ServerPasswordSet in "just_change_the_p...
2008-02-16 Günther DeschnerRemove unused creds_server_check and creds_server_step.
2008-02-15 Günther DeschnerReplace DOM_CHAL with "struct netr_Credential" where...
2008-02-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-15 Günther DeschnerAdd netlogon_creds_server_check and netlogon_creds_serv...
2008-02-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-15 Günther DeschnerAdd netlogon_creds_client_check and netlogon_creds_clie...
2008-02-14 Jeremy AllisonAllow the mechOID to be written separately.
2008-02-12 Günther DeschnerUse rpccli_lsa_EnumTrustDom all over the place.
2008-02-11 Volker LendeckeAdd a missing return
2008-02-09 Jeremy AllisonWe don't need the extra null termination - we've
2008-02-09 Jeremy AllisonMake clilist work again with OS/2 (kukks help!).
2008-02-09 Jeremy AllisonFrom kukks - prevent crashes if finfo.name == NULL.
2008-02-08 Jeremy AllisonTry and fix length and finfo calls for older clients...
2008-02-08 Jeremy AllisonFix bug reported on IRC enumerating shares with OS/2.
2008-02-08 Karolin SeegerFix some typos.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-02 Volker LendeckeConvert receive_smb_raw to NTSTATUS
2008-02-02 Volker Lendeckeread_socket_with_timeout_ntstatus->read_socket_with_timeout
2008-02-02 Volker LendeckeGet rid of read_socket_with_timeout
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-30 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Günther DeschnerEliminate remote tree of dsgetdcname (which will happen...
next