1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/libcli/auth
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
..
clikrb5.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
config.m4 r1451: More missing files... 2007-10-10 12:56:58 -05:00
config.mk r1462: GENSEC Kerberos and SPENGO work: 2007-10-10 12:57:32 -05:00
credentials.c r1134: added a TODO regarding schannel credentials 2007-10-10 12:56:39 -05:00
credentials.h r995: - renamed many of our crypto routines to use the industry standard 2007-10-10 12:56:25 -05:00
gensec_krb5.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
gensec_ntlmssp.c r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to use 2007-10-10 13:05:01 -05:00
gensec.c r3110: Fix the krb5 client and server, so that it doesn't segfault. There 2007-10-10 13:02:22 -05:00
gensec.h r3390: fixed schannel server side support. RPC-SCHANNEL now works against Samba4. 2007-10-10 13:05:04 -05:00
gensec.m4 r2315: change format 2007-10-10 12:58:43 -05:00
gensec.mk r1463: fix the krb5 build 2007-10-10 12:57:32 -05:00
gssapi_parse.c r1457: Add the GSSAPI layer to our gensec_krb5 code. 2007-10-10 12:56:58 -05:00
kerberos_verify.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
kerberos.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
kerberos.h r2286: Fixes towards krb5 logins into Samba's CIFS server. 2007-10-10 12:58:39 -05:00
ntlmssp_parse.c r3322: fixed a bunch of warnings in the build, including one case where it was a real bug 2007-10-10 13:04:55 -05:00
ntlmssp_sign.c r2645: converted the NTLMSSP code to the new style of talloc 2007-10-10 12:59:16 -05:00
ntlmssp.c r2645: converted the NTLMSSP code to the new style of talloc 2007-10-10 12:59:16 -05:00
ntlmssp.h r2645: converted the NTLMSSP code to the new style of talloc 2007-10-10 12:59:16 -05:00
schannel.c r3391: fixed some memory leaks in the schannel code 2007-10-10 13:05:04 -05:00
session.c r995: - renamed many of our crypto routines to use the industry standard 2007-10-10 12:56:25 -05:00
spnego_parse.c r3323: more warning reductions 2007-10-10 13:04:55 -05:00
spnego.c r3322: fixed a bunch of warnings in the build, including one case where it was a real bug 2007-10-10 13:04:55 -05:00
spnego.h r3322: fixed a bunch of warnings in the build, including one case where it was a real bug 2007-10-10 13:04:55 -05:00