summaryrefslogtreecommitdiffstats
path: root/source/include/secrets.h
Commit message (Collapse)AuthorAgeFilesLines
* Fresh meat in trusted domains code:Rafal Szczesniak2003-03-141-2/+2
| | | | | | | | | | | | | | | - packing/unpacking utility functions for trusted domain password struct; can be used to prepare buffer to store in secrets.tdb or (soon) passdb backend - similiar functions for DOM_SID - respectively modified secrets_(fetch|store) routines - new auth mapping code utilising introduced is_trusted_domain function - added tdb (un)packing of single bytes Rafal
* Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2002-07-301-0/+4
| | | | | is netbios and dns domain info. Also add code to set/fetch the domain GUID from secrets.tdb (although set is not yet called by anyone).
* Commit the header file for the LDAP/secrets changesAndrew Bartlett2002-05-221-0/+2
|
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-4/+18
| | | | | | | | | | | | | | <mimir@diament.ists.pwr.wroc.pl>) this patch allows samba to correctly enumerate its trusted domains - by exaimining the keys in the secrets.tdb file. This patch has been tested with both NT4 and rpcclient/wbinfo, and adds some extra functionality to talloc and rpc_parse to allow it to deal with already unicode strings. Finally, this cleans up some const warnings that were in net_rpc.c by pushing another dash of const into the rpc client code. Andrew Bartlett
* 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