kai/samba.git
2007-10-10 Andrew Tridgellr7779: use the parent event context in ldb_wrap_connect...
2007-10-10 Andrew Tridgellr7778: added talloc_find_parent_bytype() and talloc_fin...
2007-10-10 Andrew Tridgellr7777: allow for overriding the location of the sam...
2007-10-10 Andrew Tridgellr7776: add a method for getting arbitrary opaque data...
2007-10-10 Andrew Tridgellr7775: solaris uses 'lo0' for loopback network, so...
2007-10-10 Andrew Tridgellr7774: put $CONFIGURATION in one more place
2007-10-10 Andrew Tridgellr7773: fixed the tls code for the non-GNUTLS case
2007-10-10 Andrew Tridgellr7772: actually give the auth options to ldbsearch...
2007-10-10 Andrew Tridgellr7771: - added ldaps and NTLMSSP testing to ldap tests
2007-10-10 Andrew Tridgellr7770: added ldaps support to our ldap client library
2007-10-10 Andrew Tridgellr7769: added client support in the tls library api
2007-10-10 Andrew Tridgellr7768: use _ALL_OBJS in clean target
2007-10-10 Andrew Tridgellr7767: fixed ldb dependencies
2007-10-10 Jelmer Vernooijr7766: Treat NOPROTO as boolean.
2007-10-10 Andrew Bartlettr7765: Thanks to Maurice Massar <massar@unix-ag.uni...
2007-10-10 Jelmer Vernooijr7764: Generate _ALL_OBJS list.
2007-10-10 Andrew Tridgellr7763: fixed some circular dependencies
2007-10-10 Jelmer Vernooijr7762: Clean up make help files.
2007-10-10 Jelmer Vernooijr7761: Don't let phony targets cause a rebuild of the...
2007-10-10 Andrew Tridgellr7760: make client tools get the right config file...
2007-10-10 Andrew Tridgellr7759: allow ldb_errstring() to be used when not connected
2007-10-10 Andrew Bartlettr7758: When not running on the build farm, print out...
2007-10-10 Andrew Bartlettr7757: Add NTLMv2 support to the NT1 Session setup...
2007-10-10 Andrew Bartlettr7756: Don't segfault by trying to search for the NULL...
2007-10-10 Andrew Tridgellr7755: fixed an uninitialised event_ctx found by abartlet
2007-10-10 Andrew Tridgellr7754: fixed the local port of accepted sockets in...
2007-10-10 Andrew Tridgellr7753: removed debugging code :-)
2007-10-10 Andrew Tridgellr7751: only enable tls on the ldaps port in ldap server...
2007-10-10 Andrew Tridgellr7750: handle STATUS_MORE_ENTRIES on send in tls
2007-10-10 Andrew Tridgellr7749: some bug fixes from testing with socket:testnonblock
2007-10-10 Rafal Szczesniakr7748: Use state structure in connection with io to...
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7746: - added TLS support to our ldap server
2007-10-10 Andrew Tridgellr7745: better handling of recv errors in tls library
2007-10-10 Andrew Tridgellr7744: converted the web server to use the lib/tls...
2007-10-10 Andrew Tridgellr7743: be consistent in how stdin is supported for...
2007-10-10 Andrew Tridgellr7742: abstracted out the tls code from the web server...
2007-10-10 Andrew Tridgellr7741: fixed the verbose option in ldbedit
2007-10-10 Andrew Tridgellr7740: get rid of our duplicate base64 routines
2007-10-10 Andrew Tridgellr7739: fixed an off by one bug in the base64 decoder...
2007-10-10 Rafal Szczesniakr7738: It's actually an API function test.
2007-10-10 Rafal Szczesniakr7737: Test for libnet_Lookup function.
2007-10-10 Rafal Szczesniakr7736: Propagate change in resolve_name function. Let...
2007-10-10 Rafal Szczesniakr7735: Extend resolve_name function so that it's possib...
2007-10-10 Rafal Szczesniakr7734: A few missing pieces...
2007-10-10 Rafal Szczesniakr7733: New io structure for name lookup function.
2007-10-10 Rafal Szczesniakr7732: Implementation of very basic lookup function...
2007-10-10 Stefan Metzmacherr7731: change debug level to not spam the build-farm...
2007-10-10 Jelmer Vernooijr7729: Small fixes to the charset stuff.
2007-10-10 Andrew Tridgellr7728: handle 64 bit integers in INTEGER match
2007-10-10 Andrew Tridgellr7727: we need to mark some attributes as INTEGER,...
2007-10-10 Andrew Tridgellr7726: - removed some unused variables
2007-10-10 Andrew Tridgellr7725: fixed a bug with partial asn1 frames in the...
2007-10-10 Andrew Tridgellr7724: added encoding of LDB_OP_NOT search components
2007-10-10 Andrew Tridgellr7723: - fix a mismatched asn1 push/pop on bind
2007-10-10 Andrew Tridgellr7722: when we get a zero read, the connection is dead
2007-10-10 Andrew Tridgellr7721: solve a problem with null arguments to testit()
2007-10-10 Andrew Tridgellr7720: - simplify the asn1 decode of ldap_search()...
2007-10-10 Andrew Tridgellr7719: make the ildap ldb backend use the defaultNaming...
2007-10-10 Andrew Tridgellr7717: fixed some typos
2007-10-10 Andrew Tridgellr7716: a single wrapped ldap blob can contain multiple...
2007-10-10 Andrew Tridgellr7715: ensure we don't print null strings in ldap_errstr()
2007-10-10 Andrew Tridgellr7714: enable samba credentials handling in ldb tools...
2007-10-10 Andrew Tridgellr7713: fixed error display in ildap_search()
2007-10-10 Andrew Tridgellr7712: ldb/common/util.c is gone
2007-10-10 Andrew Tridgellr7711: update callers of ldb_connect() for new syntax
2007-10-10 Andrew Tridgellr7710: new command line handling code for ldb
2007-10-10 Andrew Tridgellr7709: - convert ldb to use popt, so that it can intera...
2007-10-10 Jelmer Vernooijr7706: Move ParseExpr() to util.
2007-10-10 Andrew Tridgellr7705: prevent SIGPIPE. this is what causes BASE-NEGNOW...
2007-10-10 Andrew Tridgellr7704: - fixed open_nbt_connection() to return NULL...
2007-10-10 Jelmer Vernooijr7702: Implement [charset()] attribute.
2007-10-10 Jelmer Vernooijr7695: Add support for the [string] attribute that...
2007-10-10 Andrew Bartlettr7690: Move the NT hash generation into the credentials...
2007-10-10 Andrew Bartlettr7689: Add new file from previous commit (seperate...
2007-10-10 Andrew Bartlettr7688: Fix the internal heimdal build - push one #defin...
2007-10-10 Andrew Bartlettr7687: Some more tests that must be done only when...
2007-10-10 Andrew Bartlettr7686: Check for a type of invalid account name.
2007-10-10 Andrew Bartlettr7685: Simply the test for session key logic, so we...
2007-10-10 Andrew Bartlettr7684: Add a test aimed at checking we have agreement...
2007-10-10 Andrew Bartlettr7683: The other file from the last commit. And it...
2007-10-10 Andrew Bartlettr7682: Move the properties of our heimdal build from...
2007-10-10 Andrew Bartlettr7681: This #define is unused.
2007-10-10 Andrew Bartlettr7680: Move to using our own private enum for the princ...
2007-10-10 Stefan Metzmacherr7679: update the documentation of security_description...
2007-10-10 Andrew Tridgellr7678: fixed typo
2007-10-10 Andrew Tridgellr7677: fixed ldap server to honor 'private path'
2007-10-10 Andrew Bartlettr7676: Make VUID and TID choice random, as this gives...
2007-10-10 Andrew Bartlettr7675: Use correct memory context for anonymous session...
2007-10-10 Andrew Bartlettr7674: Fix the printf() attribute suggestion by correct...
2007-10-10 Andrew Bartlettr7673: With current Heimdal we don't need this (correct...
2007-10-10 Andrew Tridgellr7672: this should fix the crypt dependency problem...
2007-10-10 Andrew Tridgellr7671: added ldap testing to the set of standard tests
2007-10-10 Andrew Tridgellr7670: fixed rootDSE search in ldap server
2007-10-10 Andrew Tridgellr7669: removed ldap from our configure tests
2007-10-10 Andrew Tridgellr7668: - setup HAVE_ILDAP to enable the ildap backend...
2007-10-10 Andrew Tridgellr7667: added a ldb ildap backend, using our internal...
2007-10-10 Andrew Tridgellr7666: fixed a memory leak in the ldap ldb backend
2007-10-10 Andrew Tridgellr7665: - added a ildap_*() interface to our internal...
2007-10-10 Andrew Tridgellr7661: patch from tburdi1@uic.edu to fix autogen.sh...
next