summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cifs.upcall: handle MSKRB5 OID properlyJeff Layton2008-08-211-5/+13
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-213-9/+13
* build: fix linking cifs.upcall when nscd_flush_cache() is found.Michael Adam2008-08-211-1/+1
* WHATSNEW: Start WHATSNEW for 3.2.3.Karolin Seeger2008-08-191-85/+4
* VERSION: Raise version number up to 3.2.3.Karolin Seeger2008-08-191-1/+1
* Fix length error in wrapping spnego blob. Karoling this needs to be in 3.2.2 ...samba-3.2.2Igor Mammedov2008-08-191-1/+1
* WHATSNEW: Update release date.Karolin Seeger2008-08-181-1/+1
* WHATSNEW: Add some more major bug fixes.Karolin Seeger2008-08-181-0/+2
* WHATSNEW: Add corresponding bug number.Karolin Seeger2008-08-181-1/+1
* WHATSNEW: Update changes since 3.2.1.Karolin Seeger2008-08-181-0/+10
* Fix bug 5696. The problem was when smbdJeremy Allison2008-08-181-2/+18
* cifs.upcall: negatively instantiate keys on errorJeff Layton2008-08-181-2/+10
* Building cifs.upcall is giving this build warning:Steve French2008-08-181-1/+1
* cifs.upcall: fix manpage and commentsSteve French2008-08-182-6/+6
* cifs.upcall was not recognizing the newer name "dns_resolver" key typeSteve French2008-08-181-1/+2
* cifs.upcall: fix compile warningSteve French2008-08-181-3/+3
* 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