summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-4/+25
2008-02-02read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke1-1/+1
2008-02-02Get rid of read_socket_with_timeoutVolker Lendecke1-2/+22
2008-01-29Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner1-100/+14
2008-01-27Adding missing calls to va_end().Tim Potter1-4/+19
2008-01-24Add WERR_INVALID_COMPUTER_NAME.Günther Deschner1-0/+1
2008-01-23Merge branch 'setxattr-dos-mode' into v3-2-testDerrell Lipman1-1/+9
2008-01-23Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman1-1/+9
2008-01-23Don't leak memory in error path.Jeremy Allison1-0/+1
2008-01-23Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison1-1/+1
2008-01-23Fix Windows 2008 (Longhorn) join.Andreas Schneider1-1/+15
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke1-6/+2
2008-01-18Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman1-1/+1
2008-01-18Add the "allinfo" command to smbclientVolker Lendecke1-0/+131
2008-01-18Add and correct some WERROR codes.Michael Adam1-1/+7
2008-01-17Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman1-46/+37
2008-01-17Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman1-1/+4
2008-01-16Fix bug found by Derrell - windows returns an read returnJeremy Allison1-21/+28
2008-01-16Make resolve_ads() static.Günther Deschner1-5/+5
2008-01-16Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2-273/+311
2008-01-15Fix the API exported for auth_functions. Ensure we callJeremy Allison1-272/+310
2008-01-15libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin1-1/+1
2008-01-15Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2-13/+9
2008-01-14Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison1-3/+6
2008-01-13Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman1-4/+7
2008-01-12Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison1-10/+3
2008-01-11As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner1-38/+38
2008-01-09Fix a memleak found by the IBM checker.Michael Adam1-0/+1
2008-01-08Fix CID 461 - resource leak on error.Jeremy Allison1-0/+4
2008-01-07Refactor our DsGetDcName call a bit (before it will move into libnetapi).Günther Deschner1-16/+101
2008-01-05Add the options smb_encrypt_level to set the requestedJeremy Allison1-0/+98
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison2-35/+56
2008-01-04Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner1-6/+14
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison2-16/+17
2008-01-04Map WERR_NO_SUCH_SERVICE with dos_errstr().Michael Adam1-0/+1
2008-01-03Add some more join related werror codes.Günther Deschner1-0/+3
2007-12-29Added -e, --encrypt option to smbclient that immediatelyJeremy Allison1-11/+110
2007-12-29Make use of [un]marshall_sec_descVolker Lendecke1-28/+17
2007-12-29Remove tiny code duplicationVolker Lendecke1-2/+2
2007-12-28Remove static zerosVolker Lendecke2-3/+9
2007-12-26Encryption works better when you add the client decrypt code :-).Jeremy Allison1-0/+11
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison13-95/+1070
2007-12-21Add get_friendly_werror_msg().Günther Deschner1-7/+45
2007-12-21Use ADS_IGNORE_PRINCIPAL define.Günther Deschner1-2/+1
2007-12-21Some C++ warningsVolker Lendecke1-2/+2
2007-12-19Fix debug messagesVolker Lendecke1-8/+9
2007-12-19packet_struct is used in several places as raw memoryVolker Lendecke1-0/+2
2007-12-19Some paranoia checksVolker Lendecke1-0/+8
2007-12-19Zero the tdb key, there might be paddingVolker Lendecke1-0/+2