summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,Andrew Tridgell1-1/+1
2007-10-10r6740: make gensec_gssapi.c compile againAndrew Tridgell1-1/+1
2007-10-10r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett3-56/+83
2007-10-10r6737: Explain these error returns a bit better.Andrew Bartlett1-2/+5
2007-10-10r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett3-51/+51
2007-10-10r6734: most compiler don't like struct elements without a name...Stefan Metzmacher3-51/+51
2007-10-10r6733: GSS_C_DCE_STYLE is not available for most buildsStefan Metzmacher1-0/+5
2007-10-10r6732: - move sasl send recv code to the ldap libStefan Metzmacher4-153/+219
2007-10-10r6731: add a useful function for getting a guid with all bits to 0Stefan Metzmacher1-0/+10
2007-10-10r6730: register gensec_krb5 also with the drcrpc auth typeStefan Metzmacher1-0/+1
2007-10-10r6729: Fix silly copy-paste bug spotted by metze.Andrew Bartlett1-1/+1
2007-10-10r6728: Microsoft relies very strongly on getting the OIDs it expects, so weAndrew Bartlett1-1/+31
2007-10-10r6727: One more step down the long march to the 'Kerberos domain join'.Andrew Bartlett3-8/+350
2007-10-10r6726: support binary search elements in ldap_decode()Andrew Tridgell1-6/+42
2007-10-10r6725: the beginnings of a cldap serverAndrew Tridgell6-0/+202
2007-10-10r6724: added "cldap port" smb.conf parameterAndrew Tridgell3-5/+31
2007-10-10r6720: added support for the remaining 2 types of CLDAP netlogonAndrew Tridgell6-33/+106
2007-10-10r6719: pidl need to be told that the external type netr_SchannelType is an en...Andrew Tridgell1-0/+2
2007-10-10r6718: Formatting fixes.Rafal Szczesniak1-3/+2
2007-10-10r6717: - torture test of async useradd function and monitor messages.Rafal Szczesniak2-1/+59
2007-10-10r6714: We can only ask GENSEC questions if we are authenticated.Andrew Bartlett1-1/+3
2007-10-10r6711: Clarify that we are dealing with a salting principal in the kerberosAndrew Bartlett1-40/+60
2007-10-10r6709: Add monitor messages to useradd composite useradd function.Rafal Szczesniak1-5/+15
2007-10-10r6708: Another type of monitor message.Rafal Szczesniak1-0/+5
2007-10-10r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher3-0/+10
2007-10-10r6704: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r6703: fix the buildStefan Metzmacher1-1/+1
2007-10-10r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.Andrew Bartlett1-1/+1
2007-10-10r6701: Updates to our server-side ticket verification code, we now use theAndrew Bartlett1-57/+44
2007-10-10r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett2-2/+11
2007-10-10r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.Andrew Bartlett1-1/+1
2007-10-10r6698: Our domain join code requires that the secureChannelType be set. TypeAndrew Bartlett1-0/+1
2007-10-10r6697: fix from Sven (wAmpIre) VeltStefan Metzmacher1-1/+1
2007-10-10r6694: a simple CLDAP torture testAndrew Tridgell3-2/+85
2007-10-10r6693: first version of cldap client library, with async interfaceAndrew Tridgell4-0/+665
2007-10-10r6692: used idr_get_new_random() in the nbt client libraryAndrew Tridgell1-13/+4
2007-10-10r6691: fixed a commentAndrew Tridgell1-1/+1
2007-10-10r6690: added ndr_pull_struct_blob_all(), which is like ndr_pull_struct_blob()...Andrew Tridgell1-0/+21
2007-10-10r6689: minor ldap client library workAndrew Tridgell2-24/+63