samba.git
2009-02-23 Karolin Seegers3/docs: Fix typo in man mount.cifs.
2009-02-20 Jeremy AllisonFix bug #6133 - Cannot delete non-ACL files on Solaris...
2009-02-20 Karolin Seegers3/docs: Fix several typos.
2009-02-19 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2009-02-19 Jeremy AllisonBackport the semantics of when to delete alternate...
2009-02-19 Volker LendeckeFix a O(n^2) algorithm in regdb_fetch_keys()
2009-02-19 Volker LendeckeFix a buffer handling bug when adding lots of registry...
2009-02-19 Jeremy AllisonGah, typo :-(. Sorry.
2009-02-18 Jeremy AllisonFix coverity CID-602. Possible use of uninitialized...
2009-02-17 Jeremy AllisonDon't miss an absolute pathname as a kerberos keytab...
2009-02-17 Stefan Metzmachers3:make: use pidl/pidl for 'make idl'
2009-02-17 Stefan Metzmacherlibrpc: rerun 'PIDL=pidl/pidl make idl'
2009-02-17 Stefan Metzmachers3:netlogon: implement _netr_LogonGetCapabilities(...
2009-02-17 Stefan Metzmachernetlogon.idl: add idl for netr_LogonGetCapabilities()
2009-02-17 Jelmer VernooijProperly cast array length in print functions. (This...
2009-02-17 Günther Deschnerpidl: add pidl in order to be able to regenerate librpc...
2009-02-16 Yasuma TakedaFix bug 5920
2009-02-16 Jeremy AllisonAttempt to fix bug #6099. According to Microsoft
2009-02-15 Tim Proutys3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macros
2009-02-14 Jeremy AllisonOops. Fix the build (don't use 3.3 references in 3...
2009-02-14 Holger HetterichEnable total anonymization in vfs_smb_traffic_analyzer...
2009-02-14 Jeremy AllisonParameterize in local.h the MAX_RPC_DATA_SIZE, and...
2009-02-13 Jeremy AllisonNoted by Vericode analysis. Correctly use chroot().
2009-02-13 Volker LendeckeFix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)
2009-02-13 Volker LendeckeFix Coverity ID 742 (RESOURCE_LEAK)
2009-02-13 Volker LendeckeFix Coverity ID 744
2009-02-13 Stefan Metzmachers3:auth_util.c: fix the build
2009-02-13 Stefan Metzmachers3:auth: only create_local_token() should add S-1-22...
2009-02-13 Stefan Metzmachers3:auth: add S-1-22-X-Y sids to the local token
2009-02-13 Volker LendeckeFix Coverity ID 745 (RESOURCE_LEAK)
2009-02-12 Dan SledzFix double free caused by incorrect talloc_steal usage.
2009-02-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2009-02-11 Yasuma TakedaFix bug #6098 - When the DNS server is invalid, the...
2009-02-11 Michael Adams3:packaging: fix parsing of include.h in fill-templates
2009-02-11 Michael Adams3:packaging: fix path to calling update-pkginfo after...
2009-02-11 Michael Adams3:packaging: paths cosmetics in fill-templates
2009-02-11 Björn Jackeenable IPv6 support for NetBSD, FreeBSD
2009-02-11 Michael Adams3:build: some implementations of "ln" are picky about...
2009-02-11 Volker LendeckeFix resume handle for _samr_EnumDomainGroups
2009-02-10 Michael Adampackaging: make update-pkginfo callable from any directory
2009-02-10 Michael Adampackaging: use "find" instead of "du" to find files...
2009-02-10 Michael Adampackaging: remove commented out stuff from update-pkginfo
2009-02-10 Michael Adampackaging: don't clutter the output of fillup-templates...
2009-02-10 Michael Adampackaging: fix fill-templates call to update-pkginfo...
2009-02-10 Michael Adampackaging: add script fill-templates
2009-02-10 Günther Deschners3-spoolss: fix memleak in get_remote_printer_publishin...
2009-02-09 Volker LendeckeFix count in _srvsvc_NetDiskEnum()
2009-02-06 Stefan Metzmachers3: reinit_after_fork() should reinit the event context...
2009-02-06 Jeff Laytonmount.cifs: initialize rc to 0 in main
2009-02-06 Shirish Pargaonkarmount.cifs: add fakemount (-f) and nomtab (-n) flags...
2009-02-06 Michael Adams3:net conf: remove check for sharename being a usernam...
2009-02-06 Michael Adamdocs: fix two typos in the mount.cifs manpage
2009-02-06 Günter KukkukkDon't try and delete a default ACL from a file.
2009-02-05 Aravind SrinivasanHave nmbd check all available interfaces for WINS befor...
2009-02-05 Shirish Pargaonkarumount.cifs: clean-up entries in /etc/mtab after unmount
2009-02-04 Günther Deschners3-net: remove unused ENUM_HND.
2009-02-03 Miguel SuarezFix bug #6085 - In vfs_default.c change utime( ) call.
2009-02-03 Ted PercivalProbably fixes a crash during name resolution when...
2009-02-03 Volker Lendeckes3: Fix 'net rpc join' for users with the SeMachineAcco...
2009-02-03 Karolin SeegerWHATSNEW: Update changes since 3.2.7.
2009-02-03 Karolin SeegerWHATSNEW: Update changes since 3.2.7.
2009-02-02 Lars MüllerAdjust regex to match variable names including underscores
2009-02-02 Lars MüllerConditional install of the cifs.upcall man page
2009-02-02 Karolin Seegerdocs: Describe "service" in man mount.cifs.
2009-02-02 Karolin SeegerWHATSNEW: Update changes since 3.2.7.
2009-02-02 Björn Jackefix build with external dns_sd libraries
2009-01-30 Günther Deschners3-docs: fix typo in eventlogadm manpage.
2009-01-29 Björn Jackeadd Tru64 sub-second resolution timestamp support
2009-01-29 Björn Jackeadd configure check for Tru64 sub-second timestamp...
2009-01-29 Björn Jackeadd missing semicolons
2009-01-29 Jeremy AllisonFollowing Björn JACKE's patch, unify the detection...
2009-01-29 Björn Jackeadd configure check for AIX style sub-second resolution...
2009-01-29 Björn Jackerather cosmetic fix for failed birthtime configure...
2009-01-29 Björn Jackegive configure check "sub-second timestamps without...
2009-01-29 Karolin SeegerWHATSNEW: Update changes since 3.2.7.
2009-01-28 Andreas SchneiderUse talloc_tos() instead of the talloc NULL context.
2009-01-28 Volker LendeckeAvoid valgrind errors
2009-01-28 Volker LendeckeFix a valgrind error when the socket dies
2009-01-28 Karolin SeegerVERSION: Raise version number up to 3.2.8.
2009-01-28 Karolin SeegerWHATSNEW: Prepare WHATSNEW for 3.2.8.
2009-01-28 Jeremy AllisonFix detection of dns_sd libraries.
2009-01-27 Michael Adamlibreplace: fix detection of netinet/ip.h on solaris 8
2009-01-27 Michael Adamlibreplace: fix bug #6066 - netinet/ip.h present but...
2009-01-26 Andreas SchneiderDocument default of the printing config variable.
2009-01-26 Karolin Seegerdocs: Add manpage for vfs_shadow_copy2.
2009-01-24 Günther Deschners3-eventlog: fix various invalid memcpy in read_package...
2009-01-24 Günther Deschners3-eventlog: fix buffer allocation in eventlog read...
2009-01-23 Karolin Seegerdocs: Fix formatting issue in man libsmbclient.
2009-01-23 Stefan Metzmacherlib/replace: add defines to let the callers find out...
2009-01-23 Jeremy AllisonApply same logic fix for #4308 Excel save operation...
2009-01-23 Jeremy AllisonFix logic error in try_chown - we shouldn't arbitrarily...
2009-01-22 Jeremy AllisonSecond part of the attemt to fix #4308 - Excel save...
2009-01-22 Jeremy AllisonAnother attempt to fix bug #4308 - Excel save operation...
2009-01-21 Michael Adambuild-docs: cleanup exit of the script
2009-01-21 Michael Adams3:docs: clean build/catalog.xml in "make clean"
2009-01-21 Michael Adams3:docs: clean generated .png images in "make clean"
2009-01-21 Michael Adams3:docs: fix ommission in fix of (real)distclean targets
2009-01-21 Michael Adams3:docs: fix distclean target and add realdistclean...
2009-01-21 Jelmer VernooijDepend on latexfigures files directly as using a rule...
2009-01-21 Jelmer VernooijUse double colon targets.
next