Remove unused data type schar. If we really need this, it should probably be typedeff...
[kai/samba-autobuild/.git] / source3 / include / includes.h
1 #ifndef _INCLUDES_H
2 #define _INCLUDES_H
3 /* 
4    Unix SMB/CIFS implementation.
5    Machine customisation and include handling
6    Copyright (C) Andrew Tridgell 1994-1998
7    Copyright (C) 2002 by Martin Pool <mbp@samba.org>
8    
9    This program is free software; you can redistribute it and/or modify
10    it under the terms of the GNU General Public License as published by
11    the Free Software Foundation; either version 3 of the License, or
12    (at your option) any later version.
13    
14    This program is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17    GNU General Public License for more details.
18    
19    You should have received a copy of the GNU General Public License
20    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21 */
22
23 /* work around broken krb5.h on sles9 */
24 #ifdef SIZEOF_LONG
25 #undef SIZEOF_LONG
26 #endif
27
28 #include "../replace/replace.h"
29
30 /* make sure we have included the correct config.h */
31 #ifndef NO_CONFIG_H /* for some tests */
32 #ifndef CONFIG_H_IS_FROM_SAMBA
33 #error "make sure you have removed all config.h files from standalone builds!"
34 #error "the included config.h isn't from samba!"
35 #endif
36 #endif /* NO_CONFIG_H */
37
38 /* only do the C++ reserved word check when we compile
39    to include --with-developer since too many systems
40    still have comflicts with their header files (e.g. IRIX 6.4) */
41
42 #if !defined(__cplusplus) && defined(DEVELOPER)
43 #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
44 #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
45 #define public #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
46 #define protected #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
47 #define template #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
48 #define this #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
49 #define new #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
50 #define delete #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
51 #define friend #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
52 #endif
53
54 #include "local.h"
55
56 #ifdef AIX
57 #define DEFAULT_PRINTING PRINT_AIX
58 #define PRINTCAP_NAME "/etc/qconfig"
59 #endif
60
61 #ifdef HPUX
62 #define DEFAULT_PRINTING PRINT_HPUX
63 #endif
64
65 #ifdef QNX
66 #define DEFAULT_PRINTING PRINT_QNX
67 #endif
68
69 #ifdef SUNOS4
70 /* on SUNOS4 termios.h conflicts with sys/ioctl.h */
71 #undef HAVE_TERMIOS_H
72 #endif
73
74 #ifndef _PUBLIC_
75 #ifdef HAVE_VISIBILITY_ATTR
76 #  define _PUBLIC_ __attribute__((visibility("default")))
77 #else
78 #  define _PUBLIC_
79 #endif
80 #endif
81
82 #if defined(__GNUC__) && !defined(__cplusplus)
83 /** gcc attribute used on function parameters so that it does not emit
84  * warnings about them being unused. **/
85 #  define UNUSED(param) param __attribute__ ((unused))
86 #else
87 #  define UNUSED(param) param
88 /** Feel free to add definitions for other compilers here. */
89 #endif
90
91 #ifdef RELIANTUNIX
92 /*
93  * <unistd.h> has to be included before any other to get
94  * large file support on Reliant UNIX. Yes, it's broken :-).
95  */
96 #ifdef HAVE_UNISTD_H
97 #include <unistd.h>
98 #endif
99 #endif /* RELIANTUNIX */
100
101 #include "system/capability.h"
102 #include "system/dir.h"
103 #include "system/filesys.h"
104 #include "system/glob.h"
105 #include "system/iconv.h"
106 #include "system/locale.h"
107 #include "system/network.h"
108 #include "system/passwd.h"
109 #include "system/readline.h"
110 #include "system/select.h"
111 #include "system/shmem.h"
112 #include "system/syslog.h"
113 #include "system/terminal.h"
114 #include "system/time.h"
115 #include "system/wait.h"
116
117 #if defined(HAVE_RPC_RPC_H)
118 /*
119  * Check for AUTH_ERROR define conflict with rpc/rpc.h in prot.h.
120  */
121 #if defined(HAVE_SYS_SECURITY_H) && defined(HAVE_RPC_AUTH_ERROR_CONFLICT)
122 #undef AUTH_ERROR
123 #endif
124 /*
125  * HP-UX 11.X has TCP_NODELAY and TCP_MAXSEG defined in <netinet/tcp.h> which
126  * was included above.  However <rpc/rpc.h> includes <sys/xti.h> which defines
127  * them again without checking if they already exsist.  This generates
128  * two "Redefinition of macro" warnings for every single .c file that is
129  * compiled.
130  */
131 #if defined(HPUX) && defined(TCP_NODELAY)
132 #undef TCP_NODELAY
133 #endif
134 #if defined(HPUX) && defined(TCP_MAXSEG)
135 #undef TCP_MAXSEG
136 #endif
137 #include <rpc/rpc.h>
138 #endif
139
140 #if defined(HAVE_YP_GET_DEFAULT_DOMAIN) && defined(HAVE_SETNETGRENT) && defined(HAVE_ENDNETGRENT) && defined(HAVE_GETNETGRENT)
141 #define HAVE_NETGROUP 1
142 #endif
143
144 #if defined (HAVE_NETGROUP)
145 #if defined(HAVE_RPCSVC_YP_PROT_H)
146 /*
147  * HP-UX 11.X has TCP_NODELAY and TCP_MAXSEG defined in <netinet/tcp.h> which
148  * was included above.  However <rpc/rpc.h> includes <sys/xti.h> which defines
149  * them again without checking if they already exsist.  This generates
150  * two "Redefinition of macro" warnings for every single .c file that is
151  * compiled.
152  */
153 #if defined(HPUX) && defined(TCP_NODELAY)
154 #undef TCP_NODELAY
155 #endif
156 #if defined(HPUX) && defined(TCP_MAXSEG)
157 #undef TCP_MAXSEG
158 #endif
159 #include <rpcsvc/yp_prot.h>
160 #endif
161 #if defined(HAVE_RPCSVC_YPCLNT_H)
162 #include <rpcsvc/ypclnt.h>
163 #endif
164 #endif /* HAVE_NETGROUP */
165
166 #if HAVE_KRB5_H
167 #include <krb5.h>
168 #else
169 #undef HAVE_KRB5
170 #endif
171
172 #if HAVE_LBER_H
173 #include <lber.h>
174 #if defined(HPUX) && !defined(_LBER_TYPES_H)
175 /* Define ber_tag_t and ber_int_t for using
176  * HP LDAP-UX Integration products' LDAP libraries.
177 */
178 #ifndef ber_tag_t
179 typedef unsigned long ber_tag_t;
180 typedef int ber_int_t;
181 #endif
182 #endif /* defined(HPUX) && !defined(_LBER_TYPES_H) */
183 #ifndef LBER_USE_DER
184 #define LBER_USE_DER 0x01
185 #endif
186 #endif
187
188 #if HAVE_LDAP_H
189 #include <ldap.h>
190 #ifndef LDAP_CONST
191 #define LDAP_CONST const
192 #endif
193 #ifndef LDAP_OPT_SUCCESS
194 #define LDAP_OPT_SUCCESS 0
195 #endif
196 /* Solaris 8 and maybe other LDAP implementations spell this "..._INPROGRESS": */
197 #if defined(LDAP_SASL_BIND_INPROGRESS) && !defined(LDAP_SASL_BIND_IN_PROGRESS)
198 #define LDAP_SASL_BIND_IN_PROGRESS LDAP_SASL_BIND_INPROGRESS
199 #endif
200 /* Solaris 8 defines SSL_LDAP_PORT, not LDAPS_PORT and it only does so if
201    LDAP_SSL is defined - but SSL is not working. We just want the
202    port number! Let's just define LDAPS_PORT correct. */
203 #if !defined(LDAPS_PORT)
204 #define LDAPS_PORT 636
205 #endif
206 #else
207 #undef HAVE_LDAP
208 #endif
209
210 #if HAVE_GSSAPI_H
211 #include <gssapi.h>
212 #elif HAVE_GSSAPI_GSSAPI_H
213 #include <gssapi/gssapi.h>
214 #elif HAVE_GSSAPI_GSSAPI_GENERIC_H
215 #include <gssapi/gssapi_generic.h>
216 #endif
217
218 #if HAVE_COM_ERR_H
219 #include <com_err.h>
220 #endif
221
222 #if HAVE_SYS_ATTRIBUTES_H
223 #include <sys/attributes.h>
224 #endif
225
226 #ifndef ENOATTR
227 #define ENOATTR ENODATA
228 #endif
229
230 /* mutually exclusive (SuSE 8.2) */
231 #if HAVE_ATTR_XATTR_H
232 #include <attr/xattr.h>
233 #elif HAVE_SYS_XATTR_H
234 #include <sys/xattr.h>
235 #endif
236
237 #ifdef HAVE_SYS_EA_H
238 #include <sys/ea.h>
239 #endif
240
241 #ifdef HAVE_SYS_EXTATTR_H
242 #include <sys/extattr.h>
243 #endif
244
245 #ifdef HAVE_SYS_UIO_H
246 #include <sys/uio.h>
247 #endif
248
249 #if HAVE_LANGINFO_H
250 #include <langinfo.h>
251 #endif
252
253 #if HAVE_NETGROUP_H
254 #include <netgroup.h>
255 #endif
256
257 #if defined(HAVE_AIO_H) && defined(WITH_AIO)
258 #include <aio.h>
259 #endif
260
261 /* skip valgrind headers on 64bit AMD boxes */
262 #ifndef HAVE_64BIT_LINUX
263 /* Special macros that are no-ops except when run under Valgrind on
264  * x86.  They've moved a little bit from valgrind 1.0.4 to 1.9.4 */
265 #if HAVE_VALGRIND_MEMCHECK_H
266         /* memcheck.h includes valgrind.h */
267 #include <valgrind/memcheck.h>
268 #elif HAVE_VALGRIND_H
269 #include <valgrind.h>
270 #endif
271 #endif
272
273 /* If we have --enable-developer and the valgrind header is present,
274  * then we're OK to use it.  Set a macro so this logic can be done only
275  * once. */
276 #if defined(DEVELOPER) && !defined(HAVE_64BIT_LINUX)
277 #if (HAVE_VALGRIND_H || HAVE_VALGRIND_VALGRIND_H)
278 #define VALGRIND
279 #endif
280 #endif
281
282
283 /* we support ADS if we want it and have krb5 and ldap libs */
284 #if defined(WITH_ADS) && defined(HAVE_KRB5) && defined(HAVE_LDAP)
285 #define HAVE_ADS
286 #endif
287
288 /*
289  * Define VOLATILE if needed.
290  */
291
292 #if defined(HAVE_VOLATILE)
293 #define VOLATILE volatile
294 #else
295 #define VOLATILE
296 #endif
297
298 /*
299  * Define additional missing types
300  */
301 #if defined(HAVE_SIG_ATOMIC_T_TYPE) && defined(AIX)
302 typedef sig_atomic_t SIG_ATOMIC_T;
303 #elif defined(HAVE_SIG_ATOMIC_T_TYPE) && !defined(AIX)
304 typedef sig_atomic_t VOLATILE SIG_ATOMIC_T;
305 #else
306 typedef int VOLATILE SIG_ATOMIC_T;
307 #endif
308
309 #ifndef uchar
310 #define uchar unsigned char
311 #endif
312
313 /*
314    Samba needs type definitions for int16, int32, uint16 and uint32.
315
316    Normally these are signed and unsigned 16 and 32 bit integers, but
317    they actually only need to be at least 16 and 32 bits
318    respectively. Thus if your word size is 8 bytes just defining them
319    as signed and unsigned int will work.
320 */
321
322 #ifndef uint8
323 #define uint8 unsigned char
324 #endif
325
326 #if !defined(int16) && !defined(HAVE_INT16_FROM_RPC_RPC_H)
327 #  if (SIZEOF_SHORT == 4)
328 #    define int16 __ERROR___CANNOT_DETERMINE_TYPE_FOR_INT16;
329 #  else /* SIZEOF_SHORT != 4 */
330 #    define int16 short
331 #  endif /* SIZEOF_SHORT != 4 */
332    /* needed to work around compile issue on HP-UX 11.x */
333 #  define _INT16        1
334 #endif
335
336 /*
337  * Note we duplicate the size tests in the unsigned 
338  * case as int16 may be a typedef from rpc/rpc.h
339  */
340
341 #if !defined(uint16) && !defined(HAVE_UINT16_FROM_RPC_RPC_H)
342 #if (SIZEOF_SHORT == 4)
343 #define uint16 __ERROR___CANNOT_DETERMINE_TYPE_FOR_INT16;
344 #else /* SIZEOF_SHORT != 4 */
345 #define uint16 unsigned short
346 #endif /* SIZEOF_SHORT != 4 */
347 #endif
348
349 #if !defined(int32) && !defined(HAVE_INT32_FROM_RPC_RPC_H)
350 #  if (SIZEOF_INT == 4)
351 #    define int32 int
352 #  elif (SIZEOF_LONG == 4)
353 #    define int32 long
354 #  elif (SIZEOF_SHORT == 4)
355 #    define int32 short
356 #  else
357      /* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */
358 #    define int32 int
359 #  endif
360    /* needed to work around compile issue on HP-UX 11.x */
361 #  define _INT32        1
362 #endif
363
364 /*
365  * Note we duplicate the size tests in the unsigned 
366  * case as int32 may be a typedef from rpc/rpc.h
367  */
368
369 #if !defined(uint32) && !defined(HAVE_UINT32_FROM_RPC_RPC_H)
370 #if (SIZEOF_INT == 4)
371 #define uint32 unsigned int
372 #elif (SIZEOF_LONG == 4)
373 #define uint32 unsigned long
374 #elif (SIZEOF_SHORT == 4)
375 #define uint32 unsigned short
376 #else
377 /* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */
378 #define uint32 unsigned
379 #endif
380 #endif
381
382 /*
383  * check for 8 byte long long
384  */
385
386 #if !defined(uint64)
387 #if (SIZEOF_LONG == 8)
388 #define uint64 unsigned long
389 #elif (SIZEOF_LONG_LONG == 8)
390 #define uint64 unsigned long long
391 #endif  /* don't lie.  If we don't have it, then don't use it */
392 #endif
393
394 #if !defined(int64)
395 #if (SIZEOF_LONG == 8)
396 #define int64 long
397 #elif (SIZEOF_LONG_LONG == 8)
398 #define int64 long long
399 #endif  /* don't lie.  If we don't have it, then don't use it */
400 #endif
401
402
403 /*
404  * Types for devices, inodes and offsets.
405  */
406
407 #ifndef SMB_DEV_T
408 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_DEV64_T)
409 #    define SMB_DEV_T dev64_t
410 #  else
411 #    define SMB_DEV_T dev_t
412 #  endif
413 #endif
414
415 #ifndef LARGE_SMB_DEV_T
416 #  if (defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_DEV64_T)) || (defined(SIZEOF_DEV_T) && (SIZEOF_DEV_T == 8))
417 #    define LARGE_SMB_DEV_T 1
418 #  endif
419 #endif
420
421 #ifdef LARGE_SMB_DEV_T
422 #define SDEV_T_VAL(p, ofs, v) (SIVAL((p),(ofs),(v)&0xFFFFFFFF), SIVAL((p),(ofs)+4,(v)>>32))
423 #define DEV_T_VAL(p, ofs) ((SMB_DEV_T)(((uint64_t)(IVAL((p),(ofs))))| (((uint64_t)(IVAL((p),(ofs)+4))) << 32)))
424 #else 
425 #define SDEV_T_VAL(p, ofs, v) (SIVAL((p),(ofs),v),SIVAL((p),(ofs)+4,0))
426 #define DEV_T_VAL(p, ofs) ((SMB_DEV_T)(IVAL((p),(ofs))))
427 #endif
428
429 /*
430  * Setup the correctly sized inode type.
431  */
432
433 #ifndef SMB_INO_T
434 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_INO64_T)
435 #    define SMB_INO_T ino64_t
436 #  else
437 #    define SMB_INO_T ino_t
438 #  endif
439 #endif
440
441 #ifndef LARGE_SMB_INO_T
442 #  if (defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_INO64_T)) || (defined(SIZEOF_INO_T) && (SIZEOF_INO_T == 8))
443 #    define LARGE_SMB_INO_T 1
444 #  endif
445 #endif
446
447 #ifdef LARGE_SMB_INO_T
448 #define SINO_T_VAL(p, ofs, v) (SIVAL((p),(ofs),(v)&0xFFFFFFFF), SIVAL((p),(ofs)+4,(v)>>32))
449 #define INO_T_VAL(p, ofs) ((SMB_INO_T)(((uint64_t)(IVAL(p,ofs)))| (((uint64_t)(IVAL(p,(ofs)+4))) << 32)))
450 #else 
451 #define SINO_T_VAL(p, ofs, v) (SIVAL(p,ofs,v),SIVAL(p,(ofs)+4,0))
452 #define INO_T_VAL(p, ofs) ((SMB_INO_T)(IVAL((p),(ofs))))
453 #endif
454
455 #ifndef SMB_OFF_T
456 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_OFF64_T)
457 #    define SMB_OFF_T off64_t
458 #  else
459 #    define SMB_OFF_T off_t
460 #  endif
461 #endif
462
463 #define SBIG_UINT(p, ofs, v) (SIVAL(p,ofs,(v)&0xFFFFFFFF), SIVAL(p,(ofs)+4,(v)>>32))
464 #define IVAL2_TO_SMB_BIG_UINT(buf,off) ( (((uint64_t)(IVAL((buf),(off)))) & ((uint64_t)0xFFFFFFFF)) | \
465                 (( ((uint64_t)(IVAL((buf),(off+4)))) & ((uint64_t)0xFFFFFFFF) ) << 32 ) )
466
467
468 /* this should really be a 64 bit type if possible */
469 typedef uint64_t br_off;
470
471 #define SMB_OFF_T_BITS (sizeof(SMB_OFF_T)*8)
472
473 /*
474  * Set the define that tells us if we can do 64 bit
475  * NT SMB calls.
476  */
477
478 #ifndef LARGE_SMB_OFF_T
479 #  if (defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_OFF64_T)) || (defined(SIZEOF_OFF_T) && (SIZEOF_OFF_T == 8))
480 #    define LARGE_SMB_OFF_T 1
481 #  endif
482 #endif
483
484 #ifdef LARGE_SMB_OFF_T
485 #define SOFF_T(p, ofs, v) (SIVAL(p,ofs,(v)&0xFFFFFFFF), SIVAL(p,(ofs)+4,(v)>>32))
486 #define SOFF_T_R(p, ofs, v) (SIVAL(p,(ofs)+4,(v)&0xFFFFFFFF), SIVAL(p,ofs,(v)>>32))
487 #define IVAL_TO_SMB_OFF_T(buf,off) ((SMB_OFF_T)(( ((uint64_t)(IVAL((buf),(off)))) & ((uint64_t)0xFFFFFFFF) )))
488 #else 
489 #define SOFF_T(p, ofs, v) (SIVAL(p,ofs,v),SIVAL(p,(ofs)+4,0))
490 #define SOFF_T_R(p, ofs, v) (SIVAL(p,(ofs)+4,v),SIVAL(p,ofs,0))
491 #define IVAL_TO_SMB_OFF_T(buf,off) ((SMB_OFF_T)(( ((uint32)(IVAL((buf),(off)))) & 0xFFFFFFFF )))
492 #endif
493
494 /*
495  * Type for stat structure.
496  */
497
498 #ifndef SMB_STRUCT_STAT
499 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_STAT64) && defined(HAVE_OFF64_T)
500 #    define SMB_STRUCT_STAT struct stat64
501 #  else
502 #    define SMB_STRUCT_STAT struct stat
503 #  endif
504 #endif
505
506 /*
507  * Type for dirent structure.
508  */
509
510 #ifndef SMB_STRUCT_DIRENT
511 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_STRUCT_DIRENT64)
512 #    define SMB_STRUCT_DIRENT struct dirent64
513 #  else
514 #    define SMB_STRUCT_DIRENT struct dirent
515 #  endif
516 #endif
517
518 /*
519  * Type for DIR structure.
520  */
521
522 #ifndef SMB_STRUCT_DIR
523 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_STRUCT_DIR64)
524 #    define SMB_STRUCT_DIR DIR64
525 #  else
526 #    define SMB_STRUCT_DIR DIR
527 #  endif
528 #endif
529
530 /*
531  * Defines for 64 bit fcntl locks.
532  */
533
534 #ifndef SMB_STRUCT_FLOCK
535 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_STRUCT_FLOCK64) && defined(HAVE_OFF64_T)
536 #    define SMB_STRUCT_FLOCK struct flock64
537 #  else
538 #    define SMB_STRUCT_FLOCK struct flock
539 #  endif
540 #endif
541
542 #ifndef SMB_F_SETLKW
543 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_STRUCT_FLOCK64) && defined(HAVE_OFF64_T)
544 #    define SMB_F_SETLKW F_SETLKW64
545 #  else
546 #    define SMB_F_SETLKW F_SETLKW
547 #  endif
548 #endif
549
550 #ifndef SMB_F_SETLK
551 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_STRUCT_FLOCK64) && defined(HAVE_OFF64_T)
552 #    define SMB_F_SETLK F_SETLK64
553 #  else
554 #    define SMB_F_SETLK F_SETLK
555 #  endif
556 #endif
557
558 #ifndef SMB_F_GETLK
559 #  if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_STRUCT_FLOCK64) && defined(HAVE_OFF64_T)
560 #    define SMB_F_GETLK F_GETLK64
561 #  else
562 #    define SMB_F_GETLK F_GETLK
563 #  endif
564 #endif
565
566 /*
567  * Type for aiocb structure.
568  */
569
570 #ifndef SMB_STRUCT_AIOCB
571 #  if defined(WITH_AIO)
572 #    if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_AIOCB64)
573 #      define SMB_STRUCT_AIOCB struct aiocb64
574 #    else
575 #      define SMB_STRUCT_AIOCB struct aiocb
576 #    endif
577 #  else
578 #    define SMB_STRUCT_AIOCB int /* AIO not being used but we still need the define.... */
579 #  endif
580 #endif
581
582 #ifndef HAVE_STRUCT_TIMESPEC
583 struct timespec {
584         time_t tv_sec;            /* Seconds.  */
585         long tv_nsec;           /* Nanoseconds.  */
586 };
587 #endif
588
589 #ifndef MIN
590 #define MIN(a,b) ((a)<(b)?(a):(b))
591 #endif
592
593 #ifndef MAX
594 #define MAX(a,b) ((a)>(b)?(a):(b))
595 #endif
596
597 #ifdef HAVE_BROKEN_GETGROUPS
598 #define GID_T int
599 #else
600 #define GID_T gid_t
601 #endif
602
603 #ifndef NGROUPS_MAX
604 #define NGROUPS_MAX 32 /* Guess... */
605 #endif
606
607 /* Our own fstrings */
608
609 /*
610                   --------------
611                  /              \
612                 /      REST      \
613                /        IN        \
614               /       PEACE        \
615              /                      \
616              | The infamous pstring |
617              |                      |
618              |                      |
619              |      7 December      |
620              |                      |
621              |         2007         |
622             *|     *  *  *          | *
623    _________)/\\_//(\/(/\)/\//\/\///|_)_______
624 */
625
626 #ifndef FSTRING_LEN
627 #define FSTRING_LEN 256
628 typedef char fstring[FSTRING_LEN];
629 #endif
630
631 /* Lists, trees, caching, database... */
632 #include "../lib/util/xfile.h"
633 #include "intl.h"
634 #include "../lib/util/dlinklist.h"
635 #include "tdb.h"
636 #include "util_tdb.h"
637
638 #include "../talloc/talloc.h"
639
640 #include "../lib/util/data_blob.h"
641 #include "../lib/util/time.h"
642 /* And a little extension. Abort on type mismatch */
643 #define talloc_get_type_abort(ptr, type) \
644         (type *)talloc_check_name_abort(ptr, #type)
645
646 #include "nt_status.h"
647 #include "ads.h"
648 #include "ads_dns.h"
649 #include "interfaces.h"
650 #include "trans2.h"
651 #include "nterr.h"
652 #include "ntioctl.h"
653 #include "charset.h"
654 #include "dynconfig.h"
655 #include "util_getent.h"
656 #include "debugparse.h"
657 #include "version.h"
658 #include "privileges.h"
659 #include "messages.h"
660 #include "locking.h"
661 #include "smb.h"
662 #include "nameserv.h"
663 #include "secrets.h"
664 #include "../lib/util/byteorder.h"
665 #include "privileges.h"
666 #include "rpc_misc.h"
667 #include "rpc_dce.h"
668 #include "mapping.h"
669 #include "passdb.h"
670 #include "rpc_secdes.h"
671 #include "gpo.h"
672 #include "authdata.h"
673 #include "msdfs.h"
674 #include "rap.h"
675 #include "../lib/crypto/md5.h"
676 #include "../lib/crypto/arcfour.h"
677 #include "../lib/crypto/crc32.h"
678 #include "../lib/crypto/hmacmd5.h"
679 #include "ntlmssp.h"
680 #include "auth.h"
681 #include "ntdomain.h"
682 #include "rpc_svcctl.h"
683 #include "rpc_ntsvcs.h"
684 #include "rpc_lsa.h"
685 #include "reg_objects.h"
686 #include "reg_db.h"
687 #include "rpc_spoolss.h"
688 #include "rpc_eventlog.h"
689 #include "rpc_perfcount.h"
690 #include "rpc_perfcount_defs.h"
691 #include "librpc/gen_ndr/notify.h"
692 #include "librpc/gen_ndr/xattr.h"
693 #include "librpc/gen_ndr/messaging.h"
694 #include "librpc/gen_ndr/ndr_nbt.h"
695 #include "librpc/rpc/dcerpc.h"
696 #include "nt_printing.h"
697 #include "idmap.h"
698 #include "client.h"
699
700 #include "session.h"
701 #include "asn_1.h"
702 #include "popt.h"
703 #include "mangle.h"
704 #include "module.h"
705 #include "nsswitch/winbind_client.h"
706 #include "spnego.h"
707 #include "rpc_client.h"
708 #include "event.h"
709 #include "dbwrap.h"
710 #include "packet.h"
711 #include "ctdbd_conn.h"
712 #include "talloc_stack.h"
713 #include "memcache.h"
714 #include "async_req.h"
715 #include "async_smb.h"
716 #include "async_sock.h"
717
718 #include "lib/smbconf/smbconf.h"
719
720 /* Defines for wisXXX functions. */
721 #define UNI_UPPER    0x1
722 #define UNI_LOWER    0x2
723 #define UNI_DIGIT    0x4
724 #define UNI_XDIGIT   0x8
725 #define UNI_SPACE    0x10
726
727 #include "nsswitch/winbind_nss.h"
728
729 /* forward declaration from printing.h to get around 
730    header file dependencies */
731
732 struct printjob;
733
734 /* forward declarations from smbldap.c */
735
736 #include "smbldap.h"
737
738 #include "smb_ldap.h"
739
740 struct dns_reg_state;
741
742 void dns_register_smbd(struct dns_reg_state ** dns_state_ptr,
743                 unsigned port,
744                 int *maxfd,
745                 fd_set *listen_set,
746                 struct timeval *timeout);
747
748 void dns_register_close(struct dns_reg_state ** dns_state_ptr);
749
750
751 bool dns_register_smbd_reply(struct dns_reg_state *dns_state,
752                 fd_set *lfds, struct timeval *timeout);
753
754 /*
755  * Reasons for cache flush.
756  */
757
758 enum flush_reason_enum {
759     SEEK_FLUSH,
760     READ_FLUSH,
761     WRITE_FLUSH,
762     READRAW_FLUSH,
763     OPLOCK_RELEASE_FLUSH,
764     CLOSE_FLUSH,
765     SYNC_FLUSH,
766     SIZECHANGE_FLUSH,
767     /* NUM_FLUSH_REASONS must remain the last value in the enumeration. */
768     NUM_FLUSH_REASONS};
769
770 #include "nss_info.h"
771 #include "modules/nfs4_acls.h"
772 #include "nsswitch/libwbclient/wbclient.h"
773
774 /* generated rpc server implementation functions */
775 #include "librpc/gen_ndr/srv_echo.h"
776 #include "librpc/gen_ndr/srv_svcctl.h"
777 #include "librpc/gen_ndr/srv_lsa.h"
778 #include "librpc/gen_ndr/srv_eventlog.h"
779 #include "librpc/gen_ndr/srv_winreg.h"
780 #include "librpc/gen_ndr/srv_initshutdown.h"
781
782 /***** automatically generated prototypes *****/
783 #ifndef NO_PROTO_H
784 #include "proto.h"
785 #endif
786
787 #if defined(HAVE_POSIX_ACLS)
788 #include "modules/vfs_posixacl.h"
789 #endif
790
791 #if defined(HAVE_TRU64_ACLS)
792 #include "modules/vfs_tru64acl.h"
793 #endif
794
795 #if defined(HAVE_SOLARIS_ACLS) || defined(HAVE_UNIXWARE_ACLS)
796 #include "modules/vfs_solarisacl.h"
797 #endif
798
799 #if defined(HAVE_HPUX_ACLS)
800 #include "modules/vfs_hpuxacl.h"
801 #endif
802
803 #if defined(HAVE_IRIX_ACLS)
804 #include "modules/vfs_irixacl.h"
805 #endif
806
807 #ifdef HAVE_LDAP
808 #include "ads_protos.h"
809 #endif
810
811 /* We need this after proto.h to reference GetTimeOfDay(). */
812 #include "smbprofile.h"
813
814 /* String routines */
815
816 #include "srvstr.h"
817 #include "safe_string.h"
818
819 /* prototypes from lib/util_transfer_file.c */
820 #include "transfer_file.h"
821
822 #ifdef __COMPAR_FN_T
823 #define QSORT_CAST (__compar_fn_t)
824 #endif
825
826 #ifndef QSORT_CAST
827 #define QSORT_CAST (int (*)(const void *, const void *))
828 #endif
829
830 #ifndef DEFAULT_PRINTING
831 #ifdef HAVE_CUPS
832 #define DEFAULT_PRINTING PRINT_CUPS
833 #define PRINTCAP_NAME "cups"
834 #elif defined(SYSV)
835 #define DEFAULT_PRINTING PRINT_SYSV
836 #define PRINTCAP_NAME "lpstat"
837 #else
838 #define DEFAULT_PRINTING PRINT_BSD
839 #define PRINTCAP_NAME "/etc/printcap"
840 #endif
841 #endif
842
843 #ifndef PRINTCAP_NAME
844 #define PRINTCAP_NAME "/etc/printcap"
845 #endif
846
847 #ifndef SIGCLD
848 #define SIGCLD SIGCHLD
849 #endif
850
851 #ifndef SIGRTMIN
852 #define SIGRTMIN 32
853 #endif
854
855 #ifndef MAP_FILE
856 #define MAP_FILE 0
857 #endif
858
859 #if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS)
860 #define OSF1_ENH_SEC 1
861 #endif
862
863 #ifndef ALLOW_CHANGE_PASSWORD
864 #if (defined(HAVE_TERMIOS_H) && defined(HAVE_DUP2) && defined(HAVE_SETSID))
865 #define ALLOW_CHANGE_PASSWORD 1
866 #endif
867 #endif
868
869 /* what is the longest significant password available on your system? 
870  Knowing this speeds up password searches a lot */
871 #ifndef PASSWORD_LENGTH
872 #define PASSWORD_LENGTH 8
873 #endif
874
875 #ifndef HAVE_PIPE
876 #define SYNC_DNS 1
877 #endif
878
879 #ifndef SEEK_SET
880 #define SEEK_SET 0
881 #endif
882
883 #ifndef INADDR_LOOPBACK
884 #define INADDR_LOOPBACK 0x7f000001
885 #endif
886
887 #ifndef INADDR_NONE
888 #define INADDR_NONE 0xffffffff
889 #endif
890
891 #ifndef HAVE_CRYPT
892 #define crypt ufc_crypt
893 #endif
894
895 #ifndef O_ACCMODE
896 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
897 #endif
898
899 #if defined(HAVE_CRYPT16) && defined(HAVE_GETAUTHUID)
900 #define ULTRIX_AUTH 1
901 #endif
902
903 #if (defined(USE_SETRESUID) && !defined(HAVE_SETRESUID_DECL))
904 /* stupid glibc */
905 int setresuid(uid_t ruid, uid_t euid, uid_t suid);
906 #endif
907 #if (defined(USE_SETRESUID) && !defined(HAVE_SETRESGID_DECL))
908 int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
909 #endif
910
911 /*
912  * Some older systems seem not to have MAXHOSTNAMELEN
913  * defined.
914  */
915 #ifndef MAXHOSTNAMELEN
916 #define MAXHOSTNAMELEN 255
917 #endif
918
919 /* yuck, I'd like a better way of doing this */
920 #define DIRP_SIZE (256 + 32)
921
922 /*
923  * glibc on linux doesn't seem to have MSG_WAITALL
924  * defined. I think the kernel has it though..
925  */
926
927 #ifndef MSG_WAITALL
928 #define MSG_WAITALL 0
929 #endif
930
931 /* default socket options. Dave Miller thinks we should default to TCP_NODELAY
932    given the socket IO pattern that Samba uses */
933 #ifdef TCP_NODELAY
934 #define DEFAULT_SOCKET_OPTIONS "TCP_NODELAY"
935 #else
936 #define DEFAULT_SOCKET_OPTIONS ""
937 #endif
938
939 /* dmalloc -- free heap debugger (dmalloc.org).  This should be near
940  * the *bottom* of include files so as not to conflict. */
941 #ifdef ENABLE_DMALLOC
942 #  include <dmalloc.h>
943 #endif
944
945
946 /* Some POSIX definitions for those without */
947  
948 #ifndef S_IFDIR
949 #define S_IFDIR         0x4000
950 #endif
951 #ifndef S_ISDIR
952 #define S_ISDIR(mode)   ((mode & 0xF000) == S_IFDIR)
953 #endif
954 #ifndef S_IRWXU
955 #define S_IRWXU 00700           /* read, write, execute: owner */
956 #endif
957 #ifndef S_IRUSR
958 #define S_IRUSR 00400           /* read permission: owner */
959 #endif
960 #ifndef S_IWUSR
961 #define S_IWUSR 00200           /* write permission: owner */
962 #endif
963 #ifndef S_IXUSR
964 #define S_IXUSR 00100           /* execute permission: owner */
965 #endif
966 #ifndef S_IRWXG
967 #define S_IRWXG 00070           /* read, write, execute: group */
968 #endif
969 #ifndef S_IRGRP
970 #define S_IRGRP 00040           /* read permission: group */
971 #endif
972 #ifndef S_IWGRP
973 #define S_IWGRP 00020           /* write permission: group */
974 #endif
975 #ifndef S_IXGRP
976 #define S_IXGRP 00010           /* execute permission: group */
977 #endif
978 #ifndef S_IRWXO
979 #define S_IRWXO 00007           /* read, write, execute: other */
980 #endif
981 #ifndef S_IROTH
982 #define S_IROTH 00004           /* read permission: other */
983 #endif
984 #ifndef S_IWOTH
985 #define S_IWOTH 00002           /* write permission: other */
986 #endif
987 #ifndef S_IXOTH
988 #define S_IXOTH 00001           /* execute permission: other */
989 #endif
990
991 /* For sys_adminlog(). */
992 #ifndef LOG_EMERG
993 #define LOG_EMERG       0       /* system is unusable */
994 #endif
995
996 #ifndef LOG_ALERT
997 #define LOG_ALERT       1       /* action must be taken immediately */
998 #endif
999
1000 #ifndef LOG_CRIT
1001 #define LOG_CRIT        2       /* critical conditions */
1002 #endif
1003
1004 #ifndef LOG_ERR
1005 #define LOG_ERR         3       /* error conditions */
1006 #endif
1007
1008 #ifndef LOG_WARNING
1009 #define LOG_WARNING     4       /* warning conditions */
1010 #endif
1011
1012 #ifndef LOG_NOTICE
1013 #define LOG_NOTICE      5       /* normal but significant condition */
1014 #endif
1015
1016 #ifndef LOG_INFO
1017 #define LOG_INFO        6       /* informational */
1018 #endif
1019
1020 #ifndef LOG_DEBUG
1021 #define LOG_DEBUG       7       /* debug-level messages */
1022 #endif
1023
1024 #if HAVE_KERNEL_SHARE_MODES
1025 #ifndef LOCK_MAND 
1026 #define LOCK_MAND       32      /* This is a mandatory flock */
1027 #define LOCK_READ       64      /* ... Which allows concurrent read operations */
1028 #define LOCK_WRITE      128     /* ... Which allows concurrent write operations */
1029 #define LOCK_RW         192     /* ... Which allows concurrent read & write ops */
1030 #endif
1031 #endif
1032
1033 extern int DEBUGLEVEL;
1034
1035 #define MAX_SEC_CTX_DEPTH 8    /* Maximum number of security contexts */
1036
1037
1038 #ifdef GLIBC_HACK_FCNTL64
1039 /* this is a gross hack. 64 bit locking is completely screwed up on
1040    i386 Linux in glibc 2.1.95 (which ships with RedHat 7.0). This hack
1041    "fixes" the problem with the current 2.4.0test kernels 
1042 */
1043 #define fcntl fcntl64
1044 #undef F_SETLKW 
1045 #undef F_SETLK 
1046 #define F_SETLK 13
1047 #define F_SETLKW 14
1048 #endif
1049
1050
1051 /* Needed for sys_dlopen/sys_dlsym/sys_dlclose */
1052 #ifndef RTLD_GLOBAL
1053 #define RTLD_GLOBAL 0
1054 #endif
1055
1056 #ifndef RTLD_LAZY
1057 #define RTLD_LAZY 0
1058 #endif
1059
1060 #ifndef RTLD_NOW
1061 #define RTLD_NOW 0
1062 #endif
1063
1064 /* needed for some systems without iconv. Doesn't really matter
1065    what error code we use */
1066 #ifndef EILSEQ
1067 #define EILSEQ EIO
1068 #endif
1069
1070 /* add varargs prototypes with printf checking */
1071 /*PRINTFLIKE2 */
1072 int fdprintf(int , const char *, ...) PRINTF_ATTRIBUTE(2,3);
1073 /*PRINTFLIKE1 */
1074 int d_printf(const char *, ...) PRINTF_ATTRIBUTE(1,2);
1075 /*PRINTFLIKE2 */
1076 int d_fprintf(FILE *f, const char *, ...) PRINTF_ATTRIBUTE(2,3);
1077
1078 /* PRINTFLIKE2 */
1079 void sys_adminlog(int priority, const char *format_str, ...) PRINTF_ATTRIBUTE(2,3);
1080
1081 /* PRINTFLIKE2 */
1082 int fstr_sprintf(fstring s, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
1083
1084 int d_vfprintf(FILE *f, const char *format, va_list ap) PRINTF_ATTRIBUTE(2,0);
1085
1086 int smb_xvasprintf(char **ptr, const char *format, va_list ap) PRINTF_ATTRIBUTE(2,0);
1087
1088 int asprintf_strupper_m(char **strp, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
1089 char *talloc_asprintf_strupper_m(TALLOC_CTX *t, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
1090
1091 /* we used to use these fns, but now we have good replacements
1092    for snprintf and vsnprintf */
1093 #define slprintf snprintf
1094 #define vslprintf vsnprintf
1095
1096 /* we need to use __va_copy() on some platforms */
1097 #ifdef HAVE_VA_COPY
1098 #define VA_COPY(dest, src) va_copy(dest, src)
1099 #else
1100 #ifdef HAVE___VA_COPY
1101 #define VA_COPY(dest, src) __va_copy(dest, src)
1102 #else
1103 #define VA_COPY(dest, src) (dest) = (src)
1104 #endif
1105 #endif
1106
1107 /*
1108  * Veritas File System.  Often in addition to native.
1109  * Quotas different.
1110  */
1111 #if defined(HAVE_SYS_FS_VX_QUOTA_H)
1112 #define VXFS_QUOTA
1113 #endif
1114
1115 #ifndef XATTR_CREATE
1116 #define XATTR_CREATE  0x1       /* set value, fail if attr already exists */
1117 #endif
1118
1119 #ifndef XATTR_REPLACE
1120 #define XATTR_REPLACE 0x2       /* set value, fail if attr does not exist */
1121 #endif
1122
1123 #if defined(HAVE_KRB5)
1124
1125 krb5_error_code smb_krb5_parse_name(krb5_context context,
1126                                 const char *name, /* in unix charset */
1127                                 krb5_principal *principal);
1128
1129 krb5_error_code smb_krb5_unparse_name(krb5_context context,
1130                                 krb5_const_principal principal,
1131                                 char **unix_name);
1132
1133 #ifndef HAVE_KRB5_SET_REAL_TIME
1134 krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds);
1135 #endif
1136
1137 krb5_error_code krb5_set_default_tgs_ktypes(krb5_context ctx, const krb5_enctype *enc);
1138
1139 #if defined(HAVE_KRB5_AUTH_CON_SETKEY) && !defined(HAVE_KRB5_AUTH_CON_SETUSERUSERKEY)
1140 krb5_error_code krb5_auth_con_setuseruserkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock *keyblock);
1141 #endif
1142
1143 #ifndef HAVE_KRB5_FREE_UNPARSED_NAME
1144 void krb5_free_unparsed_name(krb5_context ctx, char *val);
1145 #endif
1146
1147 /* Stub out initialize_krb5_error_table since it is not present in all
1148  * Kerberos implementations. If it's not present, it's not necessary to
1149  * call it.
1150  */
1151 #ifndef HAVE_INITIALIZE_KRB5_ERROR_TABLE
1152 #define initialize_krb5_error_table()
1153 #endif
1154
1155 /* Samba wrapper function for krb5 functionality. */
1156 bool setup_kaddr( krb5_address *pkaddr, struct sockaddr_storage *paddr);
1157 int create_kerberos_key_from_string(krb5_context context, krb5_principal host_princ, krb5_data *password, krb5_keyblock *key, krb5_enctype enctype, bool no_salt);
1158 bool get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, krb5_ticket *tkt);
1159 krb5_const_principal get_principal_from_tkt(krb5_ticket *tkt);
1160 krb5_error_code smb_krb5_locate_kdc(krb5_context ctx, const krb5_data *realm, struct sockaddr **addr_pp, int *naddrs, int get_masters);
1161 #if defined(HAVE_KRB5_LOCATE_KDC)
1162 krb5_error_code krb5_locate_kdc(krb5_context ctx, const krb5_data *realm, struct sockaddr **addr_pp, int *naddrs, int get_masters);
1163 #endif
1164 krb5_error_code get_kerberos_allowed_etypes(krb5_context context, krb5_enctype **enctypes);
1165 bool get_krb5_smb_session_key(krb5_context context, krb5_auth_context auth_context, DATA_BLOB *session_key, bool remote);
1166 krb5_error_code smb_krb5_kt_free_entry(krb5_context context, krb5_keytab_entry *kt_entry);
1167 krb5_principal kerberos_fetch_salt_princ_for_host_princ(krb5_context context, krb5_principal host_princ, int enctype);
1168 void kerberos_set_creds_enctype(krb5_creds *pcreds, int enctype);
1169 bool kerberos_compatible_enctypes(krb5_context context, krb5_enctype enctype1, krb5_enctype enctype2);
1170 void kerberos_free_data_contents(krb5_context context, krb5_data *pdata);
1171 NTSTATUS decode_pac_data(TALLOC_CTX *mem_ctx,
1172                          DATA_BLOB *pac_data_blob,
1173                          krb5_context context,
1174                          krb5_keyblock *service_keyblock,
1175                          krb5_const_principal client_principal,
1176                          time_t tgs_authtime,
1177                          struct PAC_DATA **pac_data_out);
1178 void smb_krb5_checksum_from_pac_sig(krb5_checksum *cksum, 
1179                                     struct PAC_SIGNATURE_DATA *sig);
1180 krb5_error_code smb_krb5_verify_checksum(krb5_context context,
1181                                          const krb5_keyblock *keyblock,
1182                                          krb5_keyusage usage,
1183                                          krb5_checksum *cksum,
1184                                          uint8 *data,
1185                                          size_t length);
1186 time_t get_authtime_from_tkt(krb5_ticket *tkt);
1187 void smb_krb5_free_ap_req(krb5_context context, 
1188                           krb5_ap_req *ap_req);
1189 krb5_error_code smb_krb5_get_keyinfo_from_ap_req(krb5_context context, 
1190                                                  const krb5_data *inbuf, 
1191                                                  krb5_kvno *kvno, 
1192                                                  krb5_enctype *enctype);
1193 krb5_error_code krb5_rd_req_return_keyblock_from_keytab(krb5_context context,
1194                                                         krb5_auth_context *auth_context,
1195                                                         const krb5_data *inbuf,
1196                                                         krb5_const_principal server,
1197                                                         krb5_keytab keytab,
1198                                                         krb5_flags *ap_req_options,
1199                                                         krb5_ticket **ticket, 
1200                                                         krb5_keyblock **keyblock);
1201 krb5_error_code smb_krb5_parse_name_norealm(krb5_context context, 
1202                                             const char *name, 
1203                                             krb5_principal *principal);
1204 bool smb_krb5_principal_compare_any_realm(krb5_context context, 
1205                                           krb5_const_principal princ1, 
1206                                           krb5_const_principal princ2);
1207 int cli_krb5_get_ticket(const char *principal, time_t time_offset, 
1208                         DATA_BLOB *ticket, DATA_BLOB *session_key_krb5, uint32 extra_ap_opts, const char *ccname, time_t *tgs_expire);
1209 krb5_error_code smb_krb5_renew_ticket(const char *ccache_string, const char *client_string, const char *service_string, time_t *expire_time);
1210 krb5_error_code kpasswd_err_to_krb5_err(krb5_error_code res_code);
1211 krb5_error_code smb_krb5_gen_netbios_krb5_address(smb_krb5_addresses **kerb_addr);
1212 krb5_error_code smb_krb5_free_addresses(krb5_context context, smb_krb5_addresses *addr);
1213 NTSTATUS krb5_to_nt_status(krb5_error_code kerberos_error);
1214 krb5_error_code nt_status_to_krb5(NTSTATUS nt_status);
1215 void smb_krb5_free_error(krb5_context context, krb5_error *krberror);
1216 krb5_error_code handle_krberror_packet(krb5_context context,
1217                                          krb5_data *packet);
1218
1219 void smb_krb5_get_init_creds_opt_free(krb5_context context,
1220                                     krb5_get_init_creds_opt *opt);
1221 krb5_error_code smb_krb5_get_init_creds_opt_alloc(krb5_context context,
1222                                     krb5_get_init_creds_opt **opt);
1223 krb5_error_code smb_krb5_mk_error(krb5_context context,
1224                                         krb5_error_code error_code,
1225                                         const krb5_principal server,
1226                                         krb5_data *reply);
1227 krb5_enctype smb_get_enctype_from_kt_entry(krb5_keytab_entry *kt_entry);
1228 krb5_error_code smb_krb5_enctype_to_string(krb5_context context, 
1229                                             krb5_enctype enctype, 
1230                                             char **etype_s);
1231 krb5_error_code smb_krb5_open_keytab(krb5_context context, 
1232                                       const char *keytab_name, 
1233                                       bool write_access, 
1234                                       krb5_keytab *keytab);
1235 krb5_error_code smb_krb5_keytab_name(TALLOC_CTX *mem_ctx,
1236                                      krb5_context context,
1237                                      krb5_keytab keytab,
1238                                      const char **keytab_name);
1239 int smb_krb5_kt_add_entry_ext(krb5_context context,
1240                               krb5_keytab keytab,
1241                               krb5_kvno kvno,
1242                               const char *princ_s,
1243                               krb5_enctype *enctypes,
1244                               krb5_data password,
1245                               bool no_salt,
1246                               bool keep_old_entries);
1247
1248 #endif /* HAVE_KRB5 */
1249
1250
1251 #ifdef HAVE_LDAP
1252
1253 /* function declarations not included in proto.h */
1254 LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to);
1255
1256 #endif  /* HAVE_LDAP */
1257
1258 #if defined(HAVE_LINUX_READAHEAD) && ! defined(HAVE_READAHEAD_DECL)
1259 ssize_t readahead(int fd, off64_t offset, size_t count);
1260 #endif
1261
1262 /* TRUE and FALSE are part of the C99 standard and gcc, but
1263    unfortunately many vendor compilers don't support them.  Use True
1264    and False instead. */
1265
1266 #ifdef TRUE
1267 #undef TRUE
1268 #endif
1269 #define TRUE __ERROR__XX__DONT_USE_TRUE
1270
1271 #ifdef FALSE
1272 #undef FALSE
1273 #endif
1274 #define FALSE __ERROR__XX__DONT_USE_FALSE
1275
1276 /* If we have blacklisted mmap() try to avoid using it accidentally by
1277    undefining the HAVE_MMAP symbol. */
1278
1279 #ifdef MMAP_BLACKLIST
1280 #undef HAVE_MMAP
1281 #endif
1282
1283 #define CONST_DISCARD(type, ptr)      ((type) ((void *) (ptr)))
1284 #define CONST_ADD(type, ptr)          ((type) ((const void *) (ptr)))
1285
1286 #ifndef NORETURN_ATTRIBUTE
1287 #if (__GNUC__ >= 3)
1288 #define NORETURN_ATTRIBUTE __attribute__ ((noreturn))
1289 #else
1290 #define NORETURN_ATTRIBUTE
1291 #endif
1292 #endif
1293
1294 void smb_panic( const char *why ) NORETURN_ATTRIBUTE ;
1295 void dump_core(void) NORETURN_ATTRIBUTE ;
1296 void exit_server(const char *const reason) NORETURN_ATTRIBUTE ;
1297 void exit_server_cleanly(const char *const reason) NORETURN_ATTRIBUTE ;
1298 void exit_server_fault(void) NORETURN_ATTRIBUTE ;
1299
1300 #ifdef HAVE_LIBNSCD
1301 #include "libnscd.h"
1302 #endif
1303
1304 #if defined(HAVE_IPV6)
1305 void in6_addr_to_sockaddr_storage(struct sockaddr_storage *ss,
1306                                   struct in6_addr ip);
1307 #endif
1308
1309 #endif /* _INCLUDES_H */