index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7865: changed pidl to take a "const void *" instead of a "void *" for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7860: switch our ldb storage format to use a NDR encoded objectSid. This is
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7856: fixed warning of 'methods' shadowed variable
Andrew Tridgell
1
-4
/
+4
2007-10-10
r7855: fixed a typo
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7814: Propagate the change in resolve_name_send function.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r7813: Make async request independent from config file routines.
Rafal Szczesniak
1
-11
/
+3
2007-10-10
r7810: don't give errors when the ldap server sends us reference replies
Andrew Tridgell
1
-1
/
+2
2007-10-10
r7770: added ldaps support to our ldap client library
Andrew Tridgell
3
-9
/
+19
2007-10-10
r7763: fixed some circular dependencies
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)
Andrew Bartlett
2
-45
/
+80
2007-10-10
r7749: some bug fixes from testing with socket:testnonblock
Andrew Tridgell
2
-6
/
+11
2007-10-10
r7747: - simplified the ldap server buffer handling
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7746: - added TLS support to our ldap server
Andrew Tridgell
1
-20
/
+0
2007-10-10
r7736: Propagate change in resolve_name function. Let's use default methods
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r7735: Extend resolve_name function so that it's possible to pass resolve
Rafal Szczesniak
1
-8
/
+16
2007-10-10
r7731: change debug level to not spam the build-farm smbd log
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7725: fixed a bug with partial asn1 frames in the ldap client
Andrew Tridgell
1
-0
/
+3
2007-10-10
r7724: added encoding of LDB_OP_NOT search components
Andrew Tridgell
1
-1
/
+6
2007-10-10
r7723: - fix a mismatched asn1 push/pop on bind
Andrew Tridgell
1
-29
/
+26
2007-10-10
r7722: when we get a zero read, the connection is dead
Andrew Tridgell
1
-2
/
+1
2007-10-10
r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage of
Andrew Tridgell
3
-4
/
+6
2007-10-10
r7717: fixed some typos
Andrew Tridgell
1
-4
/
+4
2007-10-10
r7716: a single wrapped ldap blob can contain multiple ldap messages
Andrew Tridgell
1
-3
/
+3
2007-10-10
r7715: ensure we don't print null strings in ldap_errstr()
Andrew Tridgell
1
-1
/
+3
2007-10-10
r7713: fixed error display in ildap_search()
Andrew Tridgell
1
-0
/
+6
2007-10-10
r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes fail
Andrew Tridgell
1
-0
/
+3
2007-10-10
r7704: - fixed open_nbt_connection() to return NULL when the connection failed
Andrew Tridgell
1
-8
/
+0
2007-10-10
r7679: update the documentation of security_description_create()
Stefan Metzmacher
1
-2
/
+5
2007-10-10
r7665: - added a ildap_*() interface to our internal ldap library. This
Andrew Tridgell
5
-2
/
+241
2007-10-10
r7654: - add a timeout to all smb requests (default 60 seconds)
Andrew Tridgell
2
-0
/
+50
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
6
-9
/
+12
2007-10-10
r7626: a new ldap client library. Main features are:
Andrew Tridgell
8
-1001
/
+776
2007-10-10
r7599: it turns out we were not using the ldif code in libcli/ldap/ at all,
Andrew Tridgell
1
-393
/
+0
2007-10-10
r7598: take advantage of struct data_blob and struct ldb_val being the same
Andrew Tridgell
2
-14
/
+3
2007-10-10
r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted
Andrew Tridgell
4
-25
/
+19
2007-10-10
r7593: simplified the memory management in the ldap code. Having a mem_ctx
Andrew Tridgell
5
-104
/
+95
2007-10-10
r7569: Fix typo in comments.
Tim Potter
1
-2
/
+2
2007-10-10
r7567: added wire parsing of NOT and extended ldap search requests. This
Andrew Tridgell
1
-37
/
+97
2007-10-10
r7566: added support for LDAPString types in the asn.1 library
Andrew Tridgell
1
-5
/
+20
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
4
-36
/
+17
2007-10-10
r7524: make the ldap ASN.1 filter parse code go via a struct
Andrew Tridgell
1
-77
/
+107
2007-10-10
r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use
Andrew Tridgell
4
-421
/
+43
2007-10-10
r7483: ensure we try reading from a socket if epoll says we can, and don't
Andrew Tridgell
4
-4
/
+6
2007-10-10
r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it
Tim Potter
1
-2
/
+2
2007-10-10
r7455: Remove some talloc contexts that aren't used.
Tim Potter
1
-11
/
+0
2007-10-10
r7436: As far as I see it, these are the last two "real" ones for Samba4 on A...
Volker Lendecke
1
-1
/
+1
2007-10-10
r7435: Another little step, sorry for the spam... :-)
Volker Lendecke
1
-2
/
+2
2007-10-10
r7433: Another little AIX one...
Volker Lendecke
1
-1
/
+1
2007-10-10
r7430: Next step in AIX build
Volker Lendecke
1
-2
/
+2
2007-10-10
r7377: Integrate browse service stuff more nicely
Jelmer Vernooij
3
-3
/
+114
[next]