Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6814: fill in two more unknown values in cldap responses | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r6812: more talloc portability tweaks | Andrew Tridgell | 3 | -6/+3 |
2007-10-10 | r6811: Another attempt at better kerberos/gssapi headers. | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be called | Tim Potter | 7 | -5/+10 |
2007-10-10 | r6809: ifeq is not portable in make - jelmer, you'll need to find some other ... | Andrew Tridgell | 1 | -6/+1 |
2007-10-10 | r6808: - test for gcov not needed | Andrew Tridgell | 3 | -15/+10 |
2007-10-10 | r6807: Fix in-tree build of talloc testsuite | Jelmer Vernooij | 1 | -7/+0 |
2007-10-10 | r6806: Try again to fix the build on various kerberos libs. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6805: Remove two remaining references to gensec_gsskrb5 | Jelmer Vernooij | 2 | -5/+0 |
2007-10-10 | r6804: Add config.h for talloc (and use it) | Jelmer Vernooij | 5 | -9/+31 |
2007-10-10 | r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. This | Andrew Bartlett | 4 | -33/+16 |
2007-10-10 | r6802: - fixed CFLAGS | Andrew Tridgell | 1 | -6/+4 |
2007-10-10 | r6801: It appears that krb5_make_principal, while convenient, is not portable. | Andrew Bartlett | 1 | -4/+13 |
2007-10-10 | r6800: A big GENSEC update: | Andrew Bartlett | 11 | -335/+558 |
2007-10-10 | r6799: Remove a rudundent variable from the context structure - we can figure | Andrew Bartlett | 4 | -10/+14 |
2007-10-10 | r6798: Valgrind pain is not something I look forward to - if we ever fall | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r6797: Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r6796: Remove the gensec_gsskrb5 module, which had had all of it's special | Andrew Bartlett | 2 | -594/+0 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 23 | -159/+65 |
2007-10-10 | r6794: spellfix | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r6793: Move auth_sam to use the dnsDomain rather than the | Andrew Bartlett | 2 | -1/+7 |
2007-10-10 | r6792: Allow a mech to fail on the first pass at the packet, and still fall | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r6791: My early notes on the particular things I have discovered as I learn | Andrew Bartlett | 1 | -0/+176 |
2007-10-10 | r6790: Use config.h file for ldb and add test for stdint.h | Jelmer Vernooij | 4 | -2/+10 |
2007-10-10 | r6787: Use debhelper for the debian packages | Jelmer Vernooij | 5 | -40/+49 |
2007-10-10 | r6781: -add some comments on how attributes and objectClasses are identified ... | Stefan Metzmacher | 1 | -2/+83 |
2007-10-10 | r6776: make the cldap torture test not dependent on the realm being set | Andrew Tridgell | 1 | -27/+54 |
2007-10-10 | r6768: Fix wrong comment | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r6767: Fix compiler warning. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r6766: some more cldap tests ... | Andrew Tridgell | 2 | -5/+36 |
2007-10-10 | r6765: expanded the cldap test suite to test the usage of the DomainGuid, | Andrew Tridgell | 1 | -5/+60 |
2007-10-10 | r6764: added support for DomainGuid, DomainSid, AAC, and User attributes in | Andrew Tridgell | 2 | -8/+40 |
2007-10-10 | r6763: added functions in libcli/ldap/ to binary encode some NDR structures into | Andrew Tridgell | 4 | -2/+89 |
2007-10-10 | r6762: with the zone right we don't need a fully qualified site name at all | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r6761: - not everyone is in my domain :-) | Andrew Tridgell | 1 | -1/+19 |
2007-10-10 | r6760: Update debian packages | Jelmer Vernooij | 3 | -9/+8 |
2007-10-10 | r6759: let us have a wildcard attribute so that we can set a default for all ... | Simo Sorce | 1 | -1/+7 |
2007-10-10 | r6752: Patch by Steven Edwards to improve portability to mingw32 | Jelmer Vernooij | 6 | -4/+25 |
2007-10-10 | r6751: dnsDomain should be CASE_INSENSITIVE (winxp will sometimes do a cldap ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6750: some minor tweaks to the cldapd server | Andrew Tridgell | 2 | -8/+24 |
2007-10-10 | r6747: first working version of cldapd server. It is missing 'sites' support,... | Andrew Tridgell | 5 | -5/+252 |
2007-10-10 | r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOB | Andrew Tridgell | 1 | -0/+23 |
2007-10-10 | r6745: - escape spaces in binary ldap blobs | Andrew Tridgell | 2 | -3/+15 |
2007-10-10 | r6744: added support for reply packets in libcli/cldap/ | Andrew Tridgell | 2 | -7/+184 |
2007-10-10 | r6741: prevent talloc_strndup() from reading one byte past the end of a buffer, | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6740: make gensec_gssapi.c compile again | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6738: My version of the patch by metze that I just reverted (-r 6734). | Andrew Bartlett | 3 | -56/+83 |
2007-10-10 | r6737: Explain these error returns a bit better. | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r6736: Revert metze's -r 6734, as metze and I made the same changes at the | Andrew Bartlett | 3 | -51/+51 |
2007-10-10 | r6734: most compiler don't like struct elements without a name... | Stefan Metzmacher | 3 | -51/+51 |