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
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...
Andrew Tridgell
2007-10-10
1
-7
/
+11
*
r2750: decode AbandonRequest correct (untested:-)
Stefan Metzmacher
2007-10-10
1
-2
/
+6
*
r2749: add asn1_read_implicit_Integer()
Stefan Metzmacher
2007-10-10
1
-5
/
+15
*
r2747: use DATA_BLOB for attribute values
Stefan Metzmacher
2007-10-10
2
-5
/
+17
*
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
2007-10-10
4
-24
/
+28
*
r2695: revert "Del" renaming
Simo Sorce
2007-10-10
3
-20
/
+20
*
r2690: deleted by mistake
Simo Sorce
2007-10-10
1
-0
/
+3
*
r2689: Use consistent naming Del -> Delete
Simo Sorce
2007-10-10
3
-23
/
+21
*
r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...
Andrew Tridgell
2007-10-10
4
-39
/
+15
*
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
2007-10-10
8
-24
/
+32
*
r2669: convert make_user_info() and associated functions from malloc to talloc
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r2664: fixed the final server leak for normal operation. We now get a clean r...
Andrew Tridgell
2007-10-10
1
-4
/
+6
*
r2661: fixed a client side memory leak in the clilist code.
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
2007-10-10
5
-79
/
+83
*
r2655: fixed an error in the shutdown of the sock->transport->session->tree
Andrew Tridgell
2007-10-10
4
-4
/
+4
*
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
2007-10-10
6
-6
/
+6
*
r2650: fixed a memory leak in make_server_info()
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2648: - use a destructor on struct server_connection to simplify the
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r2646: - use a talloc destructor to ensure that sockets from the new socket
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r2645: converted the NTLMSSP code to the new style of talloc
Andrew Tridgell
2007-10-10
6
-103
/
+64
*
r2643: convert more of the auth subsyystem to the new talloc methods. This
Andrew Tridgell
2007-10-10
2
-11
/
+11
*
r2629: convert gensec to the new talloc model
Andrew Tridgell
2007-10-10
5
-35
/
+30
*
r2624: - save some system calls by only trying read/write operations that sel...
Andrew Tridgell
2007-10-10
1
-1
/
+11
*
r2621: - now that the client code is non-blocking, we no longer need
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2587: fixed a couple of authentication memory leaks. There are more to be
Andrew Tridgell
2007-10-10
3
-2
/
+9
*
r2552: Character set conversion and string handling updates.
Andrew Bartlett
2007-10-10
3
-25
/
+37
*
r2535: Make certain, that even if we have invalid ASN.1 here, and the caller ...
Andrew Bartlett
2007-10-10
1
-1
/
+7
*
r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storing
Andrew Bartlett
2007-10-10
1
-44
/
+60
*
r2520: - finished implementing the server side of the old style search requests
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r2516: Remove duplicate line.
Tim Potter
2007-10-10
1
-1
/
+0
*
r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequest
Stefan Metzmacher
2007-10-10
1
-3
/
+27
*
r2507: Allow a case-insensitive lookup when converting strings into NTSTATUS
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r2498: added STATUS_NO_MORE_FILES to nt status codes that we can map to a string
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r2495: cope properly with STATUS_NO_MORE_FILES in old search client code
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r2494: fixed connecting to a share mode server (tested and really works now)
Andrew Tridgell
2007-10-10
1
-3
/
+10
*
r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and
Andrew Tridgell
2007-10-10
2
-14
/
+84
*
r2463: make sure we don't send the password in a tconx unless we really have to
Andrew Tridgell
2007-10-10
1
-6
/
+14
*
r2443: check return code of event_loop_once() to catch thet cases where the s...
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r2432: more string function updates.
Andrew Tridgell
2007-10-10
2
-2
/
+2
*
r2405: expose unix_perms_to_wire() for use by the posix backend, in supportin...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2385: the gensec:krb5 test is not needed here any more, as we do it in the r...
Andrew Tridgell
2007-10-10
1
-4
/
+0
*
r2377: added a more generic way of disabling gensec subsystems. For example,
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r2376: added a way to disable krb5 on the command line. Just use
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r2347: merge LDAP ASN.1 fixes from trunk
Stefan Metzmacher
2007-10-10
2
-12
/
+24
*
r2328: add the start of a new system and protocol
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r2315: change format
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r2314: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,
Andrew Bartlett
2007-10-10
3
-12
/
+33
[next]