WHATSNEW: Update changes since 3.2.0.
[tprouty/samba.git] / source /
2008-07-31 Jeremy AllisonFix uninitialized variable.
2008-07-31 Günther Deschnerrpc_client: Bug 5616 - fix session keys also in rpccli_...
2008-07-31 Günther Deschnerwinbindd: handle trusted domains without sid.
2008-07-31 Günther Deschnerlibwbclient: let wbcStringToSid handle the global NULL...
2008-07-31 Volker LendeckeAttempt to fix bug 5616
2008-07-28 Volker LendeckeFix an incompatible pointer warning
2008-07-28 Jeremy AllisonFix bug creating files using DOS clients with mixed
2008-07-25 Volker LendeckeFix a race condition in winbind leading to a crash
2008-07-25 Karolin Seegertalloc_string_sub2: Don't return NULL if src is empty.
2008-07-25 Jeremy AllisonIf we're not allowing streams on this conn ptr,
2008-07-25 Andreas SchneiderRemove trailing withespace from wbinfo -m which breaks...
2008-07-25 Jeremy AllisonUse sys_getgrnam not getgrnam. Pointed out by Herb.
2008-07-25 Herb Lewisget rid of unused variable warnings when HAVE_IPV6...
2008-07-24 John H Terpstrapdb_ldap: Raise level for debug message to avoid log...
2008-07-21 Michael Adamtestsuite: fix expr error on Tru64, triggered by uninit...
2008-07-21 Michael Adamtestsuite: fix another expr syntax error. in tests_all.sh.
2008-07-21 Michael Adamtestsuite: fix expr syntax error in net registry test.
2008-07-20 Volker LendeckeFix the build of vfs_zfsacl.c
2008-07-18 Volker LendeckeChange the directory parameter in streams_depot to...
2008-07-18 Jeremy AllisonFrom Jim McDonough
2008-07-18 Herb Lewisallow SID with 0 in subauthority to be converted properly
2008-07-18 Bo YangAllow %u parameters for print job username - use advanc...
2008-07-18 Karolin Seegersmbldap: Fix typo in debug message.
2008-07-17 Volker LendeckeA brown paper bag bug fix for "net sam rights"
2008-07-16 Andreas SchneiderRelease still reachable memory if the smbclient context...
2008-07-16 Jeremy AllisonFix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet...
2008-07-16 Jeremy AllisonFix swat. Bug #5613.
2008-07-16 Michael Adamtestparm: refactor the per-share logic checks out into...
2008-07-16 Michael Adamtestparm: skip the per-share logic checks when --skip...
2008-07-16 Michael Adamtestparm: rename -g|--skip-global-ckecks to -l|--skip...
2008-07-16 Michael Adamtestsuite: fix bug #5594 by using the new --skip-global...
2008-07-16 Michael Adamtestparm: add a switch --skip-global-checks.
2008-07-16 Jeremy AllisonAdd fix from Simo for bug #5540 - missing code to subst...
2008-07-16 Michael Adambuild: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WI...
2008-07-16 Michael Adambuild: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_N...
2008-07-16 Michael Adambuild: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIN...
2008-07-16 Michael Adambuild: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.
2008-07-16 Michael Adambuild: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS...
2008-07-16 Michael Adambuild: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_...
2008-07-16 Michael Adambuild: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@...
2008-07-16 Michael Adambuild: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS...
2008-07-16 Michael Adambuild: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
2008-07-16 Michael Adambuild: fix build on systems with picky make and without...
2008-07-16 Simo SorceFix regression introduced with 4086ef15b395f1a536fb669a...
2008-07-16 Michael Adambuild: fix build of libaddns shared lib : it needs...
2008-07-16 Michael Adambuild: fix build of libaddns shared lib. symbols file...
2008-07-16 Herb Lewiscleanup some dup code by passing the password to the...
2008-07-16 Zach LoafmanFix realpath() check so that it doesn't generate a...
2008-07-16 Volker LendeckeAlways set "registry shares = yes" for "include = registry"
2008-07-16 Michael Adamloadparm: fix process_registry_shares() when there...
2008-07-16 Michael Adamloadarm: fix testparm with "config backend = registry".
2008-07-16 Michael Adamtestparm: list registry shares with testparm.
2008-07-16 Michael Adamloadparm: add funcion lp_load_with_registry_shares().
2008-07-16 Michael Adamloadparm: add call to do_section() to process_registry_...
2008-07-16 Michael Adamloadparm: add parameter allow_registry_shares to lp_loa...
2008-07-16 Michael Adamloadparm: add a function process_registry_shares()
2008-07-16 Michael Adamloadparm: refactor processing of service out of process...
2008-07-16 Michael Adamloadparm: refactor initalization of registry config...
2008-07-16 Michael Adambuild: fix bug #5608: link creation for libtalloc.so...
2008-07-16 Volker LendeckeFix some uninitialized variable references via ndr_print
2008-07-16 Volker LendeckeFix a segfault in base64_encode_data_blob
2008-07-16 Volker LendeckeGive a nice error message if trying to join with a...
2008-07-14 Karolin SeegerFix typo.
2008-07-10 Volker LendeckeFix alignment problems on sparc, bug 5512
2008-07-10 Michael Adamtestsuite: fix another expr typo in net registry test...
2008-07-10 Michael Adamtestsuite: fix expr typo in net registry testscript.
2008-07-10 Zach LoafmanMinor style correction
2008-07-10 Jeremy AllisonFix option processing in smbcacls - add POPT_COMMON_CON...
2008-07-10 Herb Lewisuse variables for files used in multiple places
2008-07-10 Herb Lewisfix comment typo and change some uint32 to uint32_t
2008-07-10 Jeremy AllisonAllow authentication and memory credential refresh...
2008-07-10 Michael Adambuild: fix creation of libaddns.a - don't link in libta...
2008-07-10 Michael Adambuild: fix creation of libsmbclient.a - don't link...
2008-07-10 Michael Adambuild: fix creation of libsmbsharemodes.a - don't link...
2008-07-06 Karolin SeegerVERSION: Raise version number to 3.2.1.
2008-07-06 Lars MüllerAdd SMB_VFS_OP_RECVFILE to get it in sync with vfs.h
2008-07-06 Jeremy AllisonPatch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for...
2008-07-06 Günther Deschnerlibnetjoin: fix Bug #5570.
2008-07-06 Günther DeschnerFix build warning.
2008-07-06 Jeremy AllisonRemove worrying warning message when safe_strcpy tries...
2008-07-06 Jeremy AllisonCanonicalize servername in the printer functions to...
2008-07-06 Jeremy AllisonFix bug #5578, reported by sendel2000@hotbox.ru. Bad...
2008-07-06 Jeremy AllisonEnsure consistent use of pdb_get_nt_passwd instead...
2008-07-06 Jeremy Allison MSG_DEBUG now forwarded to all the winbindd children...
2008-07-06 Jeremy AllisonJim Brown <jim.brown@miami.edu> was right, this needs...
2008-07-06 Jeremy AllisonTwo more fixes from Jim Brown <jim.brown@miami.edu...
2008-07-06 Jeremy AllisonFix problem noticed by Jim Brown <jim.brown@miami.edu...
2008-07-01 Volker LendeckeAttempt to fix the build on Irix CC release-3-2-0
2008-06-30 Jeremy AllisonAfter technical consultation, add Steven Danneman's...
2008-06-30 Jeremy AllisonFix from Atte Peltomäki - atte.peltomaki@f-secure.com...
2008-06-29 Gerald W. CarterReturn NULL in sitename_fetch() if gencache_init()...
2008-06-29 Volker LendeckeFix a file descriptor leak in add_port_hook
2008-06-29 Jeremy AllisonFix bug #5568 net rpc trustdom add broken !
2008-06-29 Jeremy AllisonFix usage message for net rpc trustdom add.
2008-06-27 Karolin SeegerFix warnings on SuSE 9.0.
2008-06-27 Jeremy AllisonFix gcc warnings at -O3.
2008-06-27 Volker LendeckeFix valgrind errors in _spoolss_addprinterdriver
2008-06-26 Volker LendeckeFix a segfault in rpcclient adddriver
2008-06-26 Karolin SeegerVERSION: Update version.
2008-06-26 Jeremy AllisonPart of fix for #5551. Split out the group enumeration...
next