This file is indexed.

/usr/share/doc/libglobus-gsi-sysconfig-dev/html/group__globus__gsi__sysconfig__win32.html is in libglobus-gsi-sysconfig-doc 6.11-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>globus_gsi_sysconfig: Functions for Win32 platforms</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">globus_gsi_sysconfig
   &#160;<span id="projectnumber">6.11</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="summary">
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">Functions for Win32 platforms<div class="ingroups"><a class="el" href="group__globus__gsi__sysconfig.html">Globus GSI System Config API</a></div></div>  </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Collaboration diagram for Functions for Win32 platforms:</div>
<div class="dyncontent">
<center><table><tr><td><img src="group__globus__gsi__sysconfig__win32.png" border="0" alt="" usemap="#group____globus____gsi____sysconfig____win32"/>
<map name="group____globus____gsi____sysconfig____win32" id="group____globus____gsi____sysconfig____win32">
<area shape="rect" id="node1" href="group__globus__gsi__sysconfig.html" title="Globus GSI System Config API" alt="" coords="5,13,219,39"/>
</map>
</td></tr></table></center>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:gab406d12caca14f03e8f4091f1ea8aded"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#gab406d12caca14f03e8f4091f1ea8aded">globus_gsi_sysconfig_set_key_permissions_win32</a> (char *filename)</td></tr>
<tr class="memdesc:gab406d12caca14f03e8f4091f1ea8aded"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Set Key Permissions.  <a href="#gab406d12caca14f03e8f4091f1ea8aded">More...</a><br /></td></tr>
<tr class="separator:gab406d12caca14f03e8f4091f1ea8aded"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga0de1a8a77f5e354fd33b51045ca77b76"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga0de1a8a77f5e354fd33b51045ca77b76">globus_gsi_sysconfig_file_exists_win32</a> (const char *filename)</td></tr>
<tr class="memdesc:ga0de1a8a77f5e354fd33b51045ca77b76"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - File Exists.  <a href="#ga0de1a8a77f5e354fd33b51045ca77b76">More...</a><br /></td></tr>
<tr class="separator:ga0de1a8a77f5e354fd33b51045ca77b76"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gadee596e751b393f4a933082d178b64c4"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#gadee596e751b393f4a933082d178b64c4">globus_gsi_sysconfig_dir_exists_win32</a> (const char *filename)</td></tr>
<tr class="memdesc:gadee596e751b393f4a933082d178b64c4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Directory Exists.  <a href="#gadee596e751b393f4a933082d178b64c4">More...</a><br /></td></tr>
<tr class="separator:gadee596e751b393f4a933082d178b64c4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga9d463d1ef4c5c9bb9d0d3308f25730c5"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga9d463d1ef4c5c9bb9d0d3308f25730c5">globus_gsi_sysconfig_get_current_working_dir_win32</a> (char **working_dir)</td></tr>
<tr class="memdesc:ga9d463d1ef4c5c9bb9d0d3308f25730c5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get Current Working Directory.  <a href="#ga9d463d1ef4c5c9bb9d0d3308f25730c5">More...</a><br /></td></tr>
<tr class="separator:ga9d463d1ef4c5c9bb9d0d3308f25730c5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga6e5899291e6da583025b079f37b0244d"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga6e5899291e6da583025b079f37b0244d">globus_gsi_sysconfig_make_absolute_path_for_filename_win32</a> (char *filename, char **absolute_path)</td></tr>
<tr class="memdesc:ga6e5899291e6da583025b079f37b0244d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Make Absolute Path.  <a href="#ga6e5899291e6da583025b079f37b0244d">More...</a><br /></td></tr>
<tr class="separator:ga6e5899291e6da583025b079f37b0244d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac04852db1744d25b3304c99a304f1513"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#gac04852db1744d25b3304c99a304f1513">globus_gsi_sysconfig_split_dir_and_filename_win32</a> (char *full_filename, char **dir_string, char **filename_string)</td></tr>
<tr class="memdesc:gac04852db1744d25b3304c99a304f1513"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Split Directory and Filename.  <a href="#gac04852db1744d25b3304c99a304f1513">More...</a><br /></td></tr>
<tr class="separator:gac04852db1744d25b3304c99a304f1513"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga659592fe01da9aa1e97974b856e76eba"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga659592fe01da9aa1e97974b856e76eba">globus_gsi_sysconfig_get_cert_dir_win32</a> (char **cert_dir)</td></tr>
<tr class="memdesc:ga659592fe01da9aa1e97974b856e76eba"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get Trusted CA Cert Dir.  <a href="#ga659592fe01da9aa1e97974b856e76eba">More...</a><br /></td></tr>
<tr class="separator:ga659592fe01da9aa1e97974b856e76eba"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaaada88adba88bcb8012e5f55c458a55e"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#gaaada88adba88bcb8012e5f55c458a55e">globus_gsi_sysconfig_get_user_cert_filename_win32</a> (char **user_cert, char **user_key)</td></tr>
<tr class="memdesc:gaaada88adba88bcb8012e5f55c458a55e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get User Certificate Filename.  <a href="#gaaada88adba88bcb8012e5f55c458a55e">More...</a><br /></td></tr>
<tr class="separator:gaaada88adba88bcb8012e5f55c458a55e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gacbe95ade22d67b1eda727f66ffa566dd"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#gacbe95ade22d67b1eda727f66ffa566dd">globus_gsi_sysconfig_get_host_cert_filename_win32</a> (char **host_cert, char **host_key)</td></tr>
<tr class="memdesc:gacbe95ade22d67b1eda727f66ffa566dd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get Host Certificate and Key Filenames.  <a href="#gacbe95ade22d67b1eda727f66ffa566dd">More...</a><br /></td></tr>
<tr class="separator:gacbe95ade22d67b1eda727f66ffa566dd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gae0c8a43f59f8c0134a758a3a4e94ea9d"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#gae0c8a43f59f8c0134a758a3a4e94ea9d">globus_gsi_sysconfig_get_service_cert_filename_win32</a> (char *service_name, char **service_cert, char **service_key)</td></tr>
<tr class="memdesc:gae0c8a43f59f8c0134a758a3a4e94ea9d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get Service Certificate and Key Filenames.  <a href="#gae0c8a43f59f8c0134a758a3a4e94ea9d">More...</a><br /></td></tr>
<tr class="separator:gae0c8a43f59f8c0134a758a3a4e94ea9d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga6989d9c71362e212bdd39f51eac9412e"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga6989d9c71362e212bdd39f51eac9412e">globus_gsi_sysconfig_get_proxy_filename_win32</a> (char **user_proxy, <a class="el" href="group__globus__gsi__sysconfig__datatypes.html#ga94d70620ea9adb2fb5b11b4e38244f30">globus_gsi_proxy_file_type_t</a> proxy_file_type)</td></tr>
<tr class="memdesc:ga6989d9c71362e212bdd39f51eac9412e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get Proxy Filename.  <a href="#ga6989d9c71362e212bdd39f51eac9412e">More...</a><br /></td></tr>
<tr class="separator:ga6989d9c71362e212bdd39f51eac9412e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga7d17dc1d58d691774ae5c4f6785fb4ed"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga7d17dc1d58d691774ae5c4f6785fb4ed">globus_gsi_sysconfig_get_ca_cert_files_win32</a> (char *ca_cert_dir, globus_fifo_t *ca_cert_list)</td></tr>
<tr class="memdesc:ga7d17dc1d58d691774ae5c4f6785fb4ed"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get CA Cert Filenames.  <a href="#ga7d17dc1d58d691774ae5c4f6785fb4ed">More...</a><br /></td></tr>
<tr class="separator:ga7d17dc1d58d691774ae5c4f6785fb4ed"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga4e211e363d8386a3682e07a9e72c1657"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga4e211e363d8386a3682e07a9e72c1657">globus_gsi_sysconfig_remove_all_owned_files_win32</a> (char *default_filename)</td></tr>
<tr class="memdesc:ga4e211e363d8386a3682e07a9e72c1657"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Remove all proxies owned by current uid.  <a href="#ga4e211e363d8386a3682e07a9e72c1657">More...</a><br /></td></tr>
<tr class="separator:ga4e211e363d8386a3682e07a9e72c1657"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga07fcd88933991485d524f650cc7c3236"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga07fcd88933991485d524f650cc7c3236">globus_gsi_sysconfig_get_gridmap_filename_win32</a> (char **filename)</td></tr>
<tr class="memdesc:ga07fcd88933991485d524f650cc7c3236"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get the path and file name of the grid map file.  <a href="#ga07fcd88933991485d524f650cc7c3236">More...</a><br /></td></tr>
<tr class="separator:ga07fcd88933991485d524f650cc7c3236"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga89bb2738de9eb4da9c21326314ab6b4d"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga89bb2738de9eb4da9c21326314ab6b4d">globus_gsi_sysconfig_get_authz_conf_filename_win32</a> (char **filename)</td></tr>
<tr class="memdesc:ga89bb2738de9eb4da9c21326314ab6b4d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get the path and file name of the grid map file.  <a href="#ga89bb2738de9eb4da9c21326314ab6b4d">More...</a><br /></td></tr>
<tr class="separator:ga89bb2738de9eb4da9c21326314ab6b4d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga4486780326d9cad0dc3e27809133b777"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga4486780326d9cad0dc3e27809133b777">globus_gsi_sysconfig_get_authz_lib_conf_filename_win32</a> (char **filename)</td></tr>
<tr class="memdesc:ga4486780326d9cad0dc3e27809133b777"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get authorization configuration filename.  <a href="#ga4486780326d9cad0dc3e27809133b777">More...</a><br /></td></tr>
<tr class="separator:ga4486780326d9cad0dc3e27809133b777"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab724a1f83f59c28b4493bf102fccb170"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#gab724a1f83f59c28b4493bf102fccb170">globus_gsi_sysconfig_get_gaa_conf_filename_win32</a> (char **filename)</td></tr>
<tr class="memdesc:gab724a1f83f59c28b4493bf102fccb170"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get the path and file name of the gaa config file.  <a href="#gab724a1f83f59c28b4493bf102fccb170">More...</a><br /></td></tr>
<tr class="separator:gab724a1f83f59c28b4493bf102fccb170"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gad095b5503e3f756dc393c3bdc39a8003"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#gad095b5503e3f756dc393c3bdc39a8003">globus_gsi_sysconfig_is_superuser_win32</a> (int *is_superuser)</td></tr>
<tr class="memdesc:gad095b5503e3f756dc393c3bdc39a8003"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Check if the current user is root.  <a href="#gad095b5503e3f756dc393c3bdc39a8003">More...</a><br /></td></tr>
<tr class="separator:gad095b5503e3f756dc393c3bdc39a8003"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga4c4210ed1d4ca7045fb44d0cc81b2389"><td class="memItemLeft" align="right" valign="top">globus_result_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__globus__gsi__sysconfig__win32.html#ga4c4210ed1d4ca7045fb44d0cc81b2389">globus_gsi_sysconfig_get_signing_policy_filename_win32</a> (X509_NAME *ca_name, char *cert_dir, char **signing_policy_filename)</td></tr>
<tr class="memdesc:ga4c4210ed1d4ca7045fb44d0cc81b2389"><td class="mdescLeft">&#160;</td><td class="mdescRight">Win32 - Get Signing Policy Filename.  <a href="#ga4c4210ed1d4ca7045fb44d0cc81b2389">More...</a><br /></td></tr>
<tr class="separator:ga4c4210ed1d4ca7045fb44d0cc81b2389"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>These functions implement the Win32 version of the Globus GSI System Configuration API. <b>They should never be called directly, please use the provided platform independent defines.</b> </p>
<h2 class="groupheader">Function Documentation</h2>
<a id="gadee596e751b393f4a933082d178b64c4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gadee596e751b393f4a933082d178b64c4">&sect;&nbsp;</a></span>globus_gsi_sysconfig_dir_exists_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_dir_exists_win32 </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Directory Exists. </p>
<p>Check that the directory exists</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">filename</td><td>the file to check</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if the directory exists, otherwise an error object identifier. </dd></dl>

