summaryrefslogtreecommitdiffstats
path: root/source3/include/secrets.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 (This used to be commit 0bdd94cb992b40942aaf2e5e0efd2868b4686296)
* Moved definition of winbind username/password secrets into secrets.hTim Potter2002-04-101-2/+8
| | | | (This used to be commit b618b5943d53f33e6f03d8d47cf87efc5e1ad3e5)
* Missing include file update for the secrets.c trustdom changesAndrew Bartlett2002-03-021-1/+1
| | | | (This used to be commit e3585e3c2ce2a09453fa1b59a947eccd67dfb88a)
* 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 (This used to be commit 770c8a31d9804d3339ffa0de8b5072a5c7eb02df)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* added "net join" commandAndrew Tridgell2001-11-241-0/+6
| | | | | this completes the first stage of the smbd ADS support (This used to be commit 058a5aee901e6609969ef7e1d482a720a84a4a12)
* Added copyright and include guards.Tim Potter2001-10-021-1/+23
| | | | (This used to be commit 9efa93556e3ed444b075a06d2706111b89a0e099)
* 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). (This used to be commit 7710b4f48d3e8532df5e37f99a779758f750efdb)
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-0/+11
it (This used to be commit 88ad00b82acc4636ab57dfe710af08ea85b82ff1)