s3:registry: fix a comment
[jra/samba/.git] / source3 / smbd /
2009-02-25 Jeremy AllisonFix more POSIX path lstat calls. Fix bug where close...
2009-02-25 Jeremy AllisonMake test for open modes more robust against other...
2009-02-25 Jeremy AllisonFix bug in processing of open modes in POSIX open.
2009-02-25 Jeremy AllisonFix some NetBSD warnings.
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Jeremy AllisonAllow set attributes on a stream fnum to be redirected...
2009-02-24 Tim Proutys3 OneFS: Fix a double free in an error path
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-21 Tim Proutys3: If sendfile returns 0 bytes read, fall back to...
2009-02-21 Volker LendeckeRemove the static "chal" from ntlmssp.c:get_challenge()
2009-02-21 Volker LendeckeDo not close an fd we know is -1
2009-02-21 todd stecherS3: Detect max_open_files from system
2009-02-21 Steven Dannemans3: Refactor of madvise() usage in c441f58d
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 Tim Proutys3: Change the vfs_GetWd cache to use the file_id 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 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 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-16 Tim Proutymake receive_smb_raw_talloc more readable
2009-02-14 Volker LendeckeRename lp_smb_perfcount_module() to lp_perfcount_module...
2009-02-14 Volker LendeckeMake smb_load_perfcount_module static
2009-02-14 Volker LendeckeAttempt to fix the build on Solaris 8
2009-02-14 Volker LendeckeFix a valgrind error
2009-02-14 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
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 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-10 Volker LendeckeRemove an unused extern reference
2009-02-10 Volker LendeckeConvert api_NetUserGetGroups to use samr instead of pdb
2009-02-10 Steven Dannemans3: Added SMB_VFS_INIT_SEARCH_OP to initialize data...
2009-02-10 Steven DannemanPass stat buffer down through all levels of VFS_READDIR...
2009-02-10 Steven DannemanAdd an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
2009-02-10 Tim Proutys3 OneFS: Add kernel oplocks implementation
2009-02-10 Tim Proutys3 oplocks: Remove oplocks before handling delete on...
2009-02-10 Tim Proutys3 oplocks: Add capabilites flags field to the kernel_o...
2009-02-10 Tim Proutys3 oplocks: Make the level2 oplock contention API more...
2009-02-10 Tim Proutys3 oplocks: Differentiate between releasing an oplock...
2009-02-10 Tim Proutys3 vfs: Add a destructor to the fsp extension data API
2009-02-09 todd stecherS3: New module interface for SMB message statistics...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-07 Volker LendeckeFix memleaks in chain_reply for async requests
2009-02-07 Volker LendeckeConvert api_RNetGroupEnum to use samr instead of pdb
2009-02-07 Volker LendeckeClose samr_handle if open_domain failed
2009-02-06 Günter KukkukkDon't try and delete a default ACL from a file.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Jeremy AllisonFix bug #Bug 6090 renaming or deleting a "not matching...
2009-02-03 Jeremy AllisonFix bug #6082 - smbd_gpfs_getacl failed: Windows client...
2009-02-02 Dan SledzAdd two new parameters to control how we verify kerbero...
2009-02-01 Volker LendeckeConvert api_RNetUserEnum to use the srv_samr_nt.c directly
2009-02-01 Volker LendeckeFix nonempty blank lines
2009-02-01 Volker LendeckeJust for fun: Move some bytes from bss to text
2009-01-31 Volker LendeckeMake reply_pipe_read_andx async
2009-01-31 Volker LendeckeMake reply_pipe_write async
2009-01-31 Volker LendeckeMake reply_pipe_write_and_X async
2009-01-31 Volker LendeckeMake-np_write-handle-0-byte-writes-as-NT_STATUS_OK
2009-01-31 Volker LendeckeConvert api_rpc_trans_reply to async np_*
2009-01-31 Volker Lendeckemake send_file_readbraw static
2009-01-31 Volker LendeckeRemove the global variable "chain_size"
2009-01-29 Jeremy AllisonUpgrade POSIX inheritance storage to a new format ...
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Tim Proutys3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
2009-01-29 Michael Adams3:smbd: make smbd_open_one_socket() static
2009-01-29 Stefan Metzmachers3:smbd: ignore open_socket_in() failures
2009-01-27 Stefan Metzmachers3:smbd: wait for new connection via fd events
2009-01-27 Stefan Metzmachers3:smbd: make mdns registration event driven.
2009-01-27 Stefan Metzmachers3:smbd: make inetd code path more clear
2009-01-27 Stefan Metzmachers3:smbd: make kernel oplocks event driven
2009-01-27 Stefan Metzmachers3:smbd: remove pointless respond_to_all_remaining_loca...
2009-01-27 Stefan Metzmachers3:smbd: convert aio to use tevent_signal
2009-01-27 Stefan Metzmachers3:smbd: use signal events for SIGTERM, SIGHUP and...
2009-01-27 Stefan Metzmachers3:smbd: move all code that handles a client connection...
2009-01-27 Stefan Metzmachers3:smbd: we should setup the client socket in the same...
2009-01-27 Stefan Metzmachers3:namecache: remove unused namecache_shutdown() function
2009-01-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-25 Volker LendeckeFix chain_reply for pipe reads
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherExtend NTIMES to allow setting create_time
2009-01-22 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 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Jeremy AllisonAnother attempt to fix bug #4308 - Excel save operation...
2009-01-22 Stefan Metzmachers3:smbd: we don't need to call message_dispatch() anymo...
2009-01-22 Stefan Metzmachers3:smbd: restructure kernel oplocks code
2009-01-22 Stefan Metzmachers3: always call run_events() before and after sys_select()
2009-01-20 Volker Lendecke"userdom_struct" does not need "full_name" anymore...
2009-01-20 Volker LendeckeRemove some unused code
2009-01-20 Volker LendeckeRemove some smb fsp knowledge from rpc_server/
2009-01-19 Stefan Metzmachers3:smbd: call message_dispatch() before processing...
2009-01-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-16 Stefan Metzmachers3:cluster: fix ctdb ipv6 support
2009-01-16 Volker Lendeckeremove the old chain_reply code
2009-01-16 Volker LendeckeCorrectly calculate the offset for read&x
next