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