s3/docs: Add hint about getfattr in man vfs_acl_xattr.
[metze/samba/wip.git] / source3 /
2009-02-20 Tim Proutys3 OneFS: Add shadow copy module
2009-02-20 Tim Proutys3 OneFS: Add file_id_create implementation to take...
2009-02-20 Tim Proutys3: Change the vfs_GetWd cache to use the file_id struct
2009-02-20 Tim Proutys3: Remove unused inform_level2_message struct
2009-02-20 Tim Proutys3: Add extid to the dev/inode pair
2009-02-20 Tim Proutys3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
2009-02-19 Jeremy AllisonFix printf warnings found on systems where time_t ...
2009-02-19 Jeremy AllisonFix printf type warning.
2009-02-19 Volker LendeckeFix an uninitialized variable
2009-02-19 Volker LendeckeFix a O(n^2) algorithm in regdb_fetch_keys()
2009-02-19 Günther Deschners3-spoolss: fix vista fallback in _spoolss_AddPrinterDr...
2009-02-19 Günther Deschners3-spoolss: remove old spoolss_AddPrinterDriver{Ex}.
2009-02-19 Günther Deschners3-spoolss: use pidl for _spoolss_AddPrinterDriver...
2009-02-19 Günther Deschners3-spoolss: remove old spoolss_GetPrintProcessorDirectory.
2009-02-19 Günther Deschners3-spoolss: use pidl for _spoolss_GetPrintProcessorDire...
2009-02-19 Günther Deschners3-rpcclient: use rpccli_spoolss_GetPrintProcessorDirec...
2009-02-19 Günther Deschners3-spoolss: fix _spoolss_GetPrinterDriverDirectory.
2009-02-19 Günther Deschners3-rpcclient: use SPOOLSS_ARCHITECTURE_NT_X86 define...
2009-02-19 Günther Deschners3-spoolss: _spoolss_OpenPrinterEx needs to wipe out...
2009-02-19 Günther Deschners3-spoolss: _spoolss_AddPrinterEx needs to wipe out...
2009-02-19 Volker LendeckeFix a buffer handling bug when adding lots of registry...
2009-02-19 Günther Deschners3-libnet: fix coverity #848 (UNINIT).
2009-02-19 Stefan Metzmachers3:librpc/ndr: if uninitialized variable in string_arra...
2009-02-19 Zack Kirschs3 OneFS: Fixes "inherit permissions" and "nt acl suppo...
2009-02-19 todd stecherS3: Dumb down debug spew in perfcount module code
2009-02-19 todd stecherS3: Make changes to perfcount API set for when a single...
2009-02-19 Tim Proutys3: Fix bug opening streams with truncating disposition
2009-02-19 Zack Kirschs3: OneFS: Pass in the client's fnum to the ifs_cbrl...
2009-02-19 Aravind Srinivasans3: Fix OneFS bug opening streams with truncating dispo...
2009-02-19 Aravind Srinivasans3: Fix streams enumeration bug in OneFS implementation
2009-02-19 todd stecherS3: Log warning in smbstatus about lack of pid in anony...
2009-02-19 todd stecherS3: Stop creating SMBD cores when failing to create...
2009-02-19 todd stecherS3: Allow SMBD processes to survive in low memory condi...
2009-02-19 Günther Deschners3-spoolss: remove old spoolss_GetPrinterDriverDirectory.
2009-02-19 Günther Deschners3-spoolss: use pidl for _spoolss_GetPrinterDriverDirec...
2009-02-19 Günther Deschners3-rpcclient: use rpccli_spoolss_GetPrinterDriverDirect...
2009-02-18 Günther Deschners3-spoolss: add support for "AddPort" via _spoolss_XcvD...
2009-02-18 Volker LendeckeInteresting C compiler you have there... :-)
2009-02-18 Jeremy AllisonFix coverity CID-602. Possible use of uninitialized...
2009-02-18 Günther Deschners3-spoolss: remove old spoolss_XcvData.
2009-02-18 Günther Deschners3-spoolss: use pidl for _spoolss_XcvData.
2009-02-17 Jeremy AllisonDon't miss an absolute pathname as a kerberos keytab...
2009-02-17 Jeremy AllisonFix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.
2009-02-17 Jeremy AllisonFix warning about missmatch of uint32_t and size_t.
2009-02-17 Michael Adams3:winbindd: make do_async_domain() static.
2009-02-17 Michael Adams3:build: improve the check for a working krb5-config.
2009-02-17 Günther Deschners3-spoolss: remove old spoolss_ResetPrinter.
2009-02-17 Günther Deschners3-spoolss: use pidl for _spoolss_ResetPrinter.
2009-02-17 Günther Deschners3-netapi: fix Coverity #881 and #882.
2009-02-17 Volker LendeckeFix an invalid typecasting
2009-02-17 Günther Deschners3-rpcclient: use rpccli_spoolss_RemoteFindFirstPrinter...
2009-02-16 Yasuma TakedaFix bug 5920
2009-02-16 Stefan Metzmachers3:netlogon: implement _netr_LogonGetCapabilities(...
2009-02-16 Zach Loafmans3 auth: Add parameter that forces every user through...
2009-02-16 Tim Proutys3 perfcount: Fix segfault with smbclient 'echo 3 foo'
2009-02-16 Tim Proutys3 OneFS: Add defaults to the fake timestamp parameters
2009-02-16 Tim Proutymake receive_smb_raw_talloc more readable
2009-02-16 Jeremy AllisonAttempt to fix bug #6099. According to Microsoft
2009-02-15 Derrell Lipmanremove accidental white space
2009-02-15 Derrell Lipmanenums are traditionally signed. Avoid use of high bit...
2009-02-14 Derrell LipmanGet rid of the warnings I had for testing
2009-02-14 Derrell LipmanIt seems some systems use f_flags instead of f_flag...
2009-02-14 Volker LendeckeRemove a pointless NULL check
2009-02-14 Volker LendeckeFix some nonempty blank lines
2009-02-14 Volker LendeckeRename lp_smb_perfcount_module() to lp_perfcount_module...
2009-02-14 Volker LendeckeReplace a // style comment with a /* */ one
2009-02-14 Volker LendeckeFix some C++ warnings
2009-02-14 Volker LendeckeMake smb_load_perfcount_module static
2009-02-14 Derrell Lipmanf_frsize field is not ubiquitous. Check for it.
2009-02-14 Derrell LipmanThe f_fsid field is not always an integer type. Don...
2009-02-14 Derrell LipmanEnsure consistency of values on stack (caught by AIX...
2009-02-14 Derrell LipmanCheck for the right error return value
2009-02-14 Derrell Lipman[Bug 6069] Add a fstatvfs function for libsmbclient
2009-02-14 Volker LendeckeAttempt to fix the build on Solaris 8
2009-02-14 Volker LendeckeFix a valgrind error
2009-02-14 Tim Proutys3 OneFS: Add recvfile implementation
2009-02-14 Tim Proutys3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macros
2009-02-14 Tim Proutys3: Fix uninitialized const char *
2009-02-14 Holger HetterichEnable total anonymization in vfs_smb_traffic_analyzer...
2009-02-14 Günther Deschners3-spoolss: remove unused convert_printer_info.
2009-02-14 Günther Deschners3-spoolss: use pidl for _spoolss_SetPrinter.
2009-02-14 Günther Deschners3-spoolss: use pidl for _spoolss_AddPrinterEx.
2009-02-14 Günther Deschners3-spoolss: add printer_info2_to_nt_printer_info2 and...
2009-02-14 Günther Deschners3-rpcclient: use rpccli_spoolss_AddPrinterEx.
2009-02-14 Günther Deschners3-netlogon: some more appropriate debug messages.
2009-02-14 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-14 Jeremy AllisonParameterize in local.h the MAX_RPC_DATA_SIZE, and...
2009-02-13 Zack Kirschs3: Fix uninitialized variable warning (and bug).
2009-02-13 Jeremy AllisonNoted by Vericode analysis. Correctly use chroot().
2009-02-13 Tim Proutys3 libsmbclient: Fix fstatvfs to be more portable
2009-02-13 Aravind Srinivasans3 OneFS: Add vfs implementation for SMB_VFS_GET_REAL_F...
2009-02-13 todd stechers3: Test module for perfcount system
2009-02-13 Volker LendeckeFix Coverity ID 740 (RESOURCE_LEAK)
2009-02-13 Jeremy AllisonFix the build. When you do "make distclean; ./autogen...
2009-02-13 Zack KirschOneFS implementation of BRL VFS ops:
2009-02-13 Zack KirschAdd VFS ops for Windows BRL: Lock, Unlock and Cancel:
2009-02-13 Zack KirschRemove typedef struct blocking_lock_record and move...
2009-02-13 Stefan Metzmachers4:configure: require the same version for external...
2009-02-13 Volker LendeckeFix an uninitialized variable, introdued with 4d100f2f
2009-02-13 Volker LendeckeReplace get_myname() with the talloc version from v3...
next