summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-042-16/+17
| | | | | | | with Volker. Mostly making sure we have data on the incoming packet type, not stored in the smb header. Jeremy. (This used to be commit c4e5a505043965eec77b5bb9bc60957e8f3b97c8)
* Map WERR_NO_SUCH_SERVICE with dos_errstr().Michael Adam2008-01-041-0/+1
| | | | | Michael (This used to be commit df5839b5376e903486982ddc7c4f4fbd4550c60a)
* Add some more join related werror codes.Günther Deschner2008-01-031-0/+3
| | | | | Guenther (This used to be commit 62e7d467ab1b2f98327960eec3a3a925b2f04bda)
* Added -e, --encrypt option to smbclient that immediatelyJeremy Allison2007-12-291-11/+110
| | | | | | | forces encrypted smb after initial connect. Will document for 3.2 official release. Jeremy. (This used to be commit f02bf419282419950471deae74c4a6fe1543ed26)
* Make use of [un]marshall_sec_descVolker Lendecke2007-12-291-28/+17
| | | | (This used to be commit 54576733d6c0511dc7379f964b1cb035913b7c8d)
* Remove tiny code duplicationVolker Lendecke2007-12-291-2/+2
| | | | | sid_size did the same as ndr_size_dom_sid (This used to be commit 8aec5d09ba023413bd8ecbdfbc7d23904df94389)
* Remove static zerosVolker Lendecke2007-12-282-3/+9
| | | | (This used to be commit dbcc213710a9af31b6094d4741a6f68f573dcdad)
* Encryption works better when you add the client decrypt code :-).Jeremy Allison2007-12-261-0/+11
| | | | | Jeremy. (This used to be commit d67b2634068be9c69082a2b8c22c831aba371cd9)
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-2613-95/+1070
| | | | | | negotiation works. Jeremy. (This used to be commit d78045601af787731f0737b8627450018902b104)
* Add get_friendly_werror_msg().Günther Deschner2007-12-211-7/+45
| | | | | Guenther (This used to be commit b1ad3def98911c91ed55a3b7aec7d0894b2dd8fd)
* Use ADS_IGNORE_PRINCIPAL define.Günther Deschner2007-12-211-2/+1
| | | | | Guenther (This used to be commit 763e13315fc71237b14a186810bc201e725648f5)
* Some C++ warningsVolker Lendecke2007-12-211-2/+2
| | | | (This used to be commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d)
* Fix debug messagesVolker Lendecke2007-12-191-8/+9
| | | | | | When warning that "client plaintext auth" is not enabled where the server requested them we should not talk about "client use plaintext auth" (This used to be commit 7799e18994354b2705ee8c64ae8c75e062ace460)
* packet_struct is used in several places as raw memoryVolker Lendecke2007-12-191-0/+2
| | | | | -> Fix more uninitialized variable warnings (This used to be commit 0af02db6f2f84a8ce5d614e5baec27f20b413c26)
* Some paranoia checksVolker Lendecke2007-12-191-0/+8
| | | | (This used to be commit ff644cfa1b123e9d0f8f4817504e5b209b85dedd)
* Zero the tdb key, there might be paddingVolker Lendecke2007-12-191-0/+2
| | | | | This leads to uninitialized variable warnings if nmbd is run under valgrind. (This used to be commit 9ec4f91f35696e5a00e24fe9ae2dd06119482c80)
* Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.Günther Deschner2007-12-191-0/+1
| | | | | Guenther (This used to be commit 7b528647879bb55c9c85243a3e2906c09490edc9)
* Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison2007-12-151-8/+42
| | | | | | | to cause us to behave like Vista when looking for remote machine principal. Modified by me. Jeremy. (This used to be commit d0e33840fb4cfc85990d3ee327428b0854a22722)
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-154-7/+7
| | | | | least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546)
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-4/+4
| | | | | | This adds 28 fstrings on the stack, but I think an fstring on the stack is still far better than a static one. (This used to be commit c7c885078be8fd3024c186044ac28275d7609679)
* Use sid_to_string directlyVolker Lendecke2007-12-151-1/+1
| | | | | It seems a bit pointless to do a fstrcpy(dst, sid_string_static(src)) (This used to be commit c221c246b10e2dbbd54a9af2dc45de2eae237380)
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+1
| | | | (This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
* Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison2007-12-131-0/+6
| | | | | | Do so now.... Jeremy. (This used to be commit 6b1246c29a0241c8e4bb98d659d847d010826b36)
* Make heimdal and MIT happy when iterating through auth data.Günther Deschner2007-12-121-3/+3
| | | | | Guenther (This used to be commit 507247dcbf0ef02825a6c5c5f313813714df2d99)
* Vista SP1-rc1 appears to break against Samba-3.0.27aGuenther Deschner2007-12-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Jason, Jason Haar wrote: > Patched 3.0.28, compiled, installed and here's the log file. > > Hope it helps. BTW I don't think it matters, but this is on 32bit > CentOS4.5 systems. yes, it helps. Thanks for that. Very interesting, there are two auth data structures where the first one is a PAC and the second something unknown (yet). Can you please try the attached fix ? It should make it work again. Guenther - -- Günther Deschner GPG-ID: 8EE11688 Red Hat gdeschner@redhat.com Samba Team gd@samba.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFHX9ZESOk3aI7hFogRAivSAJ9bMcD+PcsIzjYYLtAUoLNfVVEl1QCfV/Qd MPsZW4G31VOVu64SPjgnJiI= =Co+H -----END PGP SIGNATURE----- (This used to be commit c9adc07ca2a3bb1e0ea98e3b4f68e1a87e5c0196)
* Allow cliconnect to loop through multiple ip addressesJeremy Allison2007-12-122-23/+130
| | | | | | | | for a server. We should have been doing this for a while, but it's more critical with IPv6. Original patch fixed up by James. Jeremy. (This used to be commit 5c7f7629a97ef0929e00e52f1fae4386c984000b)
* Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner2007-12-121-5/+14
| | | | | Guenther (This used to be commit 88e9da2f14b41a62bdb478f9ffc2de66643bbf14)
* Ensure we have a non-null flags. Pointed out by Andreas Schneider ↵Jeremy Allison2007-12-101-0/+7
| | | | | | | <anschneider@suse.de>. Jeremy. (This used to be commit cafde6c37259de587d3775a2d229abd253d2376d)
* Fix errors from next_token conversion. Spotted byJeremy Allison2007-12-101-9/+5
| | | | | | Andreas Schneider <anschneider@suse.de>. Jeremy. (This used to be commit b40efc2fe63a3420b62fbf1ea8936112c5a24bdc)
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-4/+4
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. (This used to be commit 52dc5eaef2106015b3a8b659e818bdb15ad94b05)
* Support fetching very long server lists with RAP_NetServerEnum3.James Peach2007-12-091-42/+125
| | | | | | | | Use the RAP_NetServerEnum3 server list continuation API for retrieving server lists that are too long to fit in a single reply. Patch from George Colley <gcolley@apple.com>. (This used to be commit 40c26d55736ae08934e18c27168fff10dd15442f)
* Specifically ask for IP4 addresses if we don't have IP6 support.James Peach2007-12-091-0/+5
| | | | (This used to be commit 4786654992e3cb2280b77406f9217fcec981602c)
* Fix C++ warningsVolker Lendecke2007-12-084-15/+15
| | | | (This used to be commit 01a5c3ea4bf18d99ca1c35e8c38367046e4c867b)
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-073-41/+61
| | | | | | No more temptations to use static length strings. Jeremy. (This used to be commit ec003f39369910dee852b7cafb883ddaa321c2de)
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-072-11/+18
| | | | | | | Remove all vestiges of pstring (except for smbctool as noted in previous commit). Jeremy (This used to be commit 4c32a22ac50ada3275d2ffba3c1aa08bee7d1549)
* Fix call to clistr_pull_talloc.Jeremy Allison2007-12-071-1/+1
| | | | | Jeremy. (This used to be commit 86700b7e2e79e634b41c272632e42b2e64f58ba3)
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-071-37/+73
| | | | | | Don't build this for now. Jeremy. (This used to be commit 46b67fd82c795d1a34a1efca9e409c0f3fa4f3a2)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-12-071-0/+1
|\ | | | | | | | | | | v3-2-test (This used to be commit 0c21c5fa84e18d78801ab79abd726e5588902476)
| * Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).Günther Deschner2007-12-071-0/+1
| | | | | | | | | | Guenther (This used to be commit 970daaa0a620d8e47475909cd7b5e54869602530)
* | Fix clidfs.c compile.Jeremy Allison2007-12-061-2/+3
| | | | | | | | | | Jeremy. (This used to be commit 76034d1529a594837725cf599d97019eed7226b4)
* | Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-064-94/+117
| | | | | | | | | | | | Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6)
* | Don't understand this. I have no changes here....Jeremy Allison2007-12-061-33/+64
|/ | | | | Jeremy. (This used to be commit 49534432d4c63d0dfd7bf080c30adecef06deade)
* Fix path length limits on cli_list (outgoing. IncomingJeremy Allison2007-12-051-5/+16
| | | | | | will be fixed with pstring elimination). Jeremy. (This used to be commit cd43b93d405bf892d1d8941b2d1e64d7d53adf69)
* Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison2007-12-052-212/+347
| | | | | Jeremy. (This used to be commit 71770b4c1d021d829deeb53a6ea3b747fce55c84)
* remove some staticsVolker Lendecke2007-12-053-66/+38
| | | | (This used to be commit 97c9a4042d36178a728b5e0f8923091c7069366d)
* Remove some globalsVolker Lendecke2007-12-054-7/+6
| | | | (This used to be commit 31d0a846db08d845e6cdfd85def4ac1c34031e02)
* Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2007-12-042-88/+5
| | | | | Jeremy (This used to be commit 816aea6c1a426eb2450061b847729e22bdac33a0)
* Don't forget to delete the stackframe.Jeremy Allison2007-12-031-0/+1
| | | | | Jeremy. (This used to be commit 0551ee3402daebe5b96a66162d7702ca5a31da52)
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-031-1684/+2211
| | | | | | thing :-). Now with added paranoia. Jeremy. (This used to be commit b6b5f92bc9457220df384bdb13530c393d294ce7)
* Add decode_wkssvc_join_password_buffer().Günther Deschner2007-12-031-0/+29
| | | | | Guenther (This used to be commit ba2a544baf1e1cc3652512ed5df2bb408fa8bdfd)