index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
pynbt: eliminate "initialization from incompatible pointer type" warning
Michael Adam
2008-06-27
1
-1
/
+1
*
Use friendly NTSTATUS message in python code when possible.
Jelmer Vernooij
2008-06-17
1
-1
/
+1
*
Use a custom init function for samba4 that sets a samba4
Simo Sorce
2008-06-14
2
-2
/
+2
*
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
2008-06-14
2
-0
/
+2
*
Add working Python bindings for NBT.
Jelmer Vernooij
2008-06-11
5
-5004
/
+411
*
make signing per session in the SMB2 client library
Andrew Tridgell
2008-06-07
4
-10
/
+11
*
added server side SMB2 signing
Andrew Tridgell
2008-06-06
3
-70
/
+44
*
ensure we don't end up with a partially initialised EA structure
Andrew Tridgell
2008-06-06
1
-0
/
+2
*
SMB2 signing now works. The spec was wrong (and will be fixed in the
Andrew Tridgell
2008-06-03
1
-12
/
+9
*
updated some info levels based on WSPP docs
Andrew Tridgell
2008-06-02
3
-21
/
+52
*
implemented client side SMB2 signing
Andrew Tridgell
2008-05-30
8
-38
/
+283
*
added support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell
2008-05-29
1
-1
/
+8
*
fixed offset for maximal access response
Andrew Tridgell
2008-05-29
1
-1
/
+1
*
updated comment based on MS-SMB2 docs
Andrew Tridgell
2008-05-28
1
-1
/
+2
*
ensure we don't change the incoming blobs in a SMB2 create
Andrew Tridgell
2008-05-28
1
-1
/
+16
*
expose a function for pushing all SMB2 create blobs
Andrew Tridgell
2008-05-28
1
-17
/
+36
*
added support for all of the known SMB2 create tags in our client
Andrew Tridgell
2008-05-28
2
-11
/
+195
*
Use variable for ndr_netlogon.o path.
Jelmer Vernooij
2008-05-27
1
-3
/
+2
*
ensure that we honor SMB2 read min_count properly
Andrew Tridgell
2008-05-27
1
-1
/
+1
*
added support for the output fields of SMB2 close
Andrew Tridgell
2008-05-27
1
-6
/
+25
*
cope better with read only files in smb2_deltree
Andrew Tridgell
2008-05-27
1
-0
/
+10
*
don't alter the in blobs in a SMB2 create, otherwise two calls in a
Andrew Tridgell
2008-05-27
1
-5
/
+6
*
Remove evil hack which breaks Python bindings.
Jelmer Vernooij
2008-05-26
1
-0
/
+21
*
stricter checks for valid inputs in SMB2 open and lock
Andrew Tridgell
2008-05-26
2
-2
/
+8
*
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
2008-05-24
1
-2
/
+6
*
Export functions for setting NTSTATUS and WERRORs in python.
Jelmer Vernooij
2008-05-24
2
-4
/
+35
*
Add docstrings to a couple more python modules.
Jelmer Vernooij
2008-05-24
3
-7
/
+71
*
Regenerate with SWIG 1.3.35.
Jelmer Vernooij
2008-05-23
4
-40
/
+94
*
fix make test for EAs again
Andrew Tridgell
2008-05-23
1
-2
/
+2
*
pass in the required alignment to the EA construction routines
Andrew Tridgell
2008-05-22
3
-8
/
+9
*
added a define for all valid file attributes
Andrew Tridgell
2008-05-22
1
-0
/
+1
*
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
2008-05-22
5
-28
/
+68
|
\
|
*
Fix CFLAGS for SWIG files.
Jelmer Vernooij
2008-05-22
2
-3
/
+3
|
*
Move more modules inside of the samba package.
Jelmer Vernooij
2008-05-21
3
-4
/
+4
|
*
Move some python files into the samba package.
Jelmer Vernooij
2008-05-21
2
-3
/
+3
|
*
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
2008-05-21
2
-0
/
+7
|
*
Remove support for .py files from smb_build - deal with it only in the makefi...
Jelmer Vernooij
2008-05-21
2
-0
/
+6
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpython
Jelmer Vernooij
2008-05-21
3
-24
/
+40
|
|
\
|
*
|
Regenerate with newer version of swig.
Jelmer Vernooij
2008-05-21
2
-24
/
+51
*
|
|
fixed parsing of the SMB2 ALL_INFO qfileinfo level
Andrew Tridgell
2008-05-22
2
-2
/
+4
|
|
/
|
/
|
*
|
fixed SMB2 flush call, and added flush to gentest_smb2
Andrew Tridgell
2008-05-21
2
-3
/
+9
*
|
fixed SMB2 locking
Andrew Tridgell
2008-05-21
2
-21
/
+31
|
/
*
Manually handle the NETLOGON_SAM_LOGON_REQUEST too.
Andrew Bartlett
2008-05-21
4
-94
/
+240
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
2008-05-20
2
-2
/
+1
|
\
|
*
Revert addition of 'mailslot' parameter.
Andrew Bartlett
2008-05-20
2
-2
/
+1
*
|
added smb2_util_setatr
Andrew Tridgell
2008-05-20
1
-0
/
+22
*
|
added SMB2 setpathinfo composite wrapper
Andrew Tridgell
2008-05-20
1
-0
/
+105
*
|
added some SMB2 utility functions
Andrew Tridgell
2008-05-20
2
-1
/
+179
*
|
remember the server time fields on negotiate. Needed for gentest
Andrew Tridgell
2008-05-20
2
-0
/
+5
*
|
Merge commit 'origin/v4-0-test' into vfs_smb2
Andrew Tridgell
2008-05-20
9
-193
/
+437
|
\
|
[next]