summaryrefslogtreecommitdiffstats
path: root/source/include/ads.h
Commit message (Collapse)AuthorAgeFilesLines
* r10044: Microsoft has defined this bit:Andrew Bartlett2005-09-061-1/+1
| | | | | | | | support.microsoft.com/?kbid=832572 (It inhbits the generation of a PAC). Andrew Bartlett
* r5309: removed ads.h from includes.hAndrew Tridgell2005-02-101-1/+1
|
* r4324: add some more ads constants before I forget themStefan Metzmacher2004-12-211-8/+74
| | | | metze
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2004-11-011-1/+1
| | | | | | | | | | | | | | | | | | 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.
* r1785: remove unneeded dependencies on openldap client librariesSimo Sorce2004-08-121-4/+0
|
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2004-06-191-37/+8
| | | | | | | I have moved the SPNEGO and Kerberos code into libcli/auth, and intend to refactor them into the same format as NTLMSSP. Andrew Bartlett
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2004-06-011-1/+1
| | | | metze
* r6: merge in the samba4 HEAD branch from cvsCVS Import User2004-04-041-7/+52
| | | | | | | | to checkout try: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_4_0 metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+226
metze