summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2008-08-184-37/+161
* Attempt to fix Coverity ID 596Volker Lendecke2008-08-181-1/+1
* Attempt to fix Coverity ID 595Volker Lendecke2008-08-181-1/+1
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-182-18/+18
* build: fix a typo in the installlibtalloc rule.Michael Adam2008-08-181-1/+1
* Static libsmbclient library needs to include all objectsDerrell Lipman2008-08-181-2/+2
* build: fix build of libaddns shared lib : it needs socket_wrapper.Michael Adam2008-08-181-1/+1
* Make DSO_EXPORTS_CMD regexp more POSIX compliantZach Loafman2008-08-181-1/+1
* build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in r...Michael Adam2008-08-181-1/+2
* build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.Michael Adam2008-08-181-1/+2
* build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in r...Michael Adam2008-08-181-1/+2
* build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.Michael Adam2008-08-181-1/+1
* build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.Michael Adam2008-08-181-1/+2
* build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@Michael Adam2008-08-181-6/+6
* build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.Michael Adam2008-08-181-52/+53
* build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.Michael Adam2008-08-181-61/+62
* build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.Michael Adam2008-08-181-47/+48
* build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.Michael Adam2008-08-181-20/+20
* build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs...Michael Adam2008-08-181-16/+10
* build: create a new uninstalllibs target and use it in "make uninstall"Michael Adam2008-08-181-1/+8
* build: distribute the libs target over the library-specific sections.Michael Adam2008-08-181-2/+7
* build: use the libs target instead of the LIBRARIES variable as dependecy for...Michael Adam2008-08-181-1/+1
* build: distribute the cleanlibs target over the library-specific sections.Michael Adam2008-08-181-7/+8
* build: introduce a installibs target and use it in "make install"Michael Adam2008-08-181-4/+8
* build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0Michael Adam2008-08-181-1/+1
* build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up againMichael Adam2008-08-181-22/+22
* build: fix creation of libsmbclient.a - don't link in libtalloc.aMichael Adam2008-08-181-5/+7
* build: fix creation of libaddns.a - don't link in libtalloc.aMichael Adam2008-08-181-2/+2
* build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.Michael Adam2008-08-181-3/+5
* build: remove library-versions.in - it is not used any more.Michael Adam2008-08-182-12/+1
* build: set SONAME version of libraries from configure, not using library-vers...Michael Adam2008-08-182-13/+22
* build: extend SMB_LIBRARY() to take a version as an optional second argumentMichael Adam2008-08-181-4/+7
* build: combine the cleanlibfoo targets to one cleanlibs targetMichael Adam2008-08-181-1/+9
* build: fix shlibs target after internal changes, add libs target.Michael Adam2008-08-181-3/+13
* build: remove the SONAME_VER variable - not used anymore.Michael Adam2008-08-181-1/+0
* build: fix typo in use of cleanlibsmbclient targetMichael Adam2008-08-181-1/+1
* build: add a cleanlibaddns target and use it in "make clean"Michael Adam2008-08-181-2/+7
* build: handle libaddns by SMB_LIBRARY() and correctly create SONAME file.Michael Adam2008-08-182-46/+26
* build: extend SMB_LIBRARY() to optionally take default value.Michael Adam2008-08-181-1/+28
* build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\Michael Adam2008-08-181-2/+3
* build: move libaddns related bits to the libaddns section in Makefile.inMichael Adam2008-08-181-16/+16
* build: create cleanlibsmbsharemodes target and use it in "make clean".Michael Adam2008-08-181-2/+8
* build: handle libsmbsharemodes by SMB_LIBRARY() and correctly create SONAME f...Michael Adam2008-08-182-56/+30
* build: move libsmbsharemodes related vars and targets to libsmbsharemodes sec...Michael Adam2008-08-181-14/+15
* build: add structuring comment for libbigballofmudMichael Adam2008-08-181-0/+7
* build: add cleanlibsmbclient target and use it in make clean.Michael Adam2008-08-181-2/+8
* build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file.Michael Adam2008-08-182-60/+29
* build: slightly change and extend the logic of SMB_LIBRARY().Michael Adam2008-08-182-13/+25
* build: rename (un)installclientlib to (un)installlibsmbclientMichael Adam2008-08-181-2/+6
* build: move libsmbclient related variables and targets to libsmbclient sectionMichael Adam2008-08-181-34/+35