summaryrefslogtreecommitdiffstats
path: root/source/include/secrets.h
Commit message (Collapse)AuthorAgeFilesLines
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-1/+0
| | | | Volker
* r21823: Let secrets_store_machine_password() also store the account name. ↵Volker Lendecke2007-10-101-0/+1
| | | | | | | | | Not used yet, the next step will be a secrets_fetch_machine_account() function that also pulls the account name to be used in the appropriate places. Volker
* r13316: Let the carnage begin....Gerald Carter2007-10-101-3/+3
| | | | Sync with trunk as off r13315
* r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2007-10-101-0/+2
| | | | | | | Based on the Samba4 solution - stores data in $samba/private/schannel_store.tdb. This tdb is not left open but open and closed on demand. Jeremy.
* r3377: Merge in first part of modified patch from Nalin Dahyabhai ↵Jeremy Allison2007-10-101-0/+3
| | | | | | | | | <nalin@redhat.com> for bug #1717.The rest of the code needed to call this patch has not yet been checked in (that's my next task). This has not yet been tested - I'll do this once the rest of the patch is integrated. Jeremy.
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-071-0/+17
| | | | | | | | | | | | | This implements some kind of improved AFS support for Samba on Linux with OpenAFS 1.2.10. ./configure --with-fake-kaserver assumes that you have OpenAFS on your machine. To use this, you have to put the AFS server's KeyFile into secrets.tdb with 'net afskey'. If this is done, on each tree connect smbd creates a Kerberos V4 ticket suitable for use by the AFS client and gives it to the kernel via the AFS syscall. This is meant to be very light-weight, so I did not link in a whole lot of libraries to be more platform-independent using the ka_SetToken function call. Volker
* Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trustingAndrew Bartlett2003-04-221-2/+2
| | | | NT).
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-1/+3
| | | | | | | | | | | This allows us to join as a BDC, without appearing on the network as one until we have the database replicated, and the admin changes the configuration. This also change the SID retreval order from secrets.tdb, so we no longer require a 'net rpc getsid' - the sid fetch during the domain join is sufficient. Also minor fixes to 'net'. Andrew Bartlett
* sync 3.0 branch with headJelmer Vernooij2002-08-171-0/+4
|
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+20
|
* Moved definition of winbind username/password secrets into secrets.hTim Potter2002-04-101-2/+8
|
* Missing include file update for the secrets.c trustdom changesAndrew Bartlett2002-03-021-1/+1
|
* The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-011-1/+15
| | | | | | | | Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl> This adds the 'net' tools to manipulate the trusted domains. Andrew Bartlett
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* added "net join" commandAndrew Tridgell2001-11-241-0/+6
| | | | this completes the first stage of the smbd ADS support
* Added copyright and include guards.Tim Potter2001-10-021-1/+23
|
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-1/+2
| | | | | | | Domain SID is saved in secrets.tdb upon joining domain. Added "Authenticated Users" and "SYSTEM" well-known SIDs (under NT Authority).
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-0/+11
it