1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/utils
Andrew Tridgell 284349482f r3443: the next stage in the include files re-organisation.
I have created the include/system/ directory, which will contain the
wrappers for the system includes for logical subsystems. So far I have
created include/system/kerberos.h and include/system/network.h, which
contain all the system includes for kerberos code and networking code.
These are the included in subsystems that need kerberos or networking
respectively.

Note that this method avoids the mess of #ifdef HAVE_XXX_H in every C
file, instead each C module includes the include/system/XXX.h file for
the logical system support it needs, and the details are kept isolated
in include/system/

This patch also creates a "struct ipv4_addr" which replaces "struct
in_addr" in our code. That avoids every C file needing to import all
the system networking headers.
(This used to be commit 2e25c71853)
2007-10-10 13:05:11 -05:00
..
net r3323: more warning reductions 2007-10-10 13:04:55 -05:00
config.m4 r2597: A small program that takes SID strings on stdin and produces a marshalled 2007-10-10 12:59:11 -05:00
config.mk r2597: A small program that takes SID strings on stdin and produces a marshalled 2007-10-10 12:59:11 -05:00
getntacl.c r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}ntacl 2007-10-10 12:59:07 -05:00
ndrdump.c r3415: Add support for parsing a Request file before a Reply file so we can 2007-10-10 13:05:07 -05:00
nmblookup.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
ntlm_auth.c r2643: convert more of the auth subsyystem to the new talloc methods. This 2007-10-10 12:59:15 -05:00
setntacl.c r3291: fix the build, thx to pipitas for finding this 2007-10-10 13:04:51 -05:00
setnttoken.c r3291: fix the build, thx to pipitas for finding this 2007-10-10 13:04:51 -05:00