summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* r22091: Fix an uninitialized variable warningVolker Lendecke2007-10-101-2/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-104-18/+18
* r22016: Try and fix the build - move things out of proto.hJeremy Allison2007-10-101-2/+2
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-104-18/+21
* r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison2007-10-101-26/+38
* r22012: Ensure we use the same technique to pull the share modeJeremy Allison2007-10-101-19/+21
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-103-12/+12
* r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison2007-10-101-5/+13
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-106-55/+55
* r21998: Fix tdb keynames in netsamlogon_clear_cached_user().Günther Deschner2007-10-101-15/+11
* r21997: Implement the server side of gss seal negotiate.Jeremy Allison2007-10-101-2/+6
* r21994: Ignore keepalives in the correct buffer (out not in :-).Jeremy Allison2007-10-102-2/+2
* r21993: Don't let keepalives interferece with sign or sealJeremy Allison2007-10-101-0/+5
* r21992: Fix keepalive processing when encryption turned on.Jeremy Allison2007-10-101-6/+26
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-103-33/+95
* r21990: Stop messing with the signing engine just becauseJeremy Allison2007-10-102-20/+20
* r21975: if we use the _bystring() version when storing, we should use it on f...Stefan Metzmacher2007-10-101-4/+2
* r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2007-10-101-6/+27
* r21967: Add conversion from gss errors to nt status.Jeremy Allison2007-10-101-0/+102
* r21947: Fix the equivalent of memcpy(x, x, 16). FoundJeremy Allison2007-10-101-1/+3
* r21939: Fix missing initialization thatJeremy Allison2007-10-101-1/+1
* r21932: fix compiler warning.Stefan Metzmacher2007-10-101-1/+1
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-102-13/+13
* r21923: Add in the gss decrypt.Jeremy Allison2007-10-101-3/+45
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-104-68/+46
* r21917: Start to do the gss versions of sign+seal.Jeremy Allison2007-10-101-20/+77
* r21916: Fix couple of "return" calls on void functions.Jeremy Allison2007-10-101-2/+10
* r21912: There's no point checksumming the packet lengthJeremy Allison2007-10-101-4/+4
* r21903: Get the length calculations right (I always forgetJeremy Allison2007-10-101-16/+18
* r21902: Don't free the thing you're trying to set in the cli state.Jeremy Allison2007-10-101-0/+1
* r21899: At least we're getting to stage 2 of the blobJeremy Allison2007-10-101-4/+10
* r21898: Added test command, fixed first valgrind bugs.Jeremy Allison2007-10-101-3/+4
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-103-16/+159
* r21894: Some refactoring of server side encryption context. SupportJeremy Allison2007-10-102-2/+13
* r21893: Update comments so they actually reflect reality...Rafal Szczesniak2007-10-101-3/+3
* r21883: Try and fix the build by removing the prototypes forJeremy Allison2007-10-101-2/+2
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-101-78/+24
* r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2007-10-102-91/+221
* r21876: Start adding in the seal implementation - prototype codeJeremy Allison2007-10-101-2/+176
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-103-5/+77
* r21864: Reformatting.Jeremy Allison2007-10-101-92/+92
* r21846: Try and fix the Darwin build which seems to have a strange krb5.Jeremy Allison2007-10-101-0/+6
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-10-101-0/+33
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-4/+1
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-1/+4
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-140/+148
* r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach2007-10-101-6/+23
* r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison2007-10-101-3/+4
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-104-50/+62
* r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison2007-10-101-2/+3