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
/
raw
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
2007-10-10
2
-4
/
+3
*
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
2007-10-10
2
-18
/
+4
*
r4938: allow the caller to supply an existing event_context if they want to
Andrew Tridgell
2007-10-10
1
-2
/
+8
*
r4924: continue the effort to simplify and generalise the composite
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r4891: - added a generic resolve_name() async interface in libcli/resolve/,
Andrew Tridgell
2007-10-10
3
-24
/
+42
*
r4886: fixed two places where we process the send side of a socket after the
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4811: now that the event context is at the socket level, the event cleanup
Andrew Tridgell
2007-10-10
2
-1
/
+13
*
r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r4791: used the new talloc type safety macros to make the "void *private"
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
2007-10-10
4
-496
/
+14
*
r4769: added a smb_composite_connect() function that provides a simple async
Andrew Tridgell
2007-10-10
2
-3
/
+37
*
r4767: handle the different NBT session request refusals, and map them to
Andrew Tridgell
2007-10-10
1
-10
/
+41
*
r4765: simplify the async socket code to always go via the event handler
Andrew Tridgell
2007-10-10
1
-18
/
+9
*
r4758: - added async support to the session request code
Andrew Tridgell
2007-10-10
4
-40
/
+75
*
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
2007-10-10
4
-90
/
+220
*
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2007-10-10
3
-5
/
+5
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
3
-7
/
+7
*
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4364: - added support for testing of chained SMB operations in smbtorture
Andrew Tridgell
2007-10-10
3
-6
/
+140
*
r4361: fix the build
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r4356: Allow anonymous connections to use NTLMSSP. The silly bugs that
Andrew Bartlett
2007-10-10
1
-1
/
+0
*
r4316: - now that the trans2 code properly supports multi-part requests, we c...
Andrew Tridgell
2007-10-10
4
-7
/
+7
*
r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
2007-10-10
2
-2
/
+61
*
r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfo
Andrew Tridgell
2007-10-10
2
-10
/
+170
*
r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...
Andrew Tridgell
2007-10-10
2
-4
/
+4
*
r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in the
Andrew Tridgell
2007-10-10
2
-18
/
+106
*
r4228: make sure the caller knows the packet is in error when a signing error...
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4182: fixed trans2 mkdir, allowing mkdir with an initial EA list
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
2007-10-10
2
-7
/
+7
*
r4080: missing file from the last commit
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r4070: move some defines from asn_1.h to the places they belong to
Stefan Metzmacher
2007-10-10
1
-3
/
+2
*
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
2007-10-10
11
-32
/
+32
*
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
2007-10-10
2
-4
/
+3
*
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4015: correct copyright attributions
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r3971: fix compiler warnings
Stefan Metzmacher
2007-10-10
2
-3
/
+3
*
r3903: better fix for -r 3902
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r3902: fix compiler warnings
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r3830: unified the query/set security descriptor code with the rest of the
Andrew Tridgell
2007-10-10
3
-17
/
+29
*
r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file
Andrew Tridgell
2007-10-10
1
-2
/
+13
*
r3826: - added testing of ea lists in NTTRANS CREATE
Andrew Tridgell
2007-10-10
3
-11
/
+108
*
r3821: added client side code and test code for NTTRANS_CREATE
Andrew Tridgell
2007-10-10
1
-0
/
+133
*
r3810: create a LIB_SECURITY subsystem
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r3806: added support to smb_server and pvfs for the NTTRANS Create call. This
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3654: Add static and fix indentation.
Andrew Bartlett
2007-10-10
2
-2
/
+2
*
r3652: Fix malloc-history dependent failures in smbtorture.
Andrew Bartlett
2007-10-10
1
-6
/
+7
*
r3591: to get a bit more useful info from valgrind I'm disabling the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
2007-10-10
2
-9
/
+9
[prev]
[next]