</div>
</div>
<a id="ga0de1a8a77f5e354fd33b51045ca77b76"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga0de1a8a77f5e354fd33b51045ca77b76">&sect;&nbsp;</a></span>globus_gsi_sysconfig_file_exists_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_file_exists_win32 </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - File Exists. </p>
<p>Check that the file exists</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">filename</td><td>the file to check</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS (even if the file doesn't exist) - in some abortive cases an error object identifier is returned </dd></dl>

</div>
</div>
<a id="ga89bb2738de9eb4da9c21326314ab6b4d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga89bb2738de9eb4da9c21326314ab6b4d">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_authz_conf_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_authz_conf_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get the path and file name of the grid map file. </p>
<p>Get the path and file name of the authorization callback configuration file</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">filename</td><td>Contains the location of the authorization callback configuration file upon successful return </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="ga4486780326d9cad0dc3e27809133b777"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga4486780326d9cad0dc3e27809133b777">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_authz_lib_conf_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_authz_lib_conf_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get authorization configuration filename. </p>
<p>Get the path and file name of the authorization callback library configuration file</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">filename</td><td>Contains the location of the authorization callback library configuration file upon successful return </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="ga7d17dc1d58d691774ae5c4f6785fb4ed"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga7d17dc1d58d691774ae5c4f6785fb4ed">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_ca_cert_files_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_ca_cert_files_win32 </td>
          <td>(</td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>ca_cert_dir</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">globus_fifo_t *&#160;</td>
          <td class="paramname"><em>ca_cert_list</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get CA Cert Filenames. </p>
<p>Gets a list of trusted CA certificate filenames in a trusted CA certificate directory.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">ca_cert_dir</td><td>The trusted CA certificate directory to get the filenames from </td></tr>
    <tr><td class="paramname">ca_cert_list</td><td>The resulting list of CA certificate filenames. This is a globus list structure. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd>globus_fifo_t </dd></dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="ga659592fe01da9aa1e97974b856e76eba"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga659592fe01da9aa1e97974b856e76eba">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_cert_dir_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_cert_dir_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>cert_dir</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get Trusted CA Cert Dir. </p>
<p>Get the Trusted Certificate Directory containing the trusted Certificate Authority certificates. This directory is determined in the order shown below. Failure in one method results in attempting the next.</p>
<ol>
<li>
<b>X509_CERT_DIR environment variable</b> - if this is set, the trusted certificates will be searched for in that directory. This variable allows the end user to specify the location of trusted certificates. </li>
<li>
<b>x509_cert_dir registry key</b> - If this registry key is set on windows, the directory it points to should contain the trusted certificates. The path to the registry key is software\Globus\GSI </li>
<li>
<b>\&lt;user home directory&gt;\</b><b>.globus\certificates</b> - If this directory exists, and the previous methods of determining the trusted certs directory failed, this directory will be used. </li>
<li>
<b>Host Trusted Cert Dir</b> - This location is intended to be independent of the globus installation ($GLOBUS_LOCATION), and is generally only writeable by the host system administrator. </li>
<li>
<b>Globus Install Trusted Cert Dir</b> - this is $GLOBUS_LOCATION\share\certificates. </li>
</ol>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">cert_dir</td><td>The trusted certificates directory </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, and a sufficient trusted certificates directory was found. Otherwise, an error object identifier returned. </dd></dl>

</div>
</div>
<a id="ga9d463d1ef4c5c9bb9d0d3308f25730c5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga9d463d1ef4c5c9bb9d0d3308f25730c5">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_current_working_dir_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_current_working_dir_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>working_dir</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get Current Working Directory. </p>
<p>Get the current working directory on a windows system</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">working_dir</td><td>The working directory to get </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="gab724a1f83f59c28b4493bf102fccb170"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gab724a1f83f59c28b4493bf102fccb170">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_gaa_conf_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_gaa_conf_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get the path and file name of the gaa config file. </p>
<p>Get the path and file name of the gaa config configuration file .</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">filename</td><td>Contains the location of the authorization callback configuration file upon successful return </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="ga07fcd88933991485d524f650cc7c3236"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga07fcd88933991485d524f650cc7c3236">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_gridmap_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_gridmap_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get the path and file name of the grid map file. </p>
<p>Get the path and file name of the grid map file.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">filename</td><td>Contains the location of the grid map file upon successful return </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="gacbe95ade22d67b1eda727f66ffa566dd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gacbe95ade22d67b1eda727f66ffa566dd">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_host_cert_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_host_cert_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>host_cert</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>host_key</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get Host Certificate and Key Filenames. </p>
<p>Get the Host Certificate and Key Filenames based on the current user's environment. The host cert and key are searched for in the following locations (in order):</p>
<ol>
<li>
X509_USER_CERT and X509_USER_KEY environment variables </li>
<li>
registry keys x509_user_cert and x509_user_key in software\Globus\GSI </li>
<li>
<b>&lt;GLOBUS_LOCATION&gt;\etc\host[cert|key].pem</b> </li>
<li>
<b>&lt;users home directory&gt;\</b><b>.globus\host[cert|key].pem</b> </li>
</ol>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">host_cert</td><td>pointer to the host certificate filename </td></tr>
    <tr><td class="paramname">host_key</td><td>pointer to the host key filename</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if the host cert and key were found, otherwise an error object identifier is returned </dd></dl>

</div>
</div>
<a id="ga6989d9c71362e212bdd39f51eac9412e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga6989d9c71362e212bdd39f51eac9412e">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_proxy_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_proxy_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>user_proxy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group__globus__gsi__sysconfig__datatypes.html#ga94d70620ea9adb2fb5b11b4e38244f30">globus_gsi_proxy_file_type_t</a>&#160;</td>
          <td class="paramname"><em>proxy_file_type</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get Proxy Filename. </p>
<p>Get the proxy cert filename based on the following search order:</p>
<ol>
<li>
<p class="startli">X509_USER_PROXY environment variable - This environment variable is set by the at run time for the specific application. If the proxy_file_type variable is set to GLOBUS_PROXY_OUTPUT (a proxy filename for writing is requested), and the X509_USER_PROXY is set, this will be the resulting value of the user_proxy filename string passed in. If the proxy_file_type is set to GLOBUS_PROXY_INPUT and X509_USER_PROXY is set, but the file it points to does not exist, or has some other readability issues, the function will continue checking using the other methods available.</p>
<p class="endli"></p>
</li>
<li>
<p class="startli">check the registry key: x509_user_proxy. Just as with the environment variable, if the registry key is set, and proxy_file_type is GLOBUS_PROXY_OUTPUT, the string set to be the proxy filename will be this registry key's value. If proxy_file_type is GLOBUS_PROXY_INPUT, and the file doesn't exist, the function will check the next method for the proxy's filename.</p>
<p class="endli"></p>
</li>
<li>
Check the default location for the proxy file. The default location should be set to reside in the temp directory on that host, with the filename taking the format: x509_u&lt;user id&gt; where &lt;user id&gt; is some unique string for that user on the host </li>
</ol>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">user_proxy</td><td>the proxy filename of the user </td></tr>
    <tr><td class="paramname">proxy_file_type</td><td>Switch for determining whether to return a existing proxy filename or if a filename suitable for creating a proxy should be returned</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS or an error object identifier </dd></dl>

</div>
</div>
<a id="gae0c8a43f59f8c0134a758a3a4e94ea9d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gae0c8a43f59f8c0134a758a3a4e94ea9d">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_service_cert_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_service_cert_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>service_name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>service_cert</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>service_key</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get Service Certificate and Key Filenames. </p>
<p>Get the Service Certificate Filename based on the current user's environment. The host cert and key are searched for in the following locations (in order):</p>
<ol>
<li>
X509_USER_CERT and X509_USER_KEY environment variables </li>
<li>
registry keys x509_user_cert and x509_user_key in software\Globus\GSI </li>
<li>
GLOBUS_LOCATION\etc\{service_name}\{service_name}[cert|key].pem So for example, if my service was named: myservice, the location of the certificate would be: <b>&lt;GLOBUS_LOCATION&gt;\etc\myservice\myservicecert.pem</b> </li>
<li>
<b>&lt;users home&gt;\</b><b>.globus\{service_name}\{service_name}[cert|key].pem</b> </li>
</ol>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">service_name</td><td>The name of the service which allows us to determine the locations of cert and key files to look for </td></tr>
    <tr><td class="paramname">service_cert</td><td>pointer to the host certificate filename </td></tr>
    <tr><td class="paramname">service_key</td><td>pointer to the host key filename</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if the service cert and key were found, otherwise an error object identifier </dd></dl>

</div>
</div>
<a id="ga4c4210ed1d4ca7045fb44d0cc81b2389"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga4c4210ed1d4ca7045fb44d0cc81b2389">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_signing_policy_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_signing_policy_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">X509_NAME *&#160;</td>
          <td class="paramname"><em>ca_name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>cert_dir</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>signing_policy_filename</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get Signing Policy Filename. </p>
<p>Get the Signing Policy Filename on the current system, based on the CA's subject name, and the trusted certificates directory</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">ca_name</td><td>The X.509 subject name of the CA to get the signing policy of. The hash of the CA is generated from this</td></tr>
    <tr><td class="paramname">cert_dir</td><td>The trusted CA certificates directory, containing the singing_policy files of the trusted CAs.</td></tr>
    <tr><td class="paramname">signing_policy_filename</td><td>The resulting singing_policy filename </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID </dd></dl>

</div>
</div>
<a id="gaaada88adba88bcb8012e5f55c458a55e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gaaada88adba88bcb8012e5f55c458a55e">&sect;&nbsp;</a></span>globus_gsi_sysconfig_get_user_cert_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_get_user_cert_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>user_cert</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>user_key</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Get User Certificate Filename. </p>
<p>Get the User Certificate Filename based on the current user's environment. The following locations are searched for cert and key files in order:</p>
<ol>
<li>
environment variables X509_USER_CERT and X509_USER_KEY </li>
<li>
registry keys x509_user_cert and x509_user_key in software\Globus\GSI </li>
<li>
<b>&lt;users home directory&gt;\</b><b>.globus\usercert.pem</b> and <b>&lt;users home directory&gt;\</b><b>.globus\userkey.pem</b> </li>
<li>
<b>&lt;users home directory&gt;\</b><b>.globus\usercred.p12</b> - this is a PKCS12 credential </li>
</ol>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">user_cert</td><td>pointer the filename of the user certificate </td></tr>
    <tr><td class="paramname">user_key</td><td>pointer to the filename of the user key </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if the cert and key files were found in one of the possible locations, otherwise an error object identifier is returned </dd></dl>

</div>
</div>
<a id="gad095b5503e3f756dc393c3bdc39a8003"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gad095b5503e3f756dc393c3bdc39a8003">&sect;&nbsp;</a></span>globus_gsi_sysconfig_is_superuser_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_is_superuser_win32 </td>
          <td>(</td>
          <td class="paramtype">int *&#160;</td>
          <td class="paramname"><em>is_superuser</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Check if the current user is root. </p>
<p>Checks whether the current user is root.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">is_superuser</td><td>1 if the user is the superuser 0 if not </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="ga6e5899291e6da583025b079f37b0244d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga6e5899291e6da583025b079f37b0244d">&sect;&nbsp;</a></span>globus_gsi_sysconfig_make_absolute_path_for_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_make_absolute_path_for_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>filename</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>absolute_path</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Make Absolute Path. </p>
<p>Make the filename into an absolute path string based on the current working directory.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">filename</td><td>the filename to get the absolute path of. </td></tr>
    <tr><td class="paramname">absolute_path</td><td>The resulting absolute path </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="ga4e211e363d8386a3682e07a9e72c1657"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga4e211e363d8386a3682e07a9e72c1657">&sect;&nbsp;</a></span>globus_gsi_sysconfig_remove_all_owned_files_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_remove_all_owned_files_win32 </td>
          <td>(</td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>default_filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Remove all proxies owned by current uid. </p>
<p>Removes all proxies (all delegated and grid-proxy-init generated proxies) found in the secure temp directory that are owned by the current user.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">default_filename</td><td>The filename of the default proxy </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS if no error occurred, otherwise an error object ID is returned </dd></dl>

</div>
</div>
<a id="gab406d12caca14f03e8f4091f1ea8aded"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gab406d12caca14f03e8f4091f1ea8aded">&sect;&nbsp;</a></span>globus_gsi_sysconfig_set_key_permissions_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_set_key_permissions_win32 </td>
          <td>(</td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>filename</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Set Key Permissions. </p>
<p>Set the file permissions of a file to read only by the user which are the permissions that should be set for all private keys.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">filename</td><td></td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>GLOBUS_SUCCESS or an error object id </dd></dl>

</div>
</div>
<a id="gac04852db1744d25b3304c99a304f1513"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gac04852db1744d25b3304c99a304f1513">&sect;&nbsp;</a></span>globus_gsi_sysconfig_split_dir_and_filename_win32()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">globus_result_t globus_gsi_sysconfig_split_dir_and_filename_win32 </td>
          <td>(</td>
          <td class="paramtype">char *&#160;</td>
          <td class="paramname"><em>full_filename</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>dir_string</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char **&#160;</td>
          <td class="paramname"><em>filename_string</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Win32 - Split Directory and Filename. </p>
<p>Split the directory and filename portions of a filename string into two separate strings</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">full_filename</td><td></td></tr>
    <tr><td class="paramname">dir_string</td><td></td></tr>
    <tr><td class="paramname">filename_string</td><td></td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd></dd></dl>

</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
</body>
</html>