gd/samba/.git
2008-08-19 Igor MammedovFix length error in wrapping spnego blob. Karoling... release-3-2-2
2008-08-18 Karolin SeegerWHATSNEW: Update release date.
2008-08-18 Karolin SeegerWHATSNEW: Add some more major bug fixes.
2008-08-18 Karolin SeegerWHATSNEW: Add corresponding bug number.
2008-08-18 Karolin SeegerWHATSNEW: Update changes since 3.2.1.
2008-08-18 Jeremy AllisonFix bug 5696. The problem was when smbd
2008-08-18 Jeff Laytoncifs.upcall: negatively instantiate keys on error
2008-08-18 Steve FrenchBuilding cifs.upcall is giving this build warning:
2008-08-18 Steve Frenchcifs.upcall: fix manpage and comments
2008-08-18 Steve Frenchcifs.upcall was not recognizing the newer name "dns_res...
2008-08-18 Steve Frenchcifs.upcall: fix compile warning
2008-08-18 Jeremy AllisonThis patchset comprises a number of cleanups for the...
2008-08-18 Volker LendeckeAttempt to fix Coverity ID 596
2008-08-18 Volker LendeckeAttempt to fix Coverity ID 595
2008-08-18 Herb LewisI think the problem with these functions is that lookup...
2008-08-18 Michael Adambuild: fix a typo in the installlibtalloc rule.
2008-08-18 Derrell LipmanStatic libsmbclient library needs to include all objects
2008-08-18 Michael Adambuild: fix build of libaddns shared lib : it needs...
2008-08-18 Zach LoafmanMake DSO_EXPORTS_CMD regexp more POSIX compliant
2008-08-18 Michael Adambuild: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WI...
2008-08-18 Michael Adambuild: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_N...
2008-08-18 Michael Adambuild: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIN...
2008-08-18 Michael Adambuild: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.
2008-08-18 Michael Adambuild: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS...
2008-08-18 Michael Adambuild: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_...
2008-08-18 Michael Adambuild: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@...
2008-08-18 Michael Adambuild: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS...
2008-08-18 Michael Adambuild: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
2008-08-18 Michael Adambuild: use $(WINBIND_LIBS) instead of @WINBIND_LIBS...
2008-08-18 Michael Adambuild: remove SHLIBS variable, and distribute deps...
2008-08-18 Michael Adambuild: create a new uninstalllibs target and use it...
2008-08-18 Michael Adambuild: distribute the libs target over the library...
2008-08-18 Michael Adambuild: use the libs target instead of the LIBRARIES...
2008-08-18 Michael Adambuild: distribute the cleanlibs target over the library...
2008-08-18 Michael Adambuild: introduce a installibs target and use it in...
2008-08-18 Michael Adambuild: move definition of LIBADDNS_OBJ back up to LIBAD...
2008-08-18 Michael Adambuild: fix build of smbget by moving LIBSMBCLIENT_OBJ...
2008-08-18 Michael Adambuild: fix creation of libsmbclient.a - don't link...
2008-08-18 Michael Adambuild: fix creation of libaddns.a - don't link in libta...
2008-08-18 Michael Adambuild: fix creation of libsmbsharemodes.a - don't link...
2008-08-18 Michael Adambuild: remove library-versions.in - it is not used...
2008-08-18 Michael Adambuild: set SONAME version of libraries from configure...
2008-08-18 Michael Adambuild: extend SMB_LIBRARY() to take a version as an...
2008-08-18 Michael Adambuild: combine the cleanlibfoo targets to one cleanlibs...
2008-08-18 Michael Adambuild: fix shlibs target after internal changes, add...
2008-08-18 Michael Adambuild: remove the SONAME_VER variable - not used anymore.
2008-08-18 Michael Adambuild: fix typo in use of cleanlibsmbclient target
2008-08-18 Michael Adambuild: add a cleanlibaddns target and use it in "make...
2008-08-18 Michael Adambuild: handle libaddns by SMB_LIBRARY() and correctly...
2008-08-18 Michael Adambuild: extend SMB_LIBRARY() to optionally take default...
2008-08-18 Michael Adambuild: move LIBADDNS_OBJ0 up again -- needed for NET_OB...
2008-08-18 Michael Adambuild: move libaddns related bits to the libaddns secti...
2008-08-18 Michael Adambuild: create cleanlibsmbsharemodes target and use...
2008-08-18 Michael Adambuild: handle libsmbsharemodes by SMB_LIBRARY() and...
2008-08-18 Michael Adambuild: move libsmbsharemodes related vars and targets...
2008-08-18 Michael Adambuild: add structuring comment for libbigballofmud
2008-08-18 Michael Adambuild: add cleanlibsmbclient target and use it in make...
2008-08-18 Michael Adambuild: handle libsmbclient by SMB_LIBRARY() and correct...
2008-08-18 Michael Adambuild: slightly change and extend the logic of SMB_LIBR...
2008-08-18 Michael Adambuild: rename (un)installclientlib to (un)installlibsmb...
2008-08-18 Michael Adambuild: move libsmbclient related variables and targets...
2008-08-18 Michael Adambuild: move definition of SHLIBS to libraries section
2008-08-18 Michael Adambuild: add a cleanlibwbclient target to Makefile.in...
2008-08-18 Michael Adambuild: add uninstalllibwbclient to Makefile.in and...
2008-08-18 Michael Adambuild: fix the installlibwbclient target to use defined...
2008-08-18 Michael Adambuild: fix creation of libwbclient shared lib by cratin...
2008-08-18 Michael AdamRevert "build: fix creation of libsmbsharemodes.a ...
2008-08-18 Michael AdamRevert "build: fix creation of libsmbclient.a - don...
2008-08-18 Michael AdamRevert "build: fix creation of libaddns.a - don't link...
2008-08-18 Michael AdamRevert "build: fix build on systems with picky make...
2008-08-18 Michael AdamRevert "build: use $(POPT_LIBS) instad of @POPT_LIBS...
2008-08-18 Michael AdamRevert "build: use $(LIBTALLOC_LIBS) instead of @LIBTAL...
2008-08-18 Michael AdamRevert "build: use $(LIBTDB_LIBS) instead of @LIBTDB_LI...
2008-08-18 Michael AdamRevert "build: link in $(WINBIND_LIBS) instead of ...
2008-08-18 Michael AdamRevert "build: use $(LIBNETAPI_LIBS) instead of @LIBNET...
2008-08-18 Michael AdamRevert "build: use $(LDAP_LIBS) instead of @LDAP_LIBS...
2008-08-18 Michael AdamRevert "build: use $(WINBIND_NSS_EXTRA_LIBS) instead...
2008-08-18 Michael AdamRevert "build: use $(WINBIND_NSS_PTHREAD) instead of...
2008-08-18 Michael AdamRevert "build: use $(PAM_WINBIND_EXTRA_LIBS) instead...
2008-08-18 Michael Adambuild: move libwbclient related target to libwbclient...
2008-08-18 Michael Adambuild: move libtdb target further down following common...
2008-08-18 Michael Adambuild: fix uninstalllibnetapi target - handle symlink...
2008-08-18 Michael Adambuild: fix installlibnetapi target - install symlink...
2008-08-18 Michael Adambuild: add a cleanlibnetapi target and use it in make...
2008-08-18 Michael Adambuild: fix creation of the libnetapi shared lib: create...
2008-08-18 Michael Adambuild: move libnetapi related definitions and targets...
2008-08-18 Michael Adambuild: add an uninstalllibtdb target.
2008-08-18 Michael Adambuild: fix the installlibtdb target to install the...
2008-08-18 Michael Adambuild: create a cleanlibtdb target and use it in target...
2008-08-18 Michael Adambuild: fix creation of the libtdb shared library.
2008-08-18 Michael Adambuild: move libtdb related definitions and targets...
2008-08-18 Michael Adambuild: move all libtalloc related definitions into...
2008-08-18 Michael Adambuild: move top level targets for the libs into the...
2008-08-18 Michael Adambuild: add more structuring comments to Makefile.in
2008-08-18 Michael Adambuild: add a "make shlibs" target to build all the...
2008-08-18 Michael Adambuild: add structuring comments for libraries and libta...
2008-08-18 Michael Adambuild: fix installlibtalloc to not install symlink...
2008-08-18 Michael Adambuild: move libtalloc related targets together.
2008-08-18 Michael Adambuild: add a cleanlibtalloc target.
2008-08-18 Michael Adambuild: add an uninstalllibtalloc target
next