summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7713: fixed error display in ildap_search()Andrew Tridgell1-0/+6
2007-10-10r7712: ldb/common/util.c is goneAndrew Tridgell1-1/+0
2007-10-10r7711: update callers of ldb_connect() for new syntaxAndrew Tridgell2-57/+27
2007-10-10r7710: new command line handling code for ldbAndrew Tridgell3-0/+189
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell23-689/+343
2007-10-10r7706: Move ParseExpr() to util.Jelmer Vernooij4-87/+51
2007-10-10r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell1-0/+3
2007-10-10r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell9-38/+33
2007-10-10r7702: Implement [charset()] attribute.Jelmer Vernooij5-16/+66
2007-10-10r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij5-57/+104
2007-10-10r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett4-36/+96
2007-10-10r7689: Add new file from previous commit (seperate file for session key test).Andrew Bartlett1-0/+1
2007-10-10r7688: Fix the internal heimdal build - push one #define back toAndrew Bartlett2-1/+1
2007-10-10r7687: Some more tests that must be done only when krb5_config is absent.Andrew Bartlett1-4/+5
2007-10-10r7686: Check for a type of invalid account name.Andrew Bartlett1-0/+1
2007-10-10r7685: Simply the test for session key logic, so we pass against NT4.Andrew Bartlett2-34/+191
2007-10-10r7684: Add a test aimed at checking we have agreement between client andAndrew Bartlett5-0/+87
2007-10-10r7683: The other file from the last commit. And it's include/system/kerberos...Andrew Bartlett1-1/+107
2007-10-10r7682: Move the properties of our heimdal build from heimdal_build/config.hAndrew Bartlett1-108/+0
2007-10-10r7681: This #define is unused.Andrew Bartlett1-1/+0
2007-10-10r7680: Move to using our own private enum for the principal type inside theAndrew Bartlett1-30/+40
2007-10-10r7679: update the documentation of security_description_create()Stefan Metzmacher1-2/+5
2007-10-10r7678: fixed typoAndrew Tridgell1-1/+1
2007-10-10r7677: fixed ldap server to honor 'private path'Andrew Tridgell1-1/+1
2007-10-10r7676: Make VUID and TID choice random, as this gives us protection againstAndrew Bartlett2-2/+2
2007-10-10r7675: Use correct memory context for anonymous session setup auth contextAndrew Bartlett2-2/+23
2007-10-10r7674: Fix the printf() attribute suggestion by correctly prototyping, thenAndrew Bartlett1-1/+3
2007-10-10r7673: With current Heimdal we don't need this (correct) fix.Andrew Bartlett1-1/+1
2007-10-10r7672: this should fix the crypt dependency problem (I hope!)Andrew Tridgell2-4/+4
2007-10-10r7671: added ldap testing to the set of standard testsAndrew Tridgell2-10/+16
2007-10-10r7670: fixed rootDSE search in ldap serverAndrew Tridgell1-1/+1
2007-10-10r7669: removed ldap from our configure testsAndrew Tridgell3-18/+0
2007-10-10r7668: - setup HAVE_ILDAP to enable the ildap backend in ldbAndrew Tridgell2-1/+5
2007-10-10r7667: added a ldb ildap backend, using our internal ldap client library. Nex...Andrew Tridgell4-1/+421
2007-10-10r7666: fixed a memory leak in the ldap ldb backendAndrew Tridgell1-3/+2
2007-10-10r7665: - added a ildap_*() interface to our internal ldap library. ThisAndrew Tridgell5-2/+241
2007-10-10r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsdAndrew Tridgell1-2/+2
2007-10-10r7660: improved error handling in socket_connect_ev() (it matters when nameAndrew Tridgell1-0/+3
2007-10-10r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell1-4/+3
2007-10-10r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell1-0/+4
2007-10-10r7657: test addone again after request timeout and destruction to ensure the ...Andrew Tridgell1-3/+2
2007-10-10r7656: added testing of rpc request timeouts and destructionAndrew Tridgell1-0/+62
2007-10-10r7655: test the evnt friendly socket_connect() in the LOCAL-SOCKET testAndrew Tridgell1-1/+3
2007-10-10r7654: - add a timeout to all smb requests (default 60 seconds)Andrew Tridgell2-0/+50
2007-10-10r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell1-1/+11
2007-10-10r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell1-1/+1
2007-10-10r7651: Only convert SERVER requests to KRBTGT requests.Andrew Bartlett1-1/+1
2007-10-10r7650: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r7646: - only allow modification of SPOOLSS_FORM_USER FromsStefan Metzmacher1-18/+52
2007-10-10r7644: - remove some dublicate structures SetForm and AddForm uses the same s...Stefan Metzmacher3-40/+241