Age | Commit message (Expand) | Author | Files | Lines |
2008-02-14 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 18 | -96/+115 |
2008-02-14 | we need to refuse a root_fid in rename on SMB but not SMB2 | Andrew Tridgell | 1 | -3/+5 |
2008-02-14 | Fixed SMB2 rename operations from Vista clients | Andrew Tridgell | 8 | -30/+59 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 28 | -157/+246 |
2008-02-13 | Remove some make variables that aren't necessary. | Jelmer Vernooij | 3 | -4/+2 |
2008-02-13 | Fix talloc .so installation. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | Fix corner case. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-13 | Use more variables in generated data.mk. | Jelmer Vernooij | 4 | -19/+39 |
2008-02-13 | Put soversions and versions for libraries with a hard-coded version in the | Jelmer Vernooij | 2 | -32/+22 |
2008-02-13 | Allow tdb.mk and talloc.mk to be included at the same time. | Jelmer Vernooij | 4 | -16/+16 |
2008-02-13 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 21 | -144/+208 |
2008-02-13 | Never build .so versions of tdb/talloc from Samba 4 itself. Rather, | Jelmer Vernooij | 3 | -8/+2 |
2008-02-13 | torture/eventlog: the NTSTATUS of dcerpc_ functions is the same as r.out.result | Stefan Metzmacher | 1 | -2/+0 |
2008-02-13 | Ignore pidl Makefile, which is autogenerated. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-13 | torture/eventlog: fix crash bugs! | Stefan Metzmacher | 1 | -0/+8 |
2008-02-13 | pidl: $size can be 'foo / 2' so we need to add '(' and ')' | Stefan Metzmacher | 1 | -2/+2 |
2008-02-13 | idl_types: remove unused lstring | Stefan Metzmacher | 1 | -5/+0 |
2008-02-13 | spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any more | Stefan Metzmacher | 2 | -12/+21 |
2008-02-13 | Makefile: --enable-automatic-dependencies usage | Stefan Metzmacher | 1 | -1/+1 |
2008-02-13 | missed another spot in the SMB2 create conversion | Andrew Tridgell | 1 | -6/+6 |
2008-02-13 | missed a spot in the SMB2 create conversion | Andrew Tridgell | 1 | -3/+3 |
2008-02-13 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 8 | -4/+148 |
2008-02-13 | updated SMB2 create operation to match WSPP. | Andrew Tridgell | 8 | -80/+109 |
2008-02-13 | Add simple test for ETT_FIELD. | Jelmer Vernooij | 1 | -1/+4 |
2008-02-13 | Support ETT_FIELD keyword. | Julien Kerihuel | 2 | -0/+23 |
2008-02-13 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 2 | -2/+2 |
2008-02-13 | Initial work on a test for samba.tests.samdb | Jelmer Vernooij | 4 | -1/+59 |
2008-02-13 | Add python version of newuser.py. | Jelmer Vernooij | 1 | -0/+61 |
2008-02-13 | Fix invalid symbol. | Jelmer Vernooij | 1 | -3/+5 |
2008-02-13 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 16 | -98/+54 |
2008-02-13 | updated SMB2 tcon as per WSPP docs | Andrew Tridgell | 7 | -33/+58 |
2008-02-12 | Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. | Michael Adam | 2 | -2/+2 |
2008-02-12 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 6 | -65/+20 |
2008-02-12 | Fix subunit runner exit codes. | Jelmer Vernooij | 2 | -2/+4 |
2008-02-12 | Correctly increment counters in Subunit test runner. | Jelmer Vernooij | 2 | -4/+5 |
2008-02-12 | librpc: remove special support for fixed length strings | Stefan Metzmacher | 3 | -58/+1 |
2008-02-12 | spoolss.idl: don't use string32 anymore and use an charset() array | Stefan Metzmacher | 1 | -2/+2 |
2008-02-12 | nbt.idl: don't use astring15 anymore and use an charset() array | Stefan Metzmacher | 1 | -1/+1 |
2008-02-12 | Fix open file tracking in vfs_cifs so that oplock breaks can propagate | Amin Azez | 1 | -4/+16 |
2008-02-12 | Support using shared library during testsuite run if tdb was built with a sha... | Jelmer Vernooij | 1 | -2/+2 |
2008-02-12 | make sure libraries are built before attempting to install. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-12 | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 2 | -2/+2 |
2008-02-12 | [PATCH] composite: make it possible to call composite_is_ok() without callbac... | Stefan Metzmacher | 1 | -18/+13 |
2008-02-12 | Make sure talloc.so is build before installing. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-12 | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 2 | -1/+4 |
2008-02-12 | fixed crash when 0 dialects (thanks metze!) | Andrew Tridgell | 1 | -2/+4 |
2008-02-12 | updated SMB2 header defines to match WSPP docs | Andrew Tridgell | 12 | -55/+56 |
2008-02-12 | converted SMB2 session setup to use WSPP protocol field names | Andrew Tridgell | 3 | -32/+28 |
2008-02-12 | converted the out side of SMB2 negprot handling | Andrew Tridgell | 4 | -64/+66 |
2008-02-12 | added some helper functions for GUID handling | Andrew Tridgell | 1 | -0/+41 |