summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6830: put header checks in config.m4 so when it is included by other project...Andrew Tridgell2-1/+1
2007-10-10r6829: include the talloc autoconf tests when building ldb standaloneAndrew Tridgell1-0/+2
2007-10-10r6828: More portability fixesJelmer Vernooij4-3/+12
2007-10-10r6825: Fall back to chsize if ftruncate is not availableJelmer Vernooij2-1/+5
2007-10-10r6819: More notes on krb5 requirementsAndrew Bartlett1-18/+66
2007-10-10r6817: - fixed empty ldap search elements in filtersAndrew Tridgell5-11/+41
2007-10-10r6816: - fixed debug display of ndr netlogon unionAndrew Tridgell1-2/+5
2007-10-10r6815: fill in values in cldap server as wellAndrew Tridgell1-2/+2
2007-10-10r6814: fill in two more unknown values in cldap responsesAndrew Tridgell1-2/+2
2007-10-10r6812: more talloc portability tweaksAndrew Tridgell3-6/+3
2007-10-10r6811: Another attempt at better kerberos/gssapi headers.Andrew Bartlett1-5/+7
2007-10-10r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter7-5/+10
2007-10-10r6809: ifeq is not portable in make - jelmer, you'll need to find some other ...Andrew Tridgell1-6/+1
2007-10-10r6808: - test for gcov not neededAndrew Tridgell3-15/+10
2007-10-10r6807: Fix in-tree build of talloc testsuiteJelmer Vernooij1-7/+0
2007-10-10r6806: Try again to fix the build on various kerberos libs.Andrew Bartlett1-1/+1
2007-10-10r6805: Remove two remaining references to gensec_gsskrb5Jelmer Vernooij2-5/+0
2007-10-10r6804: Add config.h for talloc (and use it)Jelmer Vernooij5-9/+31
2007-10-10r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. ThisAndrew Bartlett4-33/+16
2007-10-10r6802: - fixed CFLAGSAndrew Tridgell1-6/+4
2007-10-10r6801: It appears that krb5_make_principal, while convenient, is not portable.Andrew Bartlett1-4/+13
2007-10-10r6800: A big GENSEC update:Andrew Bartlett11-335/+558
2007-10-10r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett4-10/+14
2007-10-10r6798: Valgrind pain is not something I look forward to - if we ever fallAndrew Bartlett1-2/+6
2007-10-10r6797: Typo fix.Rafal Szczesniak1-1/+1
2007-10-10r6796: Remove the gensec_gsskrb5 module, which had had all of it's specialAndrew Bartlett2-594/+0
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij23-159/+65
2007-10-10r6794: spellfixSimo Sorce1-3/+3
2007-10-10r6793: Move auth_sam to use the dnsDomain rather than theAndrew Bartlett2-1/+7
2007-10-10r6792: Allow a mech to fail on the first pass at the packet, and still fallAndrew Bartlett1-0/+2
2007-10-10r6791: My early notes on the particular things I have discovered as I learnAndrew Bartlett1-0/+176
2007-10-10r6790: Use config.h file for ldb and add test for stdint.hJelmer Vernooij4-2/+10
2007-10-10r6781: -add some comments on how attributes and objectClasses are identified ...Stefan Metzmacher1-2/+83
2007-10-10r6776: make the cldap torture test not dependent on the realm being setAndrew Tridgell1-27/+54
2007-10-10r6768: Fix wrong commentSimo Sorce1-1/+1
2007-10-10r6767: Fix compiler warning.Tim Potter1-0/+1
2007-10-10r6766: some more cldap tests ...Andrew Tridgell2-5/+36
2007-10-10r6765: expanded the cldap test suite to test the usage of the DomainGuid,Andrew Tridgell1-5/+60
2007-10-10r6764: added support for DomainGuid, DomainSid, AAC, and User attributes inAndrew Tridgell2-8/+40
2007-10-10r6763: added functions in libcli/ldap/ to binary encode some NDR structures intoAndrew Tridgell4-2/+89
2007-10-10r6762: with the zone right we don't need a fully qualified site name at allAndrew Tridgell1-2/+1
2007-10-10r6761: - not everyone is in my domain :-)Andrew Tridgell1-1/+19
2007-10-10r6759: let us have a wildcard attribute so that we can set a default for all ...Simo Sorce1-1/+7
2007-10-10r6752: Patch by Steven Edwards to improve portability to mingw32Jelmer Vernooij6-4/+25
2007-10-10r6751: dnsDomain should be CASE_INSENSITIVE (winxp will sometimes do a cldap ...Andrew Tridgell1-0/+1
2007-10-10r6750: some minor tweaks to the cldapd serverAndrew Tridgell2-8/+24
2007-10-10r6747: first working version of cldapd server. It is missing 'sites' support,...Andrew Tridgell5-5/+252
2007-10-10r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOBAndrew Tridgell1-0/+23
2007-10-10r6745: - escape spaces in binary ldap blobsAndrew Tridgell2-3/+15
2007-10-10r6744: added support for reply packets in libcli/cldap/Andrew Tridgell2-7/+184