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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r10867: add WERR_UNKNOWN_REVISION errorcode
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r10545: map ECONNRESET to NT_STATUS_CONNECTION_RESET
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r10513: Reduce some use of pstring. The main reason some parts of the code still
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r10103: Put an #ifdef guard around ENOTSUP to fix systems that don't have it
Tim Potter
1
-0
/
+2
2007-10-10
r9638: add error code that you get when you call DsGetNCChanges() with a tmp_...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r9514: add some new error codes I was getting with DsGetNCChanges() and DsAdd...
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r9421: Move arcfour code into it's own file, in lib/crypto.
Andrew Bartlett
1
-67
/
+0
2007-10-10
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
Tim Potter
1
-1
/
+1
2007-10-10
r9048: added a new DOS error code (thanks to EMC)
Andrew Tridgell
1
-0
/
+1
2007-10-10
r8174: Check DOS error codes in torture chkpath test.
Jeremy Allison
1
-0
/
+1
2007-10-10
r8125: fixed an error code mapping based on the updated torture tests
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8115: added support for 2 more dos error codes found during testing
Andrew Tridgell
1
-0
/
+2
2007-10-10
r8111: fixed the client library to work against w2k3 with nt status codes
Andrew Tridgell
1
-270
/
+30
2007-10-10
r8106: the use of a static string for dos error codes was causing problems in
Andrew Tridgell
2
-185
/
+121
2007-10-10
r8104: - added support for our client library to not negotiate nt status code...
Andrew Tridgell
2
-40
/
+12
2007-10-10
r7941: fixed handling of ASN.1 objects bigger than 64k
Andrew Tridgell
1
-1
/
+10
2007-10-10
r7749: some bug fixes from testing with socket:testnonblock
Andrew Tridgell
1
-4
/
+8
2007-10-10
r7746: - added TLS support to our ldap server
Andrew Tridgell
1
-20
/
+0
2007-10-10
r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage of
Andrew Tridgell
1
-1
/
+0
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7626: a new ldap client library. Main features are:
Andrew Tridgell
1
-2
/
+9
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
1
-1
/
+3
2007-10-10
r6462: Move the arcfour sbox state into it's own structure, and allocate it
Andrew Bartlett
1
-26
/
+22
2007-10-10
r5866: Add InitShutdown IDL and torture test.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r5737: add some error codes
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2
-0
/
+2
2007-10-10
r5237: Add error code for "class not registered"
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r5107: moved the horrible ldap socket code, and the even worse
Andrew Tridgell
1
-61
/
+0
2007-10-10
r5053: - fix up the library dependencies so that tools that need nbt don't
Andrew Tridgell
1
-504
/
+0
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
3
-5
/
+5
2007-10-10
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4701: remove debugs
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r4658: (grr, commited wrong file last time).
Andrew Bartlett
1
-1
/
+1
2007-10-10
r4618: - tidied up the alter_context client code a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4616: the first phase in the addition of proper support for
Andrew Tridgell
1
-1
/
+7
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error code
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4435: add another error code
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r4431: add WERR_NET_NAME_NOT_FOUND
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r4202: added smbclient commands "addprivileges" and "delprivileges" for
Andrew Tridgell
1
-0
/
+46
2007-10-10
r4177: add some more error codes
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r4084: add some more error codes
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r4073: - added a set of lsa helper routines to make lsa lookups that are
Andrew Tridgell
1
-0
/
+299
2007-10-10
r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIES
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILE
Andrew Tridgell
1
-1
/
+1
[next]