Merge branch 'setxattr-dos-mode' into v3-2-test
[samba.git] / source3 / libsmb /
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...
2008-01-17 Jeremy AllisonFix bug found by Derrell - windows returns an read...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Günther DeschnerMake resolve_ads() static.
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-16 Jeremy AllisonFix the API exported for auth_functions. Ensure we...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Kai Blinlibsmb: Do not upper-case target name on NTLMv2 hash...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Jeremy AllisonWindows insists on write sizes < max_xmit on signed...
2008-01-13 Derrell LipmanFix smbc_listxattr() and friends (bug #5189)
2008-01-12 Jeremy AllisonFix CID 470. resolve_order can't be NULL here so simpli...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Günther DeschnerAs long as DsGetDcName is not part of libnetapi, lowerc...
2008-01-09 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Michael AdamFix a memleak found by the IBM checker.
2008-01-09 Jeremy AllisonFix CID 461 - resource leak on error.
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Günther DeschnerRefactor our DsGetDcName call a bit (before it will...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonAdd the options smb_encrypt_level to set the requested
2008-01-05 Jeremy AllisonAdd general '-e' option to enable smb encryption
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Günther DeschnerDo not pass emtpy wkssvc_PasswordBuffers to rpc functions.
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2008-01-04 Michael AdamMap WERR_NO_SUCH_SERVICE with dos_errstr().
2008-01-03 Günther DeschnerAdd some more join related werror codes.
2007-12-30 Jeremy AllisonAdded -e, --encrypt option to smbclient that immediately
2007-12-29 Volker LendeckeMake use of [un]marshall_sec_desc
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-28 Volker LendeckeRemove static zeros
2007-12-27 Jeremy AllisonEncryption works better when you add the client decrypt...
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerAdd get_friendly_werror_msg().
2007-12-21 Günther DeschnerUse ADS_IGNORE_PRINCIPAL define.
2007-12-21 Volker LendeckeSome C++ warnings
2007-12-19 Volker LendeckeFix debug messages
2007-12-19 Volker Lendeckepacket_struct is used in several places as raw memory
2007-12-19 Volker LendeckeSome paranoia checks
2007-12-19 Volker LendeckeZero the tdb key, there might be padding
2007-12-19 Günther DeschnerMerge WERR_NO_SUCH_LOGON_SESSION from Samba4.
2007-12-16 Jeremy AllisonAdded patch originally by Andreas Schneider <anschneide...
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeUse sid_to_string directly
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-14 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-14 Jeremy AllisonArg. The fix for CVE-2007-6015 hadn't been merged into...
2007-12-12 Günther DeschnerMake heimdal and MIT happy when iterating through auth...
2007-12-12 Guenther DeschnerVista SP1-rc1 appears to break against Samba-3.0.27a
2007-12-12 Jeremy AllisonAllow cliconnect to loop through multiple ip addresses
2007-12-11 Günther DeschnerMake decode_wkssvc_join_password_buffer() return WERRORs.
2007-12-10 Jeremy AllisonEnsure we have a non-null flags. Pointed out by Andreas...
2007-12-10 Jeremy AllisonFix errors from next_token conversion. Spotted by
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-09 James PeachSupport fetching very long server lists with RAP_NetSer...
2007-12-09 James PeachSpecifically ask for IP4 addresses if we don't have...
2007-12-08 Volker LendeckeFix C++ warnings
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-07 Jeremy AllisonFix call to clistr_pull_talloc.
2007-12-07 Jeremy AllisonRemove pstrings completely except for smbctool (what...
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Günther DeschnerAdd NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus...
2007-12-07 Jeremy AllisonFix clidfs.c compile.
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-12-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-06 Jeremy AllisonDon't understand this. I have no changes here....
2007-12-06 Jeremy AllisonFix path length limits on cli_list (outgoing. Incoming
2007-12-05 Simo SorceMerge commit 'origin/v3-2-test' into v3-2-simo
2007-12-05 Jeremy AllisonRemove arbitrary 1k limit on pathnames. Malloc them.
2007-12-05 Volker Lendeckeremove some statics
2007-12-05 Volker LendeckeRemove some globals
2007-12-04 Jeremy AllisonFix signing bug found by Volker. That one was *subtle*.
2007-12-04 Jeremy AllisonDon't forget to delete the stackframe.
2007-12-03 Jeremy AllisonRemove pstring from clirap2 by completely rewriting...
2007-12-03 Günther DeschnerAdd decode_wkssvc_join_password_buffer().
next