smbget: Make global variables static.
[ira/wip.git] / source3 / libsmb /
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...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-27 Tim PotterAdding missing calls to va_end().
2008-01-25 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-24 Günther DeschnerAdd WERR_INVALID_COMPUTER_NAME.
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-24 Derrell LipmanAllow clearing all settable DOS mode bits. A mode...
2008-01-23 Jeremy AllisonDon't leak memory in error path.
2008-01-23 Jeremy AllisonUse strchr_m in seaching for '.' in the hostname to...
2008-01-23 Andreas SchneiderFix Windows 2008 (Longhorn) join.
2008-01-23 Andreas SchneiderWindows 2008 (Longhorn) auth2 flag fixes.
2008-01-23 Volker Lendeckeread_socket_with_timeout has timeout=0 handling
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-18 Derrell LipmanFix typo that disabled setting group id. Thanks, Henrik.
2008-01-18 Volker LendeckeAdd the "allinfo" command to smbclient
2008-01-18 Michael AdamAdd and correct some WERROR codes.
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Derrell LipmanFix bug 5185: repeated calls to smbc_getxattr() lose...
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Derrell LipmanFix stat results to be consistent between smbc_stat...
2008-01-17 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
next