index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
\
|
|
/
|
*
Fix prototype generation in new syntax for netlogon.c
Andrew Bartlett
2008-05-20
1
-1
/
+1
|
*
Add the core of the new CLDAP/NBT 'netlogon' parsing library.
Andrew Bartlett
2008-05-20
2
-0
/
+364
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
2008-05-20
6
-44
/
+56
|
|
\
|
*
|
Ensure we don't send a reply if we couldn't push the CLDAP blob
Andrew Bartlett
2008-05-17
1
-1
/
+1
|
*
|
Show that the NTLOGON and NETLOGON mailslots are *very* similar.
Andrew Bartlett
2008-05-17
2
-1
/
+2
|
*
|
Put back the old netlogn parsing code - for the request only
Andrew Bartlett
2008-05-17
2
-15
/
+41
|
*
|
Rework the CLDAP and NBT netlogon requests and responses.
Andrew Bartlett
2008-05-16
6
-187
/
+39
*
|
|
added SMB2 proxying of rmdir
Andrew Tridgell
2008-05-19
1
-1
/
+73
*
|
|
Merge commit 'origin/v4-0-test' into vfs_smb2
Andrew Tridgell
2008-05-19
6
-43
/
+54
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix a bunch of dependencies.
Jelmer Vernooij
2008-05-18
2
-2
/
+2
|
*
|
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
5
-15
/
+15
[next]