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
2008-07-28
libcli/smb2: sign SMB2 Logoff requests
Stefan Metzmacher
1
-0
/
+2
2008-07-18
More 'must be ignored' options from the MS-SMB doc.
Andrew Bartlett
1
-20
/
+26
2008-07-16
Ignore and handle more NT Create & X options.
Andrew Bartlett
1
-3
/
+8
2008-07-15
Make up a full hostname for ldapi connections.
Andrew Bartlett
1
-2
/
+7
2008-07-15
Cleanup ldap_bind_sasl.
Andrew Bartlett
1
-4
/
+3
2008-07-07
libcli/raw: remove unused smb_raw_max_trans_data() function
Stefan Metzmacher
1
-12
/
+0
2008-07-07
libcli/raw: make multi fragmented nttrans requests possible
Stefan Metzmacher
1
-17
/
+178
2008-07-07
libcli/raw: trans(2) setup count is uint8_t
Stefan Metzmacher
1
-4
/
+6
2008-07-07
libcli/raw: remove unused smbcli_request_receive_more() function
Stefan Metzmacher
1
-13
/
+0
2008-07-07
libcli/raw: use the new recv_helper infrastructure for trans/trans2 replies
Stefan Metzmacher
1
-184
/
+313
2008-07-07
libcli/raw: use the new recv_helper infrastructure for nttrans replies
Stefan Metzmacher
1
-102
/
+145
2008-07-07
libcli/raw: add a recv_helper hook infrastructure
Stefan Metzmacher
2
-1
/
+23
2008-07-07
libcli/raw: the nttrans setup count is only 8-bit
Stefan Metzmacher
1
-1
/
+1
2008-06-27
pynbt: eliminate "initialization from incompatible pointer type" warning
Michael Adam
1
-1
/
+1
2008-06-17
Use friendly NTSTATUS message in python code when possible.
Jelmer Vernooij
1
-1
/
+1
2008-06-14
Use a custom init function for samba4 that sets a samba4
Simo Sorce
2
-2
/
+2
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
2
-0
/
+2
2008-06-11
Add working Python bindings for NBT.
Jelmer Vernooij
5
-5004
/
+411
2008-06-07
make signing per session in the SMB2 client library
Andrew Tridgell
4
-10
/
+11
2008-06-06
added server side SMB2 signing
Andrew Tridgell
3
-70
/
+44
2008-06-06
ensure we don't end up with a partially initialised EA structure
Andrew Tridgell
1
-0
/
+2
2008-06-03
SMB2 signing now works. The spec was wrong (and will be fixed in the
Andrew Tridgell
1
-12
/
+9
2008-06-02
updated some info levels based on WSPP docs
Andrew Tridgell
3
-21
/
+52
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
8
-38
/
+283
2008-05-29
added support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell
1
-1
/
+8
2008-05-29
fixed offset for maximal access response
Andrew Tridgell
1
-1
/
+1
2008-05-28
updated comment based on MS-SMB2 docs
Andrew Tridgell
1
-1
/
+2
2008-05-28
ensure we don't change the incoming blobs in a SMB2 create
Andrew Tridgell
1
-1
/
+16
2008-05-28
expose a function for pushing all SMB2 create blobs
Andrew Tridgell
1
-17
/
+36
2008-05-28
added support for all of the known SMB2 create tags in our client
Andrew Tridgell
2
-11
/
+195
2008-05-27
Use variable for ndr_netlogon.o path.
Jelmer Vernooij
1
-3
/
+2
2008-05-27
ensure that we honor SMB2 read min_count properly
Andrew Tridgell
1
-1
/
+1
2008-05-27
added support for the output fields of SMB2 close
Andrew Tridgell
1
-6
/
+25
2008-05-27
cope better with read only files in smb2_deltree
Andrew Tridgell
1
-0
/
+10
2008-05-27
don't alter the in blobs in a SMB2 create, otherwise two calls in a
Andrew Tridgell
1
-5
/
+6
2008-05-26
Remove evil hack which breaks Python bindings.
Jelmer Vernooij
1
-0
/
+21
2008-05-26
stricter checks for valid inputs in SMB2 open and lock
Andrew Tridgell
2
-2
/
+8
2008-05-24
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
1
-2
/
+6
2008-05-24
Export functions for setting NTSTATUS and WERRORs in python.
Jelmer Vernooij
2
-4
/
+35
2008-05-24
Add docstrings to a couple more python modules.
Jelmer Vernooij
3
-7
/
+71
2008-05-23
Regenerate with SWIG 1.3.35.
Jelmer Vernooij
4
-40
/
+94
2008-05-23
fix make test for EAs again
Andrew Tridgell
1
-2
/
+2
2008-05-22
pass in the required alignment to the EA construction routines
Andrew Tridgell
3
-8
/
+9
2008-05-22
added a define for all valid file attributes
Andrew Tridgell
1
-0
/
+1
2008-05-22
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
5
-28
/
+68
2008-05-22
fixed parsing of the SMB2 ALL_INFO qfileinfo level
Andrew Tridgell
2
-2
/
+4
2008-05-22
Fix CFLAGS for SWIG files.
Jelmer Vernooij
2
-3
/
+3
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
3
-4
/
+4
2008-05-21
Move some python files into the samba package.
Jelmer Vernooij
2
-3
/
+3
2008-05-21
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
2
-0
/
+7
[prev]
[next]