index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r7761: Don't let phony targets cause a rebuild of the binaries. Thanks
Jelmer Vernooij
2007-10-10
2
-2
/
+3
*
r7760: make client tools get the right config file in 'make test'
Andrew Tridgell
2007-10-10
2
-4
/
+6
*
r7759: allow ldb_errstring() to be used when not connected
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r7758: When not running on the build farm, print out the failed command line ...
Andrew Bartlett
2007-10-10
3
-4
/
+12
*
r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)
Andrew Bartlett
2007-10-10
5
-48
/
+92
*
r7756: Don't segfault by trying to search for the NULL DN, if the wrong
Andrew Bartlett
2007-10-10
1
-5
/
+7
*
r7755: fixed an uninitialised event_ctx found by abartlet
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r7754: fixed the local port of accepted sockets in socket_wrapper. This fixes
Andrew Tridgell
2007-10-10
1
-4
/
+3
*
r7753: removed debugging code :-)
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r7751: only enable tls on the ldaps port in ldap server, and reject non-tls
Andrew Tridgell
2007-10-10
4
-7
/
+12
*
r7750: handle STATUS_MORE_ENTRIES on send in tls
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r7749: some bug fixes from testing with socket:testnonblock
Andrew Tridgell
2007-10-10
4
-7
/
+14
*
r7748: Use state structure in connection with io to get returned address.
Rafal Szczesniak
2007-10-10
1
-2
/
+3
*
r7747: - simplified the ldap server buffer handling
Andrew Tridgell
2007-10-10
10
-470
/
+327
*
r7746: - added TLS support to our ldap server
Andrew Tridgell
2007-10-10
3
-102
/
+115
*
r7745: better handling of recv errors in tls library
Andrew Tridgell
2007-10-10
1
-1
/
+10
*
r7744: converted the web server to use the lib/tls/ generic tls code
Andrew Tridgell
2007-10-10
8
-565
/
+41
*
r7743: be consistent in how stdin is supported for ldbadd and ldbmodify
Andrew Tridgell
2007-10-10
1
-18
/
+10
*
r7742: abstracted out the tls code from the web server, so that our other ser...
Andrew Tridgell
2007-10-10
4
-0
/
+646
*
r7741: fixed the verbose option in ldbedit
Andrew Tridgell
2007-10-10
1
-12
/
+11
*
r7740: get rid of our duplicate base64 routines
Andrew Tridgell
2007-10-10
5
-85
/
+18
*
r7739: fixed an off by one bug in the base64 decoder for ldb ldif
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r7738: It's actually an API function test.
Rafal Szczesniak
2007-10-10
1
-1
/
+1
*
r7737: Test for libnet_Lookup function.
Rafal Szczesniak
2007-10-10
3
-0
/
+54
*
r7736: Propagate change in resolve_name function. Let's use default methods
Rafal Szczesniak
2007-10-10
1
-1
/
+1
*
r7735: Extend resolve_name function so that it's possible to pass resolve
Rafal Szczesniak
2007-10-10
1
-8
/
+16
*
r7734: A few missing pieces...
Rafal Szczesniak
2007-10-10
3
-5
/
+7
*
r7733: New io structure for name lookup function.
Rafal Szczesniak
2007-10-10
1
-0
/
+1
*
r7732: Implementation of very basic lookup function (to be used in more
Rafal Szczesniak
2007-10-10
6
-9
/
+141
*
r7731: change debug level to not spam the build-farm smbd log
Stefan Metzmacher
2007-10-10
2
-2
/
+2
*
r7729: Small fixes to the charset stuff.
Jelmer Vernooij
2007-10-10
4
-14
/
+27
*
r7728: handle 64 bit integers in INTEGER match
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r7727: we need to mark some attributes as INTEGER, so that the standard searches
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r7726: - removed some unused variables
Andrew Tridgell
2007-10-10
4
-4
/
+10
*
r7725: fixed a bug with partial asn1 frames in the ldap client
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r7724: added encoding of LDB_OP_NOT search components
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r7723: - fix a mismatched asn1 push/pop on bind
Andrew Tridgell
2007-10-10
1
-29
/
+26
*
r7722: when we get a zero read, the connection is dead
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r7721: solve a problem with null arguments to testit()
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage of
Andrew Tridgell
2007-10-10
4
-20
/
+10
*
r7719: make the ildap ldb backend use the defaultNamingContext if the basedn
Andrew Tridgell
2007-10-10
1
-2
/
+28
*
r7717: fixed some typos
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r7716: a single wrapped ldap blob can contain multiple ldap messages
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r7715: ensure we don't print null strings in ldap_errstr()
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r7714: enable samba credentials handling in ldb tools. So you can now do a
Andrew Tridgell
2007-10-10
10
-58
/
+38
*
r7713: fixed error display in ildap_search()
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r7712: ldb/common/util.c is gone
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r7711: update callers of ldb_connect() for new syntax
Andrew Tridgell
2007-10-10
2
-57
/
+27
*
r7710: new command line handling code for ldb
Andrew Tridgell
2007-10-10
3
-0
/
+189
*
r7709: - convert ldb to use popt, so that it can interact with the samba
Andrew Tridgell
2007-10-10
23
-689
/
+343
[prev]
[next]