summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/backupkey
Commit message (Expand)AuthorAgeFilesLines
* backupkey: Remove an unused variableVolker Lendecke2015-03-041-1/+1
* backupkey: Fix CID 1273293 Uninitialized scalar variableVolker Lendecke2015-03-041-1/+1
* backupkey: Fix a memleakVolker Lendecke2015-03-041-0/+1
* backupkey: Simplify get_lsa_secretVolker Lendecke2015-03-041-2/+4
* backupkey: Slightly simplify bkrp_do_retrieve_server_wrap_keyVolker Lendecke2015-03-041-1/+2
* Fix whitespaceVolker Lendecke2015-03-041-50/+48
* Fix the developer O3 buildVolker Lendecke2015-02-251-1/+1
* backupkey: Explain more why we use GnuTLS hereAndrew Bartlett2015-02-251-0/+20
* backupkey: replace heimdal rsa key generation with GnuTLSGarming Sam2015-02-251-44/+82
* backupkey: Better handling for different wrap version headersAndrew Bartlett2015-02-251-12/+19
* backupkey: Change expected error codes to match Windows 2008R2 and Windows 20...Andrew Bartlett2015-02-251-2/+2
* backupkey: Implement ServerWrap DecryptAndrew Bartlett2015-02-251-51/+186
* backupkey: Handle more clearly the case where we find the secret, but it has ...Andrew Bartlett2015-02-251-45/+33
* backupkey: Improve variable names to make clear this is client-provided dataAndrew Bartlett2015-02-251-13/+13
* backupkey: Use the name lsa_secret rather than just secretAndrew Bartlett2015-02-251-20/+20
* backupkey: Implement ServerWrap Encrypt protocolAndrew Bartlett2015-02-251-13/+299
* backupkey: Improve function names and comments for clarityAndrew Bartlett2015-02-251-8/+34
* backupkey: Move SID comparison to inside get_and_verify_access_check()Andrew Bartlett2015-02-251-29/+26
* backupkey: begin by factoring out the server wrap functionsGarming Sam2015-02-251-3/+15
* s4-backupkey: consistent naming of werr variableArvid Requate2015-02-251-10/+10
* s4-backupkey: improve variable nameArvid Requate2015-02-251-2/+2
* s4-backupkey: typo fixArvid Requate2015-02-251-2/+2
* s4-backupkey: IDL for ServerWrap subprotocolArvid Requate2015-02-251-0/+12
* s4-backupkey: Comply with [MS-BKRP] 2.2.1Arvid Requate2015-02-251-2/+1
* s4-backupkey: Set defined cert serialnumberArvid Requate2015-02-251-1/+22
* s4-backupkey: de-duplicate error handlingArvid Requate2015-02-251-39/+20
* s4-backupkey: check for talloc failureArvid Requate2015-02-251-0/+3
* s4-backupkey: Cert lifetime of 365 days, not secsArvid Requate2015-02-251-1/+1
* s4-backupkey: Ensure RSA modulus is 2048 bitsArvid Requate2015-02-251-5/+10
* Use heim_octet_string typedef.Jelmer Vernooij2013-11-281-2/+1
* backupkey: Fix CID 1034885 Resource leakVolker Lendecke2013-11-111-0/+1
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* Fix compilation without external heimdal.Jelmer Vernooij2011-04-031-0/+1
* use system heimdal headers if possible, fix missing dependencies on hx509 and...Jelmer Vernooij2011-04-031-3/+6
* Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2Jelmer Vernooij2011-03-141-27/+27
* s4:remove many invocations of "samdb_msg_add_string"Matthias Dieter Wallnöfer2011-03-011-2/+2
* s4-dsdb: cleanups to the backupkey RPC serverAndrew Tridgell2011-02-141-15/+15
* s4: Add server side implementation of backup key remote protocolMatthieu Patou2011-02-141-0/+1306