summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Add WERR_INVALID_COMPUTER_NAME.Günther Deschner2008-01-241-0/+1
* Merge branch 'setxattr-dos-mode' into v3-2-testDerrell Lipman2008-01-231-1/+9
|\
| * Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman2008-01-231-1/+9
* | Don't leak memory in error path.Jeremy Allison2008-01-231-0/+1
* | Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison2008-01-231-1/+1
* | Fix Windows 2008 (Longhorn) join.Andreas Schneider2008-01-231-1/+15
* | Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* | read_socket_with_timeout has timeout=0 handlingVolker Lendecke2008-01-231-6/+2
|/
* Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman2008-01-181-1/+1
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-181-0/+131
* Add and correct some WERROR codes.Michael Adam2008-01-181-1/+7
* Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2008-01-171-46/+37
* Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman2008-01-171-1/+4
* Fix bug found by Derrell - windows returns an read returnJeremy Allison2008-01-161-21/+28
* Make resolve_ads() static.Günther Deschner2008-01-161-5/+5
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-162-273/+311
|\
| * Fix the API exported for auth_functions. Ensure we callJeremy Allison2008-01-151-272/+310
| * libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin2008-01-151-1/+1
* | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-152-13/+9
|\|
| * Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison2008-01-141-3/+6
| * Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison2008-01-121-10/+3
* | Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman2008-01-131-4/+7
|/
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-38/+38
* Fix a memleak found by the IBM checker.Michael Adam2008-01-091-0/+1
* Fix CID 461 - resource leak on error.Jeremy Allison2008-01-081-0/+4
* Refactor our DsGetDcName call a bit (before it will move into libnetapi).Günther Deschner2008-01-071-16/+101
* Add the options smb_encrypt_level to set the requestedJeremy Allison2008-01-051-0/+98
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-052-35/+56
* Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner2008-01-041-6/+14
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-042-16/+17
* Map WERR_NO_SUCH_SERVICE with dos_errstr().Michael Adam2008-01-041-0/+1
* Add some more join related werror codes.Günther Deschner2008-01-031-0/+3
* Added -e, --encrypt option to smbclient that immediatelyJeremy Allison2007-12-291-11/+110
* Make use of [un]marshall_sec_descVolker Lendecke2007-12-291-28/+17
* Remove tiny code duplicationVolker Lendecke2007-12-291-2/+2
* Remove static zerosVolker Lendecke2007-12-282-3/+9
* Encryption works better when you add the client decrypt code :-).Jeremy Allison2007-12-261-0/+11
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-2613-95/+1070
* Add get_friendly_werror_msg().Günther Deschner2007-12-211-7/+45
* Use ADS_IGNORE_PRINCIPAL define.Günther Deschner2007-12-211-2/+1
* Some C++ warningsVolker Lendecke2007-12-211-2/+2
* Fix debug messagesVolker Lendecke2007-12-191-8/+9
* packet_struct is used in several places as raw memoryVolker Lendecke2007-12-191-0/+2
* Some paranoia checksVolker Lendecke2007-12-191-0/+8
* Zero the tdb key, there might be paddingVolker Lendecke2007-12-191-0/+2
* Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.Günther Deschner2007-12-191-0/+1
* Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison2007-12-151-8/+42
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-154-7/+7
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-4/+4
* Use sid_to_string directlyVolker Lendecke2007-12-151-1/+1