expand tabs in python file, consistent with the rest of the file.
[ab/samba.git/.git] / source3 /
2009-02-23 Günther Deschners3-spoolss: use pidl for _spoolss_RemoteFindFirstPrinte...
2009-02-23 Günther Deschners3-spoolss: use spoolss_NotifyOption and spoolss_Notify...
2009-02-23 Günther Deschners3-spoolss: add dup_spoolss_NotifyOption.
2009-02-23 Günther Deschners3-spoolss: use more idl types in spoolss server.
2009-02-23 Günther Deschners3-spoolss: fix memleak of spoolss_Notify array in...
2009-02-23 Günther Deschners3-spoolss: use rpccli_spoolss_RouterReplyPrinterEx.
2009-02-23 Günther Deschners3-spoolss: use pidl for _spoolss_RouterRefreshPrinterC...
2009-02-23 Günther Deschners3-spoolss: use struct spoolss_NotifyInfo instead of...
2009-02-23 Günther Deschners3-spoolss: use struct spoolss_Notify instead of SPOOL_...
2009-02-23 Björn Jackeprefer gssapi header files from subdirectory
2009-02-23 Günther Deschners3-rpcclient: use correct clientname in spoolss_RemoteF...
2009-02-23 Steven Dannemans3: Wrap usage of rlimit in configure checks
2009-02-22 Simo SorceFor some unknown reason ldbrename was not being built...
2009-02-22 Tim Proutys3 OneFS: Add an atomic sendfile implementation
2009-02-21 Tim Proutys3: If sendfile returns 0 bytes read, fall back to...
2009-02-21 Tim ProutyRevert "s3 auth: Add parameter that forces every user...
2009-02-21 Günther Deschners3-spoolss: fix client name in rpccli_spoolss_openprint...
2009-02-21 Günther Deschners3-spoolss: remove duplicate flag.
2009-02-21 Günther Deschners3-spoolss: fix _spoolss_GetPrinterDriverDirectory...
2009-02-21 Günther Deschners3-eventlog: fix rpcclient and server stub for eventlog...
2009-02-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-21 Volker LendeckeFix the build on Solaris
2009-02-21 Volker LendeckeFix some nonempty blank lines
2009-02-21 Volker LendeckeRemove the static "chal" from ntlmssp.c:get_challenge()
2009-02-21 Volker LendeckeFix a typo
2009-02-21 Volker LendeckeDo not close an fd we know is -1
2009-02-21 Volker LendeckeMove some bytes from the data to the text segment
2009-02-21 Volker LendeckeFix an uninitialized variable
2009-02-21 Steven Dannemans3: Fix build break in d9a842b2
2009-02-21 Dan SledzIntroduce a new passdb backend: pdb_onefs_sam
2009-02-21 Dan SledzIntroduce a new authentication backend auth_onefs_wb
2009-02-21 Dan SledzAllow building with an external libwbclient library
2009-02-21 Zack Kirschs3 BRL: Add more clarifying comments and add implied...
2009-02-21 Zack Kirschs3 OneFS: Add debugging for createfile_flags
2009-02-21 Jeremy AllisonChange smbc_set_credentials_with_fallback() (unreleased...
2009-02-21 todd stecherS3: Detect max_open_files from system
2009-02-21 Steven Dannemans3: Refactor of madvise() usage in c441f58d
2009-02-21 Steven DannemanMoved become_daemon() and close_low_fds() to shared...
2009-02-20 Steven Dannemans3: OneFS implementation of change notify
2009-02-20 Steven Dannemans3: Make change notify immediately return a catch-all...
2009-02-20 Steven Dannemans3: Modifications to generic notify structures to allow...
2009-02-20 Jeremy AllisonFix bug #6133 - Cannot delete non-ACL files on Solaris...
2009-02-20 Derrell Lipmanvariable grouping: just my OCD desire to keep similar...
2009-02-20 Bo YangMake libsmbclient work with DFS
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
next