summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r7726: - removed some unused variablesAndrew Tridgell2007-10-104-4/+10
* r7725: fixed a bug with partial asn1 frames in the ldap clientAndrew Tridgell2007-10-101-0/+3
* r7724: added encoding of LDB_OP_NOT search componentsAndrew Tridgell2007-10-101-1/+6
* r7723: - fix a mismatched asn1 push/pop on bindAndrew Tridgell2007-10-101-29/+26
* r7722: when we get a zero read, the connection is deadAndrew Tridgell2007-10-101-2/+1
* r7721: solve a problem with null arguments to testit()Andrew Tridgell2007-10-101-1/+1
* r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell2007-10-104-20/+10
* r7719: make the ildap ldb backend use the defaultNamingContext if the basednAndrew Tridgell2007-10-101-2/+28
* r7717: fixed some typosAndrew Tridgell2007-10-101-4/+4
* r7716: a single wrapped ldap blob can contain multiple ldap messagesAndrew Tridgell2007-10-101-3/+3
* r7715: ensure we don't print null strings in ldap_errstr()Andrew Tridgell2007-10-101-1/+3
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2007-10-1010-58/+38
* r7713: fixed error display in ildap_search()Andrew Tridgell2007-10-101-0/+6
* r7712: ldb/common/util.c is goneAndrew Tridgell2007-10-101-1/+0
* r7711: update callers of ldb_connect() for new syntaxAndrew Tridgell2007-10-102-57/+27
* r7710: new command line handling code for ldbAndrew Tridgell2007-10-103-0/+189
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-1023-689/+343
* r7706: Move ParseExpr() to util.Jelmer Vernooij2007-10-104-87/+51
* r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell2007-10-101-0/+3
* r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell2007-10-109-38/+33
* r7702: Implement [charset()] attribute.Jelmer Vernooij2007-10-105-16/+66
* r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij2007-10-105-57/+104
* r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett2007-10-104-36/+96
* r7689: Add new file from previous commit (seperate file for session key test).Andrew Bartlett2007-10-101-0/+1
* r7688: Fix the internal heimdal build - push one #define back toAndrew Bartlett2007-10-102-1/+1
* r7687: Some more tests that must be done only when krb5_config is absent.Andrew Bartlett2007-10-101-4/+5
* r7686: Check for a type of invalid account name.Andrew Bartlett2007-10-101-0/+1
* r7685: Simply the test for session key logic, so we pass against NT4.Andrew Bartlett2007-10-102-34/+191
* r7684: Add a test aimed at checking we have agreement between client andAndrew Bartlett2007-10-105-0/+87
* r7683: The other file from the last commit. And it's include/system/kerberos...Andrew Bartlett2007-10-101-1/+107
* r7682: Move the properties of our heimdal build from heimdal_build/config.hAndrew Bartlett2007-10-101-108/+0
* r7681: This #define is unused.Andrew Bartlett2007-10-101-1/+0
* r7680: Move to using our own private enum for the principal type inside theAndrew Bartlett2007-10-101-30/+40
* r7679: update the documentation of security_description_create()Stefan Metzmacher2007-10-101-2/+5
* r7678: fixed typoAndrew Tridgell2007-10-101-1/+1
* r7677: fixed ldap server to honor 'private path'Andrew Tridgell2007-10-101-1/+1
* r7676: Make VUID and TID choice random, as this gives us protection againstAndrew Bartlett2007-10-102-2/+2
* r7675: Use correct memory context for anonymous session setup auth contextAndrew Bartlett2007-10-102-2/+23
* r7674: Fix the printf() attribute suggestion by correctly prototyping, thenAndrew Bartlett2007-10-101-1/+3
* r7673: With current Heimdal we don't need this (correct) fix.Andrew Bartlett2007-10-101-1/+1
* r7672: this should fix the crypt dependency problem (I hope!)Andrew Tridgell2007-10-102-4/+4
* r7671: added ldap testing to the set of standard testsAndrew Tridgell2007-10-102-10/+16
* r7670: fixed rootDSE search in ldap serverAndrew Tridgell2007-10-101-1/+1
* r7669: removed ldap from our configure testsAndrew Tridgell2007-10-103-18/+0
* r7668: - setup HAVE_ILDAP to enable the ildap backend in ldbAndrew Tridgell2007-10-102-1/+5
* r7667: added a ldb ildap backend, using our internal ldap client library. Nex...Andrew Tridgell2007-10-104-1/+421
* r7666: fixed a memory leak in the ldap ldb backendAndrew Tridgell2007-10-101-3/+2
* r7665: - added a ildap_*() interface to our internal ldap library. ThisAndrew Tridgell2007-10-105-2/+241
* r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsdAndrew Tridgell2007-10-101-2/+2
* r7660: improved error handling in socket_connect_ev() (it matters when nameAndrew Tridgell2007-10-101-0/+3