summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison3-33/+95
2007-10-10r21990: Stop messing with the signing engine just becauseJeremy Allison2-20/+20
2007-10-10r21975: if we use the _bystring() version when storing, we should use it on f...Stefan Metzmacher1-4/+2
2007-10-10r21969: Start working on the gss-side of the server negotiation.Jeremy Allison1-6/+27
2007-10-10r21967: Add conversion from gss errors to nt status.Jeremy Allison1-0/+102
2007-10-10r21947: Fix the equivalent of memcpy(x, x, 16). FoundJeremy Allison1-1/+3
2007-10-10r21939: Fix missing initialization thatJeremy Allison1-1/+1
2007-10-10r21932: fix compiler warning.Stefan Metzmacher1-1/+1
2007-10-10r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2-13/+13
2007-10-10r21923: Add in the gss decrypt.Jeremy Allison1-3/+45
2007-10-10r21922: Fixed the build by rather horrid means. I really needJeremy Allison4-68/+46
2007-10-10r21917: Start to do the gss versions of sign+seal.Jeremy Allison1-20/+77
2007-10-10r21916: Fix couple of "return" calls on void functions.Jeremy Allison1-2/+10
2007-10-10r21912: There's no point checksumming the packet lengthJeremy Allison1-4/+4
2007-10-10r21903: Get the length calculations right (I always forgetJeremy Allison1-16/+18
2007-10-10r21902: Don't free the thing you're trying to set in the cli state.Jeremy Allison1-0/+1
2007-10-10r21899: At least we're getting to stage 2 of the blobJeremy Allison1-4/+10
2007-10-10r21898: Added test command, fixed first valgrind bugs.Jeremy Allison1-3/+4
2007-10-10r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison3-16/+159
2007-10-10r21894: Some refactoring of server side encryption context. SupportJeremy Allison2-2/+13
2007-10-10r21893: Update comments so they actually reflect reality...Rafal Szczesniak1-3/+3
2007-10-10r21883: Try and fix the build by removing the prototypes forJeremy Allison1-2/+2
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison1-78/+24
2007-10-10r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2-91/+221
2007-10-10r21876: Start adding in the seal implementation - prototype codeJeremy Allison1-2/+176
2007-10-10r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison3-5/+77
2007-10-10r21864: Reformatting.Jeremy Allison1-92/+92
2007-10-10r21846: Try and fix the Darwin build which seems to have a strange krb5.Jeremy Allison1-0/+6
2007-10-10r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison1-0/+33
2007-10-10r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke1-4/+1
2007-10-10r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke1-1/+4
2007-10-10r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison1-140/+148
2007-10-10r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach1-6/+23
2007-10-10r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison1-3/+4
2007-10-10r21768: Fix the client dfs code such that smbclient canJeremy Allison4-50/+62
2007-10-10r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison1-2/+3
2007-10-10r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclientJeremy Allison1-2/+11
2007-10-10r21703: fix build when O_SYNC not definedHerb Lewis1-0/+2
2007-10-10r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison1-9/+17
2007-10-10r21643: Put the correct bits on the wire for posix_mkdir.Jeremy Allison1-1/+2
2007-10-10r21640: Fix the build for broken platoforms without O_DIRECT or O_DIRECTORY.Jeremy Allison1-0/+9
2007-10-10r21639: Add in implementations of POSIX open/mkdir/unlink/rmdir.Jeremy Allison1-0/+176
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2-1/+5
2007-10-10r21604: I got this wrong also in libsmb :-(.Jeremy Allison1-0/+2
2007-10-10r21581: Add an error code I just gotVolker Lendecke1-0/+1
2007-10-10r21577: Remove unneeded #define (part of earlier patch that wasJeremy Allison1-2/+0
2007-10-10r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>Jeremy Allison2-16/+83
2007-10-10r21460: Fix for server-side processing of SPNEGO authJeremy Allison1-0/+8
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner3-8/+20
2007-10-10r21239: if the workgroup name is longer than 16 chars we get garbage in the s...Simo Sorce1-6/+7