summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hdb/hdb-protos.h
blob: 4b5b4d3edeab906169730453b2fb4357ad1bfbee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
/* This is a generated file */
#ifndef __hdb_protos_h__
#define __hdb_protos_h__

#include <stdarg.h>

#ifdef __cplusplus
extern "C" {
#endif

unsigned
HDBFlags2int (HDBFlags /*f*/);

int
copy_Event (
	const Event */*from*/,
	Event */*to*/);

int
copy_GENERATION (
	const GENERATION */*from*/,
	GENERATION */*to*/);

int
copy_HDBFlags (
	const HDBFlags */*from*/,
	HDBFlags */*to*/);

int
copy_HDB_Ext_Aliases (
	const HDB_Ext_Aliases */*from*/,
	HDB_Ext_Aliases */*to*/);

int
copy_HDB_Ext_Constrained_delegation_acl (
	const HDB_Ext_Constrained_delegation_acl */*from*/,
	HDB_Ext_Constrained_delegation_acl */*to*/);

int
copy_HDB_Ext_Lan_Manager_OWF (
	const HDB_Ext_Lan_Manager_OWF */*from*/,
	HDB_Ext_Lan_Manager_OWF */*to*/);

int
copy_HDB_Ext_PKINIT_acl (
	const HDB_Ext_PKINIT_acl */*from*/,
	HDB_Ext_PKINIT_acl */*to*/);

int
copy_HDB_Ext_PKINIT_certificate (
	const HDB_Ext_PKINIT_certificate */*from*/,
	HDB_Ext_PKINIT_certificate */*to*/);

int
copy_HDB_Ext_Password (
	const HDB_Ext_Password */*from*/,
	HDB_Ext_Password */*to*/);

int
copy_HDB_extension (
	const HDB_extension */*from*/,
	HDB_extension */*to*/);

int
copy_HDB_extensions (
	const HDB_extensions */*from*/,
	HDB_extensions */*to*/);

int
copy_Key (
	const Key */*from*/,
	Key */*to*/);

int
copy_Salt (
	const Salt */*from*/,
	Salt */*to*/);

int
copy_hdb_entry (
	const hdb_entry */*from*/,
	hdb_entry */*to*/);

int
decode_Event (
	const unsigned char */*p*/,
	size_t /*len*/,
	Event */*data*/,
	size_t */*size*/);

int
decode_GENERATION (
	const unsigned char */*p*/,
	size_t /*len*/,
	GENERATION */*data*/,
	size_t */*size*/);

int
decode_HDBFlags (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDBFlags */*data*/,
	size_t */*size*/);

int
decode_HDB_Ext_Aliases (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDB_Ext_Aliases */*data*/,
	size_t */*size*/);

int
decode_HDB_Ext_Constrained_delegation_acl (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDB_Ext_Constrained_delegation_acl */*data*/,
	size_t */*size*/);

int
decode_HDB_Ext_Lan_Manager_OWF (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDB_Ext_Lan_Manager_OWF */*data*/,
	size_t */*size*/);

int
decode_HDB_Ext_PKINIT_acl (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDB_Ext_PKINIT_acl */*data*/,
	size_t */*size*/);

int
decode_HDB_Ext_PKINIT_certificate (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDB_Ext_PKINIT_certificate */*data*/,
	size_t */*size*/);

int
decode_HDB_Ext_Password (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDB_Ext_Password */*data*/,
	size_t */*size*/);

int
decode_HDB_extension (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDB_extension */*data*/,
	size_t */*size*/);

int
decode_HDB_extensions (
	const unsigned char */*p*/,
	size_t /*len*/,
	HDB_extensions */*data*/,
	size_t */*size*/);

int
decode_Key (
	const unsigned char */*p*/,
	size_t /*len*/,
	Key */*data*/,
	size_t */*size*/);

int
decode_Salt (
	const unsigned char */*p*/,
	size_t /*len*/,
	Salt */*data*/,
	size_t */*size*/);

int
decode_hdb_entry (
	const unsigned char */*p*/,
	size_t /*len*/,
	hdb_entry */*data*/,
	size_t */*size*/);

int
encode_Event (
	unsigned char */*p*/,
	size_t /*len*/,
	const Event */*data*/,
	size_t */*size*/);

int
encode_GENERATION (
	unsigned char */*p*/,
	size_t /*len*/,
	const GENERATION */*data*/,
	size_t */*size*/);

int
encode_HDBFlags (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDBFlags */*data*/,
	size_t */*size*/);

int
encode_HDB_Ext_Aliases (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDB_Ext_Aliases */*data*/,
	size_t */*size*/);

int
encode_HDB_Ext_Constrained_delegation_acl (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDB_Ext_Constrained_delegation_acl */*data*/,
	size_t */*size*/);

int
encode_HDB_Ext_Lan_Manager_OWF (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDB_Ext_Lan_Manager_OWF */*data*/,
	size_t */*size*/);

int
encode_HDB_Ext_PKINIT_acl (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDB_Ext_PKINIT_acl */*data*/,
	size_t */*size*/);

int
encode_HDB_Ext_PKINIT_certificate (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDB_Ext_PKINIT_certificate */*data*/,
	size_t */*size*/);

int
encode_HDB_Ext_Password (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDB_Ext_Password */*data*/,
	size_t */*size*/);

int
encode_HDB_extension (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDB_extension */*data*/,
	size_t */*size*/);

int
encode_HDB_extensions (
	unsigned char */*p*/,
	size_t /*len*/,
	const HDB_extensions */*data*/,
	size_t */*size*/);

int
encode_Key (
	unsigned char */*p*/,
	size_t /*len*/,
	const Key */*data*/,
	size_t */*size*/);

int
encode_Salt (
	unsigned char */*p*/,
	size_t /*len*/,
	const Salt */*data*/,
	size_t */*size*/);

int
encode_hdb_entry (
	unsigned char */*p*/,
	size_t /*len*/,
	const hdb_entry */*data*/,
	size_t */*size*/);

void
free_Event (Event */*data*/);

void
free_GENERATION (GENERATION */*data*/);

void
free_HDBFlags (HDBFlags */*data*/);

void
free_HDB_Ext_Aliases (HDB_Ext_Aliases */*data*/);

void
free_HDB_Ext_Constrained_delegation_acl (HDB_Ext_Constrained_delegation_acl */*data*/);

void
free_HDB_Ext_Lan_Manager_OWF (HDB_Ext_Lan_Manager_OWF */*data*/);

void
free_HDB_Ext_PKINIT_acl (HDB_Ext_PKINIT_acl */*data*/);

void
free_HDB_Ext_PKINIT_certificate (HDB_Ext_PKINIT_certificate */*data*/);

void
free_HDB_Ext_Password (HDB_Ext_Password */*data*/);

void
free_HDB_extension (HDB_extension */*data*/);

void
free_HDB_extensions (HDB_extensions */*data*/);

void
free_Key (Key */*data*/);

void
free_Salt (Salt */*data*/);

void
free_hdb_entry (hdb_entry */*data*/);

krb5_error_code
hdb_add_master_key (
	krb5_context /*context*/,
	krb5_keyblock */*key*/,
	hdb_master_key */*inout*/);

krb5_error_code
hdb_check_db_format (
	krb5_context /*context*/,
	HDB */*db*/);

krb5_error_code
hdb_clear_extension (
	krb5_context /*context*/,
	hdb_entry */*entry*/,
	int /*type*/);

krb5_error_code
hdb_clear_master_key (
	krb5_context /*context*/,
	HDB */*db*/);

krb5_error_code
hdb_create (
	krb5_context /*context*/,
	HDB **/*db*/,
	const char */*filename*/);

krb5_error_code
hdb_db_create (
	krb5_context /*context*/,
	HDB **/*db*/,
	const char */*filename*/);

krb5_error_code
hdb_enctype2key (
	krb5_context /*context*/,
	hdb_entry */*e*/,
	krb5_enctype /*enctype*/,
	Key **/*key*/);

krb5_error_code
hdb_entry2string (
	krb5_context /*context*/,
	hdb_entry */*ent*/,
	char **/*str*/);

int
hdb_entry2value (
	krb5_context /*context*/,
	hdb_entry */*ent*/,
	krb5_data */*value*/);

krb5_error_code
hdb_entry_check_mandatory (
	krb5_context /*context*/,
	const hdb_entry */*ent*/);

int
hdb_entry_clear_password (
	krb5_context /*context*/,
	hdb_entry */*entry*/);

int
hdb_entry_get_password (
	krb5_context /*context*/,
	HDB */*db*/,
	const hdb_entry */*entry*/,
	char **/*p*/);

krb5_error_code
hdb_entry_get_pkinit_acl (
	const hdb_entry */*entry*/,
	const HDB_Ext_PKINIT_acl **/*a*/);

krb5_error_code
hdb_entry_get_pw_change_time (
	const hdb_entry */*entry*/,
	time_t */*t*/);

int
hdb_entry_set_password (
	krb5_context /*context*/,
	HDB */*db*/,
	hdb_entry */*entry*/,
	const char */*p*/);

krb5_error_code
hdb_entry_set_pw_change_time (
	krb5_context /*context*/,
	hdb_entry */*entry*/,
	time_t /*t*/);

HDB_extension *
hdb_find_extension (
	const hdb_entry */*entry*/,
	int /*type*/);

krb5_error_code
hdb_foreach (
	krb5_context /*context*/,
	HDB */*db*/,
	unsigned /*flags*/,
	hdb_foreach_func_t /*func*/,
	void */*data*/);

void
hdb_free_entry (
	krb5_context /*context*/,
	hdb_entry */*ent*/);

void
hdb_free_entry_ex (
	krb5_context /*context*/,
	hdb_entry_ex */*ent*/);

void
hdb_free_key (Key */*key*/);

void
hdb_free_keys (
	krb5_context /*context*/,
	int /*len*/,
	Key */*keys*/);

void
hdb_free_master_key (
	krb5_context /*context*/,
	hdb_master_key /*mkey*/);

krb5_error_code
hdb_generate_key_set (
	krb5_context /*context*/,
	krb5_principal /*principal*/,
	Key **/*ret_key_set*/,
	size_t */*nkeyset*/,
	int /*no_salt*/);

krb5_error_code
hdb_generate_key_set_password (
	krb5_context /*context*/,
	krb5_principal /*principal*/,
	const char */*password*/,
	Key **/*keys*/,
	size_t */*num_keys*/);

krb5_error_code
hdb_init_db (
	krb5_context /*context*/,
	HDB */*db*/);

int
hdb_key2principal (
	krb5_context /*context*/,
	krb5_data */*key*/,
	krb5_principal /*p*/);

krb5_error_code
hdb_ldap_create (
	krb5_context /*context*/,
	HDB ** /*db*/,
	const char */*arg*/);

krb5_error_code
hdb_list_builtin (
	krb5_context /*context*/,
	char **/*list*/);

krb5_error_code
hdb_lock (
	int /*fd*/,
	int /*operation*/);

krb5_error_code
hdb_ndbm_create (
	krb5_context /*context*/,
	HDB **/*db*/,
	const char */*filename*/);

krb5_error_code
hdb_next_enctype2key (
	krb5_context /*context*/,
	const hdb_entry */*e*/,
	krb5_enctype /*enctype*/,
	Key **/*key*/);

int
hdb_principal2key (
	krb5_context /*context*/,
	krb5_const_principal /*p*/,
	krb5_data */*key*/);

krb5_error_code
hdb_print_entry (
	krb5_context /*context*/,
	HDB */*db*/,
	hdb_entry */*entry*/,
	void */*data*/);

krb5_error_code
hdb_process_master_key (
	krb5_context /*context*/,
	int /*kvno*/,
	krb5_keyblock */*key*/,
	krb5_enctype /*etype*/,
	hdb_master_key */*mkey*/);

krb5_error_code
hdb_read_master_key (
	krb5_context /*context*/,
	const char */*filename*/,
	hdb_master_key */*mkey*/);

krb5_error_code
hdb_replace_extension (
	krb5_context /*context*/,
	hdb_entry */*entry*/,
	const HDB_extension */*ext*/);

krb5_error_code
hdb_seal_key (
	krb5_context /*context*/,
	HDB */*db*/,
	Key */*k*/);

krb5_error_code
hdb_seal_key_mkey (
	krb5_context /*context*/,
	Key */*k*/,
	hdb_master_key /*mkey*/);

krb5_error_code
hdb_seal_keys (
	krb5_context /*context*/,
	HDB */*db*/,
	hdb_entry */*ent*/);

krb5_error_code
hdb_seal_keys_mkey (
	krb5_context /*context*/,
	hdb_entry */*ent*/,
	hdb_master_key /*mkey*/);

krb5_error_code
hdb_set_master_key (
	krb5_context /*context*/,
	HDB */*db*/,
	krb5_keyblock */*key*/);

krb5_error_code
hdb_set_master_keyfile (
	krb5_context /*context*/,
	HDB */*db*/,
	const char */*keyfile*/);

krb5_error_code
hdb_unlock (int /*fd*/);

krb5_error_code
hdb_unseal_key (
	krb5_context /*context*/,
	HDB */*db*/,
	Key */*k*/);

krb5_error_code
hdb_unseal_key_mkey (
	krb5_context /*context*/,
	Key */*k*/,
	hdb_master_key /*mkey*/);

krb5_error_code
hdb_unseal_keys (
	krb5_context /*context*/,
	HDB */*db*/,
	hdb_entry */*ent*/);

krb5_error_code
hdb_unseal_keys_mkey (
	krb5_context /*context*/,
	hdb_entry */*ent*/,
	hdb_master_key /*mkey*/);

int
hdb_value2entry (
	krb5_context /*context*/,
	krb5_data */*value*/,
	hdb_entry */*ent*/);

krb5_error_code
hdb_write_master_key (
	krb5_context /*context*/,
	const char */*filename*/,
	hdb_master_key /*mkey*/);

void
initialize_hdb_error_table (void);

void
initialize_hdb_error_table_r (struct et_list **/*list*/);

HDBFlags
int2HDBFlags (unsigned /*n*/);

size_t
length_Event (const Event */*data*/);

size_t
length_GENERATION (const GENERATION */*data*/);

size_t
length_HDBFlags (const HDBFlags */*data*/);

size_t
length_HDB_Ext_Aliases (const HDB_Ext_Aliases */*data*/);

size_t
length_HDB_Ext_Constrained_delegation_acl (const HDB_Ext_Constrained_delegation_acl */*data*/);

size_t
length_HDB_Ext_Lan_Manager_OWF (const HDB_Ext_Lan_Manager_OWF */*data*/);

size_t
length_HDB_Ext_PKINIT_acl (const HDB_Ext_PKINIT_acl */*data*/);

size_t
length_HDB_Ext_PKINIT_certificate (const HDB_Ext_PKINIT_certificate */*data*/);

size_t
length_HDB_Ext_Password (const HDB_Ext_Password */*data*/);

size_t
length_HDB_extension (const HDB_extension */*data*/);

size_t
length_HDB_extensions (const HDB_extensions */*data*/);

size_t
length_Key (const Key */*data*/);

size_t
length_Salt (const Salt */*data*/);

size_t
length_hdb_entry (const hdb_entry */*data*/);

#ifdef __cplusplus
}
#endif

#endif /* __hdb_protos_h__ */