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
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3462: separate out the crypto includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3458: more solaris portability fixes, the main one being that we can't use a
Andrew Tridgell
1
-10
/
+10
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
2
-0
/
+2
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
2
-4
/
+4
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
21
-0
/
+306
2007-10-10
r3400: - allow callers to control the flags2 field in raw packets
Andrew Tridgell
2
-20
/
+24
2007-10-10
r3385: when discarding a unmatched reply print the command type to help debug...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...
Andrew Tridgell
5
-8
/
+20
2007-10-10
r3380: - changed the default behaviour of server signing. We now have a default
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3354: honor "max xmit" and "max mux" from smb.conf in our client code. This
Andrew Tridgell
3
-8
/
+11
2007-10-10
r3322: fixed a bunch of warnings in the build, including one case where it wa...
Andrew Tridgell
2
-2
/
+5
2007-10-10
r3319: fixed a bug in the client library found by the new non-block testing code
Andrew Tridgell
1
-10
/
+0
2007-10-10
r3315: converted the libcli/raw/ code to use the generic socket library. This
Andrew Tridgell
2
-40
/
+49
2007-10-10
r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...
Jeremy Allison
1
-2
/
+11
2007-10-10
r3237: - allow for readx calls larger than 64k
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
2
-18
/
+0
2007-10-10
r3017: nicer memory handling for event_context_merge()
Andrew Tridgell
1
-1
/
+0
2007-10-10
r3016: - converted the events code to talloc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
1
-11
/
+2
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
2
-4
/
+5
2007-10-10
r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...
Andrew Tridgell
3
-32
/
+7
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
3
-5
/
+7
2007-10-10
r2664: fixed the final server leak for normal operation. We now get a clean r...
Andrew Tridgell
1
-4
/
+6
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
4
-70
/
+80
2007-10-10
r2655: fixed an error in the shutdown of the sock->transport->session->tree
Andrew Tridgell
4
-4
/
+4
2007-10-10
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
5
-5
/
+5
2007-10-10
r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2629: convert gensec to the new talloc model
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2624: - save some system calls by only trying read/write operations that sel...
Andrew Tridgell
1
-1
/
+11
2007-10-10
r2621: - now that the client code is non-blocking, we no longer need
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2587: fixed a couple of authentication memory leaks. There are more to be
Andrew Tridgell
1
-2
/
+3
2007-10-10
r2552: Character set conversion and string handling updates.
Andrew Bartlett
1
-6
/
+11
2007-10-10
r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and
Andrew Tridgell
1
-11
/
+81
2007-10-10
r2443: check return code of event_loop_once() to catch thet cases where the s...
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,
Andrew Bartlett
1
-10
/
+19
2007-10-10
r2247: talloc_destroy -> talloc_free
Tim Potter
2
-5
/
+5
2007-10-10
r2184: use the smb.conf socket options for client code too
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2159: converted samba4 over to UTF-16.
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r2040: fixed a memory handling error in clisocket (caught with valgrind)
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1985: take advantage of the new talloc in a few more places
Andrew Tridgell
5
-49
/
+27
2007-10-10
r1984: this change is what you should read to understand the new talloc()
Andrew Tridgell
2
-16
/
+5
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
10
-18
/
+18
2007-10-10
r1941: - fixed an allocation error with querying security descriptors remotely
Andrew Tridgell
2
-1
/
+5
2007-10-10
r1910: this should not be a local var in this block
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1897: added a choose_called_name() function that allows us to more sanely
Andrew Tridgell
1
-6
/
+6
2007-10-10
r1896: stricter check on packet parsing for NBT session replies
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1893: add a commented out lump of code to implement the "by the SPEC"
Andrew Tridgell
1
-0
/
+15
[next]