summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r6814: fill in two more unknown values in cldap responsesAndrew Tridgell2007-10-101-2/+2
* r6812: more talloc portability tweaksAndrew Tridgell2007-10-103-6/+3
* r6811: Another attempt at better kerberos/gssapi headers.Andrew Bartlett2007-10-101-5/+7
* r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter2007-10-107-5/+10
* r6809: ifeq is not portable in make - jelmer, you'll need to find some other ...Andrew Tridgell2007-10-101-6/+1
* r6808: - test for gcov not neededAndrew Tridgell2007-10-103-15/+10
* r6807: Fix in-tree build of talloc testsuiteJelmer Vernooij2007-10-101-7/+0
* r6806: Try again to fix the build on various kerberos libs.Andrew Bartlett2007-10-101-1/+1
* r6805: Remove two remaining references to gensec_gsskrb5Jelmer Vernooij2007-10-102-5/+0
* r6804: Add config.h for talloc (and use it)Jelmer Vernooij2007-10-105-9/+31
* r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. ThisAndrew Bartlett2007-10-104-33/+16
* r6802: - fixed CFLAGSAndrew Tridgell2007-10-101-6/+4
* r6801: It appears that krb5_make_principal, while convenient, is not portable.Andrew Bartlett2007-10-101-4/+13
* r6800: A big GENSEC update:Andrew Bartlett2007-10-1011-335/+558
* r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett2007-10-104-10/+14
* r6798: Valgrind pain is not something I look forward to - if we ever fallAndrew Bartlett2007-10-101-2/+6
* r6797: Typo fix.Rafal Szczesniak2007-10-101-1/+1
* r6796: Remove the gensec_gsskrb5 module, which had had all of it's specialAndrew Bartlett2007-10-102-594/+0
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-1023-159/+65
* r6794: spellfixSimo Sorce2007-10-101-3/+3
* r6793: Move auth_sam to use the dnsDomain rather than theAndrew Bartlett2007-10-102-1/+7
* r6792: Allow a mech to fail on the first pass at the packet, and still fallAndrew Bartlett2007-10-101-0/+2
* r6791: My early notes on the particular things I have discovered as I learnAndrew Bartlett2007-10-101-0/+176
* r6790: Use config.h file for ldb and add test for stdint.hJelmer Vernooij2007-10-104-2/+10
* r6781: -add some comments on how attributes and objectClasses are identified ...Stefan Metzmacher2007-10-101-2/+83
* r6776: make the cldap torture test not dependent on the realm being setAndrew Tridgell2007-10-101-27/+54
* r6768: Fix wrong commentSimo Sorce2007-10-101-1/+1
* r6767: Fix compiler warning.Tim Potter2007-10-101-0/+1
* r6766: some more cldap tests ...Andrew Tridgell2007-10-102-5/+36
* r6765: expanded the cldap test suite to test the usage of the DomainGuid,Andrew Tridgell2007-10-101-5/+60
* r6764: added support for DomainGuid, DomainSid, AAC, and User attributes inAndrew Tridgell2007-10-102-8/+40
* r6763: added functions in libcli/ldap/ to binary encode some NDR structures intoAndrew Tridgell2007-10-104-2/+89
* r6762: with the zone right we don't need a fully qualified site name at allAndrew Tridgell2007-10-101-2/+1
* r6761: - not everyone is in my domain :-)Andrew Tridgell2007-10-101-1/+19
* r6759: let us have a wildcard attribute so that we can set a default for all ...Simo Sorce2007-10-101-1/+7
* r6752: Patch by Steven Edwards to improve portability to mingw32Jelmer Vernooij2007-10-106-4/+25
* r6751: dnsDomain should be CASE_INSENSITIVE (winxp will sometimes do a cldap ...Andrew Tridgell2007-10-101-0/+1
* r6750: some minor tweaks to the cldapd serverAndrew Tridgell2007-10-102-8/+24
* r6747: first working version of cldapd server. It is missing 'sites' support,...Andrew Tridgell2007-10-105-5/+252
* r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOBAndrew Tridgell2007-10-101-0/+23
* r6745: - escape spaces in binary ldap blobsAndrew Tridgell2007-10-102-3/+15
* r6744: added support for reply packets in libcli/cldap/Andrew Tridgell2007-10-102-7/+184
* r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,Andrew Tridgell2007-10-101-1/+1
* r6740: make gensec_gssapi.c compile againAndrew Tridgell2007-10-101-1/+1
* r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett2007-10-103-56/+83
* r6737: Explain these error returns a bit better.Andrew Bartlett2007-10-101-2/+5
* r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett2007-10-103-51/+51
* r6734: most compiler don't like struct elements without a name...Stefan Metzmacher2007-10-103-51/+51
* r6733: GSS_C_DCE_STYLE is not available for most buildsStefan Metzmacher2007-10-101-0/+5
* r6732: - move sasl send recv code to the ldap libStefan Metzmacher2007-10-104-153/+219