Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mapping
[ira/wip.git] / source3 /
2008-01-17 Derrell LipmanFix bug 5185: repeated calls to smbc_getxattr() lose...
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Derrell LipmanFix stat results to be consistent between smbc_stat...
2008-01-17 Alexander BokovoyRemove is_remotestorage() call from VFS. We already...
2008-01-17 Alexander BokovoyRework of VFS is_offline() function to only return...
2008-01-17 Alexander BokovoyFix more VFS API mixup with offline files
2008-01-17 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Jeremy AllisonFix bug found by Derrell - windows returns an read...
2008-01-17 Jeremy AllisonFix the mess that ab just made of the new VFS code.
2008-01-16 Jeremy AllisonTidy up code and debug for non-default krb5 IPv6 port.
2008-01-16 Jeremy AllisonFix IPv6 bug #5204, which caused krb5 DNS lookups
2008-01-16 Volker LendeckeRevert "default to tdbsam instead of smbpasswd"
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Volker LendeckeDon't try ftruncate when the tdb is opened read-only
2008-01-16 Volker LendeckeNext try to fix the max dead record calculation
2008-01-16 Volker Lendeckedefault to tdbsam instead of smbpasswd
2008-01-16 Volker LendeckeFix an uninitialized variable warning
2008-01-16 Volker LendeckeFix some C++ warnings
2008-01-16 Volker LendeckeFix a missing prototype warning
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Michael AdamAdd "config backend" to the parameters forbidden in...
2008-01-16 Michael AdamAdd my (C) to loadparm.c.
2008-01-16 Michael AdamRemove special semantics of "include = registry" from...
2008-01-16 Michael AdamUse lp_config_backend_is_registry() instead of lp_inclu...
2008-01-16 Michael AdamAdd utility function lp_config_backend_is_registry().
2008-01-16 Michael AdamInitialise Globals.ConfigBackend from global var config...
2008-01-16 Michael AdamAdd handling of [homes] and [printers] via registry...
2008-01-16 Michael AdamAdd config parameter "config backend = registry".
2008-01-16 Michael AdamAdd "MSDFS options" separator to parm_table.
2008-01-16 Michael AdamRe-order an option block in parm_table to re-unite...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Günther DeschnerMerge lsarpc.idl from samba4 and rerun make idl.
2008-01-16 Günther DeschnerAdd lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy...
2008-01-16 Günther DeschnerMake resolve_ads() static.
2008-01-16 Günther DeschnerFix memleak in ads_build_path().
2008-01-16 Igor MammedovAdds support for cifs.resolver upcall.
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-16 Alexander BokovoyConvert old sid-string handling in idmap_tdb2 to a...
2008-01-16 Volker LendeckeFix a crash bug in nt_printer_publish_ads
2008-01-16 Günther DeschnerFix (non-activated) _wkssvc_NetrJoinDomain2 server...
2008-01-16 Günther DeschnerAutofetch domain_sid while unjoining in libnetjoin.
2008-01-16 Günther DeschnerNicen some error strings in libnetjoin.
2008-01-16 Günther DeschnerAvoid use of NDR_PRINT_X_DEBUG (that debugs with level...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyFix build for pam_smbpass
2008-01-16 Alexander BokovoyFix build for pam_smbpass
2008-01-16 Alexander BokovoyEnable building of VFS modules: vfs_tsmsm, vfs_shadowco...
2008-01-16 Alexander Bokovoyidmap TDB2 backend, used for clustered Samba setups.
2008-01-16 Alexander BokovoyAdd offline storage support with Tivoli Storage Manager...
2008-01-16 Alexander BokovoyMerge a variant of Shadow Copy module for exposing...
2008-01-16 Alexander BokovoySupport GPFS prealloc interface
2008-01-16 Alexander BokovoyMerge latest fixes to vfs_gpfs and NFS4 ACLs from Samba...
2008-01-16 Alexander BokovoyAdd support for offline files support, remote storage...
2008-01-16 Alexander BokovoyMerge CTDB-related fixes from samba-ctdb 3.0 branch...
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-16 Jeremy AllisonPort from ctdb:
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-16 Jeremy AllisonFix the API exported for auth_functions. Ensure we...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Jeremy AllisonFix "status used uninitialized" warnings.
2008-01-15 Günther DeschnerUse NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_D...
2008-01-15 Günther DeschnerAdd some NDR_PRINT_*_STRING macros (returning talloced...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Kai Blinlibsmb: Do not upper-case target name on NTLMv2 hash...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Volker Lendeckeea_tdb->xattr_tdb also inside the module itself
2008-01-15 Volker Lendeckerename vfs_ea_tdb to vfs_xattr_tdb
2008-01-15 Günther DeschnerUse autogenerated debugging functions in libnetjoin...
2008-01-15 Günther DeschnerApply const to rpccli_lsa_query_info_policy() and rpccl...
2008-01-15 Stefan Metzmacherlibwbclient: don't link talloc.o into libwbclient.a
2008-01-15 Stefan MetzmacherRevert "libwbclient: don't link talloc.o into libwbclie...
2008-01-15 Günther DeschnerRemove unrequired TALLOC_FREE.
2008-01-15 Günther DeschnerInclude libnet_join.h in the right places.
2008-01-15 Günther DeschnerUse autogenerated libnet_join header.
2008-01-15 Günther DeschnerAdd ndr_print_ads_struct().
2008-01-15 Günther DeschnerAdd ndr_print_sockaddr_storage and ndr_print_bool.
2008-01-15 Günther DeschnerDefine libnet join interface in IDL.
2008-01-15 Stefan Metzmacherlibwbclient: don't link talloc.o into libwbclient.a
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Michael AdamUse the proper boolean functions.
2008-01-15 Michael AdamRemove some trailing spaces.
2008-01-15 Stefan Metzmacherkrb5_locator: winbind_krb5_locator.o doesn't need socke...
2008-01-15 Stefan Metzmachernss_winbind: nss_winbind.so doesn't need socket wrapper...
2008-01-15 Stefan Metzmacherpam_winbind: pam_winbind.so doesn't need soecket wrappe...
2008-01-15 Stefan Metzmacherlibwbclient: libwbclient.so doesn't need socket nor...
2008-01-15 Stefan Metzmachernsswitch/: we don't need socket or nss wrapper in the...
2008-01-15 Günther DeschnerNo need to re-establish AD connection all the time.
2008-01-15 Günther DeschnerUse dsgetdcname() to find a dc when unjoining in libnet...
2008-01-15 Günther DeschnerRe-arrange pre- and postprocessing code in libnetjoin.
2008-01-15 Volker LendeckeFix some warnings -- Jeremy, please check
2008-01-15 Volker LendeckeImplement vfs_ea_tdb
2008-01-15 Stefan Metzmacherlibwbclient: add wbclient.pc.in
2008-01-15 Stefan Metzmacherlibwbclient: install wbclient.h into the same path...
2008-01-15 Stefan Metzmacherlibwbclient: move wbc_err.h into wbclient.h as we only...
2008-01-15 Günther DeschnerAdd True/False bool cleanup script.
2008-01-14 Jeremy AllisonWindows insists on write sizes < max_xmit on signed...
2008-01-14 Jeremy AllisonFrom Alexander Bokovoy
2008-01-14 Alexander BokovoyFix crash in winbind clients: instead of talloc-based...
2008-01-14 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-14 Michael AdamAdd detection for need of update to the registry db.
next