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