summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+1
* Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison2007-12-131-0/+6
* Make heimdal and MIT happy when iterating through auth data.Günther Deschner2007-12-121-3/+3
* Vista SP1-rc1 appears to break against Samba-3.0.27aGuenther Deschner2007-12-121-3/+3
* Allow cliconnect to loop through multiple ip addressesJeremy Allison2007-12-122-23/+130
* Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner2007-12-121-5/+14
* Ensure we have a non-null flags. Pointed out by Andreas Schneider <anschneide...Jeremy Allison2007-12-101-0/+7
* Fix errors from next_token conversion. Spotted byJeremy Allison2007-12-101-9/+5
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-4/+4
* Support fetching very long server lists with RAP_NetServerEnum3.James Peach2007-12-091-42/+125
* Specifically ask for IP4 addresses if we don't have IP6 support.James Peach2007-12-091-0/+5
* Fix C++ warningsVolker Lendecke2007-12-084-15/+15
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-073-41/+61
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-072-11/+18
* Fix call to clistr_pull_talloc.Jeremy Allison2007-12-071-1/+1
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-071-37/+73
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-071-0/+1
|\
| * Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).Günther Deschner2007-12-071-0/+1
* | Fix clidfs.c compile.Jeremy Allison2007-12-061-2/+3
* | Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-064-94/+117
* | Don't understand this. I have no changes here....Jeremy Allison2007-12-061-33/+64
|/
* Fix path length limits on cli_list (outgoing. IncomingJeremy Allison2007-12-051-5/+16
* Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison2007-12-052-212/+347
* remove some staticsVolker Lendecke2007-12-053-66/+38
* Remove some globalsVolker Lendecke2007-12-054-7/+6
* Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2007-12-042-88/+5
* Don't forget to delete the stackframe.Jeremy Allison2007-12-031-0/+1
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-031-1684/+2211
* Add decode_wkssvc_join_password_buffer().Günther Deschner2007-12-031-0/+29
* Fix some C++ warningsVolker Lendecke2007-12-011-1/+1
* Fix an uninitialized variableVolker Lendecke2007-12-011-1/+1
* Fix missing error cleanup noticed by Derrell.Jeremy Allison2007-11-301-3/+6
* Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison2007-11-301-40/+85
* Whitespace cleanup.Jeremy Allison2007-11-301-209/+201
* Remove pstring from clirap.c.Jeremy Allison2007-11-301-118/+187