samba.git
2008-07-10 Volker LendeckeFix some memleaks regarding trustdom passwords
2008-07-10 Volker LendeckeFix some uninitialized variable references via ndr_print
2008-07-10 Volker LendeckeFix a segfault in base64_encode_data_blob
2008-07-10 Michael Adambuild: remove SHLIBS variable, and distribute deps...
2008-07-10 Michael Adambuild: create a new uninstalllibs target and use it...
2008-07-10 Michael Adambuild: distribute the libs target over the library...
2008-07-10 Michael Adambuild: use the libs target instead of the LIBRARIES...
2008-07-10 Michael Adambuild: distribute the cleanlibs target over the library...
2008-07-10 Michael Adambuild: introduce a installibs target and use it in...
2008-07-10 Michael Adamdocs: fix the net conf section of net(8) to mention...
2008-07-10 Michael Adamdocs: fix VERSION section in the net(8) manpage.
2008-07-10 Michael Adamdocs: update the section about net conf in the net...
2008-07-10 Karolin Seegerman pages: Add missing whitespace.
2008-07-10 Volker LendeckeA brown paper bag bug fix for "net sam rights"
2008-07-10 Volker LendeckeGive a nice error message if trying to join with a...
2008-07-09 Jeremy AllisonAdd in the IDL to store a NT Security descriptor in
2008-07-09 Volker LendeckeFix alignment problems on sparc, bug 5512
2008-07-09 Michael AdamRevert "tdbtool: fix off-by-one error in argument lengt...
2008-07-09 Michael Adamregistry: fix logic in deleting subkeys record in regdb...
2008-07-09 Michael Adamregistry: improve logic for deleting value records...
2008-07-09 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-09 Derrell Lipman[BUG 5580] Allow access to DFS shares via libsmbclient
2008-07-08 Zach LoafmanMinor style correction
2008-07-08 Michael Adamtestsuite: fix another expr typo in net registry test...
2008-07-08 Michael Adamtestsuite: fix expr typo in net registry testscript.
2008-07-08 Michael Adamregistry: fetch regdb_fetch_keys() when a key exists...
2008-07-08 Michael Adambuild: move definition of LIBADDNS_OBJ back up to LIBAD...
2008-07-08 Michael Adambuild: fix build of smbget by moving LIBSMBCLIENT_OBJ...
2008-07-08 Michael Adamtdbtool: fix off-by-one error in argument length. ...
2008-07-07 Jeremy AllisonFix option processing in smbcacls - add POPT_COMMON_CON...
2008-07-07 Michael Adambuild: fix creation of libsmbclient.a - don't link...
2008-07-07 Michael Adambuild: fix creation of libaddns.a - don't link in libta...
2008-07-07 Michael Adambuild: fix creation of libsmbsharemodes.a - don't link...
2008-07-07 Michael Adambuild: remove library-versions.in - it is not used...
2008-07-07 Michael Adambuild: set SONAME version of libraries from configure...
2008-07-07 Michael Adambuild: extend SMB_LIBRARY() to take a version as an...
2008-07-07 Michael Adambuild: combine the cleanlibfoo targets to one cleanlibs...
2008-07-07 Michael Adambuild: fix shlibs target after internal changes, add...
2008-07-07 Michael Adambuild: remove the SONAME_VER variable - not used anymore.
2008-07-07 Michael Adambuild: fix typo in use of cleanlibsmbclient target
2008-07-07 Michael Adambuild: add a cleanlibaddns target and use it in "make...
2008-07-07 Michael Adambuild: handle libaddns by SMB_LIBRARY() and correctly...
2008-07-07 Michael Adambuild: extend SMB_LIBRARY() to optionally take default...
2008-07-07 Michael Adambuild: move LIBADDNS_OBJ0 up again -- needed for NET_OB...
2008-07-07 Michael Adambuild: move libaddns related bits to the libaddns secti...
2008-07-07 Michael Adambuild: create cleanlibsmbsharemodes target and use...
2008-07-07 Michael Adambuild: handle libsmbsharemodes by SMB_LIBRARY() and...
2008-07-07 Michael Adambuild: move libsmbsharemodes related vars and targets...
2008-07-07 Michael Adambuild: add structuring comment for libbigballofmud
2008-07-07 Michael Adambuild: add cleanlibsmbclient target and use it in make...
2008-07-07 Michael Adambuild: handle libsmbclient by SMB_LIBRARY() and correct...
2008-07-07 Michael Adambuild: slightly change and extend the logic of SMB_LIBR...
2008-07-07 Michael Adambuild: rename (un)installclientlib to (un)installlibsmb...
2008-07-07 Michael Adambuild: move libsmbclient related variables and targets...
2008-07-07 Michael Adambuild: move definition of SHLIBS to libraries section
2008-07-07 Michael Adambuild: add a cleanlibwbclient target to Makefile.in...
2008-07-07 Michael Adambuild: add uninstalllibwbclient to Makefile.in and...
2008-07-07 Michael Adambuild: fix the installlibwbclient target to use defined...
2008-07-07 Michael Adambuild: fix creation of libwbclient shared lib by cratin...
2008-07-07 Michael Adambuild: move libwbclient related target to libwbclient...
2008-07-07 Michael Adambuild: move libtdb target further down following common...
2008-07-07 Michael Adambuild: fix uninstalllibnetapi target - handle symlink...
2008-07-07 Michael Adambuild: fix installlibnetapi target - install symlink...
2008-07-07 Michael Adambuild: add a cleanlibnetapi target and use it in make...
2008-07-07 Michael Adambuild: fix creation of the libnetapi shared lib: create...
2008-07-07 Michael Adambuild: move libnetapi related definitions and targets...
2008-07-07 Michael Adambuild: add an uninstalllibtdb target.
2008-07-07 Michael Adambuild: fix the installlibtdb target to install the...
2008-07-07 Michael Adambuild: create a cleanlibtdb target and use it in target...
2008-07-07 Michael Adambuild: fix creation of the libtdb shared library.
2008-07-07 Michael Adambuild: move libtdb related definitions and targets...
2008-07-07 Michael Adambuild: move all libtalloc related definitions into...
2008-07-07 Michael Adambuild: move top level targets for the libs into the...
2008-07-07 Michael Adambuild: add more structuring comments to Makefile.in
2008-07-07 Michael Adambuild: add structuring comments for libraries and libta...
2008-07-07 Michael Adambuild: fix installlibtalloc to not install symlink...
2008-07-07 Michael Adambuild: move libtalloc related targets together.
2008-07-07 Michael Adambuild: add a cleanlibtalloc target.
2008-07-07 Michael Adambuild: add an uninstalllibtalloc target
2008-07-07 Michael Adambuild: fix creation of link libtalloc.so on some systems.
2008-07-07 Michael Adambuild: fix the installlibtalloc target to install SONAM...
2008-07-07 Michael Adambuild: fix creation of talloc shared lib.
2008-07-07 Michael Adambuild: add ability to use library files of the form...
2008-07-07 Jeremy AllisonAllow authentication and memory credential refresh...
2008-07-06 Simo SorceClean up winbindd_group.c too
2008-07-06 Simo SorceClean up the rest of the file too
2008-07-06 Simo SorceMore clean up, indentation and trailing space removal
2008-07-06 Simo SorceMake code more readable, fix indentation and traling...
2008-07-05 Volker LendeckeTiny logic simplification -- remove an else branch
2008-07-05 Volker LendeckeMake use of ADD_TO_ARRAY
2008-07-05 Volker LendeckeConvert idmap_cache to gencache
2008-07-04 Lars MüllerAdd SMB_VFS_OP_RECVFILE to get it in sync with vfs.h
2008-07-03 Volker LendeckeSlightly increase the default idmap cache time
2008-07-03 Volker LendeckeIDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it
2008-07-03 Volker LendeckeSimplify idmap_cache_set() a bit
2008-07-03 Volker LendeckeSimplify idmap_cache_build_[s]idkey a bit
2008-07-03 Jeremy AllisonPatch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for...
2008-07-03 Volker LendeckeRemove an unused variable
2008-07-03 Volker LendeckeRemove gencache_[un]lock_entry
2008-07-03 Volker LendeckeReturn timed out entries from gencache_get if timeout...
next