summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* A brown paper bag bug fix for "net sam rights"Volker Lendecke2008-07-101-1/+1
* Give a nice error message if trying to join with a non-privileged userVolker Lendecke2008-07-101-1/+1
* Add in the IDL to store a NT Security descriptor inJeremy Allison2008-07-094-0/+276
* Fix alignment problems on sparc, bug 5512Volker Lendecke2008-07-091-19/+20
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* registry: fix logic in deleting subkeys record in regdb_fetch_keys().Michael Adam2008-07-091-2/+6
* registry: improve logic for deleting value records in regdb_store_keys().Michael Adam2008-07-091-2/+9
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-082-4/+4
|\
| * Minor style correctionZach Loafman2008-07-081-2/+2
| * testsuite: fix another expr typo in net registry test script.Michael Adam2008-07-091-1/+1
| * testsuite: fix expr typo in net registry testscript.Michael Adam2008-07-091-1/+1
* | [BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman2008-07-084-0/+53
|/
* registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record.Michael Adam2008-07-081-9/+10
* build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0Michael Adam2008-07-081-1/+1
* build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up againMichael Adam2008-07-081-22/+22
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.Jeremy Allison2008-07-071-1/+2
* build: fix creation of libsmbclient.a - don't link in libtalloc.aMichael Adam2008-07-071-5/+7
* build: fix creation of libaddns.a - don't link in libtalloc.aMichael Adam2008-07-071-2/+2
* build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.Michael Adam2008-07-071-3/+5
* build: remove library-versions.in - it is not used any more.Michael Adam2008-07-072-12/+1
* build: set SONAME version of libraries from configure, not using library-vers...Michael Adam2008-07-072-13/+22
* build: extend SMB_LIBRARY() to take a version as an optional second argumentMichael Adam2008-07-071-4/+7
* build: combine the cleanlibfoo targets to one cleanlibs targetMichael Adam2008-07-071-1/+9
* build: fix shlibs target after internal changes, add libs target.Michael Adam2008-07-071-3/+13
* build: remove the SONAME_VER variable - not used anymore.Michael Adam2008-07-071-1/+0
* build: fix typo in use of cleanlibsmbclient targetMichael Adam2008-07-071-1/+1
* build: add a cleanlibaddns target and use it in "make clean"Michael Adam2008-07-071-2/+7
* build: handle libaddns by SMB_LIBRARY() and correctly create SONAME file.Michael Adam2008-07-072-46/+26
* build: extend SMB_LIBRARY() to optionally take default value.Michael Adam2008-07-071-1/+28
* build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\Michael Adam2008-07-071-2/+3
* build: move libaddns related bits to the libaddns section in Makefile.inMichael Adam2008-07-071-16/+16
* build: create cleanlibsmbsharemodes target and use it in "make clean".Michael Adam2008-07-071-2/+8
* build: handle libsmbsharemodes by SMB_LIBRARY() and correctly create SONAME f...Michael Adam2008-07-072-56/+30
* build: move libsmbsharemodes related vars and targets to libsmbsharemodes sec...Michael Adam2008-07-071-14/+15
* build: add structuring comment for libbigballofmudMichael Adam2008-07-071-0/+7
* build: add cleanlibsmbclient target and use it in make clean.Michael Adam2008-07-071-2/+8
* build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file.Michael Adam2008-07-072-60/+29
* build: slightly change and extend the logic of SMB_LIBRARY().Michael Adam2008-07-072-13/+25
* build: rename (un)installclientlib to (un)installlibsmbclientMichael Adam2008-07-071-2/+6
* build: move libsmbclient related variables and targets to libsmbclient sectionMichael Adam2008-07-071-34/+35
* build: move definition of SHLIBS to libraries sectionMichael Adam2008-07-071-2/+2
* build: add a cleanlibwbclient target to Makefile.in and use it for make clean.Michael Adam2008-07-071-4/+10
* build: add uninstalllibwbclient to Makefile.in and use it for uninstallMichael Adam2008-07-071-1/+6
* build: fix the installlibwbclient target to use defined variables and install...Michael Adam2008-07-071-2/+7
* build: fix creation of libwbclient shared lib by crating soname fileMichael Adam2008-07-071-3/+8
* build: move libwbclient related target to libwbclient section in Makefile.inMichael Adam2008-07-071-23/+24
* build: move libtdb target further down following common schema like with libt...Michael Adam2008-07-071-2/+2
* build: fix uninstalllibnetapi target - handle symlink libnetapi.soMichael Adam2008-07-071-5/+6
* build: fix installlibnetapi target - install symlink libnetapi.so (if appropr...Michael Adam2008-07-071-1/+7