summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21942: Hoist by our own petard :-). Older smbclient binariesJeremy Allison1-2/+2
2007-10-10r21941: Attempt to fix bug 4460Volker Lendecke1-1/+1
2007-10-10r21940: Sorry Volker, I have to revert your revert in r21935.Gerald Carter4-11/+48
2007-10-10r21939: Fix missing initialization thatJeremy Allison1-1/+1
2007-10-10r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...Volker Lendecke4-48/+11
2007-10-10r21934: fix the build sorryStefan Metzmacher1-1/+1
2007-10-10r21933: Change the write_sock() call in pam_winbind_request()Gerald Carter1-1/+1
2007-10-10r21932: fix compiler warning.Stefan Metzmacher1-1/+1
2007-10-10r21931: include acl/libacl.h is presentStefan Metzmacher2-1/+6
2007-10-10r21927: Removed unused variable.Jeremy Allison1-1/+0
2007-10-10r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison4-17/+17
2007-10-10r21925: Start to code up the gss acquire creds calls.Jeremy Allison1-6/+32
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 Allison7-100/+81
2007-10-10r21919: now that the local passdb abd BUILTIN have been blacklisted and they ...Simo Sorce1-15/+0
2007-10-10r21918: Reverting this change as it is now causing aborts() inGerald Carter1-6/+1
2007-10-10r21917: Start to do the gss versions of sign+seal.Jeremy Allison4-28/+85
2007-10-10r21916: Fix couple of "return" calls on void functions.Jeremy Allison1-2/+10
2007-10-10r21913: fix one bug in build 717: correctly check the return from sid_peek_ch...Gerald Carter1-1/+1
2007-10-10r21912: There's no point checksumming the packet lengthJeremy Allison1-4/+4
2007-10-10r21905: RenameGerald Carter2-11/+11
2007-10-10r21904: Fix HP build -- thanks, DonVolker Lendecke1-1/+1
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-10r21901: Don't use fstrcat when you mean fstrcpy. Doh !Jeremy Allison1-3/+4
2007-10-10r21900: Token exchange now seems to work, now why does theJeremy Allison1-1/+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 Allison3-5/+49
2007-10-10r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison7-20/+200
2007-10-10r21894: Some refactoring of server side encryption context. SupportJeremy Allison3-29/+149
2007-10-10r21893: Update comments so they actually reflect reality...Rafal Szczesniak1-3/+3
2007-10-10r21892: Mini-Patch from MichaelVolker Lendecke1-2/+0
2007-10-10r21891: Finish server-side NTLM-SPNEGO negotiation support.Jeremy Allison1-33/+75
2007-10-10r21888: Add the osname and osver options to 'net ads join' as discussedGerald Carter1-1/+94
2007-10-10r21887: Fix annoying bug where in a pam_close_session (or a pam_setcred with theGünther Deschner1-1/+29
2007-10-10r21885: Chown logic should be activated only if nfs4:chown=yesAlexander Bokovoy1-24/+26
2007-10-10r21884: * Blacklist BUILTIN and MACHINE domains from theGerald Carter2-18/+31
2007-10-10r21883: Try and fix the build by removing the prototypes forJeremy Allison2-2/+10
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison7-80/+327
2007-10-10r21881: Make sure we are very specific when testing whether a backand can han...James Peach2-2/+9
2007-10-10r21880: Make client and server calls into encryption code symetrical,Jeremy Allison4-93/+224
2007-10-10r21879: Move process_blocking_lock_queue to a timed event.Volker Lendecke2-52/+72
2007-10-10r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...Volker Lendecke5-12/+49
2007-10-10r21877: Missed one line.Jeremy Allison1-0/+1
2007-10-10r21876: Start adding in the seal implementation - prototype codeJeremy Allison3-7/+198
2007-10-10r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se>Gerald Carter2-19/+14
2007-10-10r21874: Fix missing notify function. Thanks to Thomas Bork <tombork@web.de>Jeremy Allison1-0/+26
2007-10-10r21873: This is winbindd_pam.c, not pam_winbind.c :-)Volker Lendecke1-1/+1
2007-10-10r21872: Fix a debug messageVolker Lendecke1-1/+1
2007-10-10r21871: Move deadtime processing into an idle event. While there, simplifyVolker Lendecke3-43/+45