summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r21923: Add in the gss decrypt.Jeremy Allison2007-10-101-3/+45
| | | | Jeremy.
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-107-100/+81
| | | | | | | to restructure libsmb/smb_signing.c so it isn't in the base libs path but lives in libsmb instead (like smb_seal.c does). Jeremy.
* r21919: now that the local passdb abd BUILTIN have been blacklisted and they ↵Simo Sorce2007-10-101-15/+0
| | | | | | | | | always point to the passdb module, remove this comment and move the explanation in the dimap_ad man page. Simo.
* r21918: Reverting this change as it is now causing aborts() inGerald Carter2007-10-101-6/+1
| | | | | find_builtin_domain(). This all needs more testing before anyone starts changing these lookup routines again.
* r21917: Start to do the gss versions of sign+seal.Jeremy Allison2007-10-104-28/+85
| | | | Jeremy.
* r21916: Fix couple of "return" calls on void functions.Jeremy Allison2007-10-101-2/+10
| | | | | | Ensure we ignore reqests to free keepalive buffers as we only copied these. Jeremy.
* r21913: fix one bug in build 717: correctly check the return from ↵Gerald Carter2007-10-101-1/+1
| | | | sid_peek_check_rid() when trying to find a matching domain
* r21912: There's no point checksumming the packet lengthJeremy Allison2007-10-101-4/+4
| | | | | | | this already has to be right. This makes the signed+sealed area the same as it will be with gss calls. Now to go implement them. Jeremy.
* r21908: update with the 3.0.25 packagingGerald Carter2007-10-101-4/+15
|
* r21905: RenameGerald Carter2007-10-102-11/+11
| | | | | idmap expire time -> idmap cache time idmap negative time -> idmap negative cache time
* 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
| | | | | | | the 4 byte length isn't included in the length :-). We now have working NTLMSSP transport encryption with sign+seal. W00t! Jeremy.
* r21902: Don't free the thing you're trying to set in the cli state.Jeremy Allison2007-10-101-0/+1
| | | | Jeremy.
* r21901: Don't use fstrcat when you mean fstrcpy. Doh !Jeremy Allison2007-10-101-3/+4
| | | | Jeremy.
* r21900: Token exchange now seems to work, now why does theJeremy Allison2007-10-101-1/+1
| | | | | client encrypt fail ? Jeremy.
* r21899: At least we're getting to stage 2 of the blobJeremy Allison2007-10-101-4/+10
| | | | | exchange. Still not working but closer. Jeremy.
* r21898: Added test command, fixed first valgrind bugs.Jeremy Allison2007-10-103-5/+49
| | | | | Now to investigate why it doesn't work :-). Jeremy.
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-107-20/+200
| | | | | for testing. Jeremy.
* r21894: Some refactoring of server side encryption context. SupportJeremy Allison2007-10-103-29/+149
| | | | | "raw" NTLM auth (no spnego). Jeremy.
* r21893: Update comments so they actually reflect reality...Rafal Szczesniak2007-10-101-3/+3
| | | | rafal
* r21892: Mini-Patch from MichaelVolker Lendecke2007-10-101-2/+0
|
* r21891: Finish server-side NTLM-SPNEGO negotiation support.Jeremy Allison2007-10-101-33/+75
| | | | | Now for the client part, and testing. Jeremy.
* r21888: Add the osname and osver options to 'net ads join' as discussedGerald Carter2007-10-101-1/+94
| | | | | | | | on the samba-technical ml. I'll add a 'net ads set attribute=value' utility later rather than the original 'net ads setmachineupn' patch that was also posted to the tech ml.
* r21887: Fix annoying bug where in a pam_close_session (or a pam_setcred with theGünther Deschner2007-10-101-1/+29
| | | | | | | | | PAM_DELETE_CREDS flag set) any user could delete krb5 credential caches. Make sure that only root can do this. Jerry, Jeremy, please check. Guenther
* 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
| | | | | | | | | | | | | | | | | | idmap domains as these should only be handled by the winbindd_passdb.c backend * Allow the alloc init to fail for backwards compatible configurations like idmap backend = ad idmap uid = 1000-100000 .... * Remove the deprecated flags from idmap backend, et. al. These are mutually exclusive with the new configuration options (idmap domains). Logging annoying messages about deprecated parameters is confusing. So we'll try this apprpach for now.
* r21883: Try and fix the build by removing the prototypes forJeremy Allison2007-10-102-2/+10
| | | | | functions that take a gss context handle in includes.h Jeremy.
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-107-80/+327
| | | | | | | | not just an NTLMSSP - grr. This complicates the re-use of common client and server code but I think I've got it right. Not turned on of valgrinded yet, but you can see it start to take shape ! Jeremy.
* r21881: Make sure we are very specific when testing whether a backand can ↵James Peach2007-10-102-2/+9
| | | | | | | | | handle a particular SID. Make sure that the passdb backend will accept the same set range of local SIDs that the idmap system sends it. Simo, Jerry - this is a 3_0_25 candidate. Can you please review?
* r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2007-10-104-93/+224
| | | | | depending on encryption context pointer. Jeremy.
* r21879: Move process_blocking_lock_queue to a timed event.Volker Lendecke2007-10-102-52/+72
| | | | | | | | | | | | | | | | The idea is that we have blocking.c:brl_timeout as a timed event that is present whenever we do have a blocking lock pending. It fires brl_timeout_fn() which calls process_blocking_lock_queue(). Whenever we make changes to blocking_lock_queue, we trigger a recalc_brl_timeout() which sets a new brl_timout event if necessary. This makes the call to blocking_locks_timeout_ms() in setup_select_timeout() unnecessary, this is implicitly done in event_add_to_select_args() from the timed events. Volker
* r21878: Fix a bug with smbd serving a windows terminal server: If winbind ↵Volker Lendecke2007-10-105-12/+49
| | | | | | | | | | | | | | decides smbd to be idle it might happen that smbd needs to do a winbind operation (for example sid2name) as non-root. This then fails to get the privileged pipe. When later on on the same connection another authentication request comes in, we try to do the CRAP auth via the non-privileged pipe. This adds a winbindd_priv_request_response() request that kills the existing winbind pipe connection if it's not privileged. Volker
* r21877: Missed one line.Jeremy Allison2007-10-101-0/+1
| | | | Jeremy.
* r21876: Start adding in the seal implementation - prototype codeJeremy Allison2007-10-103-7/+198
| | | | | | | | for the server side enc. (doesn't break anything). I'll keep updating this until I've got NTLM seal working on both client and server, then add in the gss level seal. Jeremy.
* r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se>Gerald Carter2007-10-102-19/+14
| | | | | | Relax check for i386 header checks in the PE header of printer driver files. Thus allowing uploading of x64 print drivers from 64bit Windows clients.
* r21874: Fix missing notify function. Thanks to Thomas Bork <tombork@web.de>Jeremy Allison2007-10-101-0/+26
| | | | | for pointing this out ! Jeremy.
* 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
| | | | | | conn_idle_all() a bit. Volker
* r21870: Move sending auth_server keepalives out of the main loop into an ↵Volker Lendecke2007-10-104-53/+61
| | | | | | idle event. Volker
* r21869: Move sending keepalives out of the main processing loop into idle event.Volker Lendecke2007-10-103-14/+46
| | | | | | On the way, make lp_keepalive() a proper parameter. Volker
* r21868: Remove check_log_size from the central smbd processing loop. This ↵Volker Lendecke2007-10-102-15/+5
| | | | | | can be done with a become_root/unbecome_root in debug.c.
* r21867: Simplify calling convention of timeout_processing. lp_deadtime is onlyVolker Lendecke2007-10-102-11/+16
| | | | referenced in conn_idle_all().
* r21866: Remove unused "lock spin count" parameterVolker Lendecke2007-10-101-4/+0
|
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-107-8/+123
| | | | | | | these out as I implement. Don't add to SAMBA_3_0_25, this is experimental code. NFSv4 you're now officially on notice... :-). Jeremy.
* r21864: Reformatting.Jeremy Allison2007-10-101-92/+92
| | | | Jeremy.
* r21863: Fix debug messages with incorrect function name.Jeremy Allison2007-10-101-15/+15
| | | | Jeremy.
* r21862: add the cups comment and location lookup to ↵Gerald Carter2007-10-101-3/+10
| | | | get_a_printer_2_default() as well
* r21861: Pull the comment and location from CUPS if we don't have oneGerald Carter2007-10-102-0/+148
| | | | | | | when fetching a printer from ntprinters.tdb. Slightly modified from original version submitted on samba-technical ml by Andy Polyakov <appro@fy.chalmers.se>
* r21860: Fixes for "winbind normalize names" functionality:Gerald Carter2007-10-105-5/+15
| | | | | | | * Fix getgroups() call called using a normalized name * Fix some more name mappings that could cause for example a user to be unable to unlock the screen as the username would not match in the PAM authenticate call.