Age | Commit message (Expand) | Author | Files | Lines |
2008-07-09 | registry: fix logic in deleting subkeys record in regdb_fetch_keys(). | Michael Adam | 1 | -2/+6 |
2008-07-09 | registry: improve logic for deleting value records in regdb_store_keys(). | Michael Adam | 1 | -2/+9 |
2008-07-08 | Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-test | Derrell Lipman | 2 | -4/+4 |
2008-07-08 | [BUG 5580] Allow access to DFS shares via libsmbclient | Derrell Lipman | 4 | -0/+53 |
2008-07-08 | Minor style correction | Zach Loafman | 1 | -2/+2 |
2008-07-09 | testsuite: fix another expr typo in net registry test script. | Michael Adam | 1 | -1/+1 |
2008-07-09 | testsuite: fix expr typo in net registry testscript. | Michael Adam | 1 | -1/+1 |
2008-07-08 | registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record. | Michael Adam | 1 | -9/+10 |
2008-07-08 | build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0 | Michael Adam | 1 | -1/+1 |
2008-07-08 | build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up again | Michael Adam | 1 | -22/+22 |
2008-07-08 | tdbtool: fix off-by-one error in argument length. (bug #2344) | Michael Adam | 1 | -1/+1 |
2008-07-07 | Fix option processing in smbcacls - add POPT_COMMON_CONNECTION. | Jeremy Allison | 1 | -1/+2 |
2008-07-07 | build: fix creation of libsmbclient.a - don't link in libtalloc.a | Michael Adam | 1 | -5/+7 |
2008-07-07 | build: fix creation of libaddns.a - don't link in libtalloc.a | Michael Adam | 1 | -2/+2 |
2008-07-07 | build: fix creation of libsmbsharemodes.a - don't link in libtdb.a. | Michael Adam | 1 | -3/+5 |
2008-07-07 | build: remove library-versions.in - it is not used any more. | Michael Adam | 2 | -12/+1 |
2008-07-07 | build: set SONAME version of libraries from configure, not using library-vers... | Michael Adam | 2 | -13/+22 |
2008-07-07 | build: extend SMB_LIBRARY() to take a version as an optional second argument | Michael Adam | 1 | -4/+7 |
2008-07-07 | build: combine the cleanlibfoo targets to one cleanlibs target | Michael Adam | 1 | -1/+9 |
2008-07-07 | build: fix shlibs target after internal changes, add libs target. | Michael Adam | 1 | -3/+13 |
2008-07-07 | build: remove the SONAME_VER variable - not used anymore. | Michael Adam | 1 | -1/+0 |
2008-07-07 | build: fix typo in use of cleanlibsmbclient target | Michael Adam | 1 | -1/+1 |
2008-07-07 | build: add a cleanlibaddns target and use it in "make clean" | Michael Adam | 1 | -2/+7 |
2008-07-07 | build: handle libaddns by SMB_LIBRARY() and correctly create SONAME file. | Michael Adam | 2 | -46/+26 |
2008-07-07 | build: extend SMB_LIBRARY() to optionally take default value. | Michael Adam | 1 | -1/+28 |
2008-07-07 | build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\ | Michael Adam | 1 | -2/+3 |
2008-07-07 | build: move libaddns related bits to the libaddns section in Makefile.in | Michael Adam | 1 | -16/+16 |
2008-07-07 | build: create cleanlibsmbsharemodes target and use it in "make clean". | Michael Adam | 1 | -2/+8 |
2008-07-07 | build: handle libsmbsharemodes by SMB_LIBRARY() and correctly create SONAME f... | Michael Adam | 2 | -56/+30 |
2008-07-07 | build: move libsmbsharemodes related vars and targets to libsmbsharemodes sec... | Michael Adam | 1 | -14/+15 |
2008-07-07 | build: add structuring comment for libbigballofmud | Michael Adam | 1 | -0/+7 |
2008-07-07 | build: add cleanlibsmbclient target and use it in make clean. | Michael Adam | 1 | -2/+8 |
2008-07-07 | build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file. | Michael Adam | 2 | -60/+29 |
2008-07-07 | build: slightly change and extend the logic of SMB_LIBRARY(). | Michael Adam | 2 | -13/+25 |
2008-07-07 | build: rename (un)installclientlib to (un)installlibsmbclient | Michael Adam | 1 | -2/+6 |
2008-07-07 | build: move libsmbclient related variables and targets to libsmbclient section | Michael Adam | 1 | -34/+35 |
2008-07-07 | build: move definition of SHLIBS to libraries section | Michael Adam | 1 | -2/+2 |
2008-07-07 | build: add a cleanlibwbclient target to Makefile.in and use it for make clean. | Michael Adam | 1 | -4/+10 |
2008-07-07 | build: add uninstalllibwbclient to Makefile.in and use it for uninstall | Michael Adam | 1 | -1/+6 |
2008-07-07 | build: fix the installlibwbclient target to use defined variables and install... | Michael Adam | 1 | -2/+7 |
2008-07-07 | build: fix creation of libwbclient shared lib by crating soname file | Michael Adam | 1 | -3/+8 |
2008-07-07 | build: move libwbclient related target to libwbclient section in Makefile.in | Michael Adam | 1 | -23/+24 |
2008-07-07 | build: move libtdb target further down following common schema like with libt... | Michael Adam | 1 | -2/+2 |
2008-07-07 | build: fix uninstalllibnetapi target - handle symlink libnetapi.so | Michael Adam | 1 | -5/+6 |
2008-07-07 | build: fix installlibnetapi target - install symlink libnetapi.so (if appropr... | Michael Adam | 1 | -1/+7 |
2008-07-07 | build: add a cleanlibnetapi target and use it in make clean | Michael Adam | 1 | -3/+10 |
2008-07-07 | build: fix creation of the libnetapi shared lib: create soname library | Michael Adam | 1 | -3/+8 |
2008-07-07 | build: move libnetapi related definitions and targets together into the libne... | Michael Adam | 1 | -34/+35 |
2008-07-07 | build: add an uninstalllibtdb target. | Michael Adam | 1 | -0/+6 |
2008-07-07 | build: fix the installlibtdb target to install the soname file of libtdb. | Michael Adam | 1 | -1/+6 |