samba.git
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...
2007-10-10 Andrew Tridgellr7660: improved error handling in socket_connect_ev...
2007-10-10 Andrew Tridgellr7659: fixup the ordering of socket destruction for...
2007-10-10 Andrew Tridgellr7658: don't timeout at the smb level for rpc requests...
2007-10-10 Andrew Tridgellr7657: test addone again after request timeout and...
2007-10-10 Andrew Tridgellr7656: added testing of rpc request timeouts and destru...
2007-10-10 Andrew Tridgellr7655: test the evnt friendly socket_connect() in the...
2007-10-10 Andrew Tridgellr7654: - add a timeout to all smb requests (default...
2007-10-10 Andrew Tridgellr7653: when a dcerpc request times out, we need to...
2007-10-10 Andrew Tridgellr7652: use event friendly connect in dcerpc socket...
2007-10-10 Andrew Bartlettr7651: Only convert SERVER requests to KRBTGT requests.
2007-10-10 Andrew Tridgellr7650: fixed a typo
2007-10-10 Stefan Metzmacherr7646: - only allow modification of SPOOLSS_FORM_USER...
2007-10-10 Stefan Metzmacherr7644: - remove some dublicate structures SetForm and...
2007-10-10 Stefan Metzmacherr7643: This patch adds a new NTPTR subsystem:
2007-10-10 Stefan Metzmacherr7642: - test NULL server_name in GetPrinterDriverDirec...
2007-10-10 Jeremy Allisonr7641: Fix based on work from "Shlomi Yaakobovich...
2007-10-10 Love Hörnquist... r7638: krb5_closelog in heimdal-0.7 not longer leaks...
2007-10-10 Andrew Bartlettr7637: Another useful Heimdal feature we need.
2007-10-10 Simo Sorcer7635: change the license of this file to lgpl like...
2007-10-10 Stefan Metzmacherr7634: move TestSleep functions so that all of them...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Stefan Metzmacherr7631: - remove unused function, as the disgn of samba4...
2007-10-10 Tim Potterr7630: Unused variable.
2007-10-10 Tim Potterr7629: Unused labels.
2007-10-10 Tim Potterr7628: Unused variables.
2007-10-10 Tim Potterr7627: Fix warning in unused (?) function.
2007-10-10 Andrew Tridgellr7626: a new ldap client library. Main features are:
2007-10-10 Volker Lendecker7621: Trivial reformatting while trying to understand...
2007-10-10 Simo Sorcer7615: fix the build and simplify gendb_search_dn
2007-10-10 Simo Sorcer7608: bug fix after yesterday's change
2007-10-10 Jelmer Vernooijr7605: Display properties in header files again.
2007-10-10 Jelmer Vernooijr7604: Bunch of small pidl updates. Mostly removing...
2007-10-10 Derrell Lipmanr7602: fix some compiler warnings
next