2009-08-22 |
Jeremy Allison | Log debug message when hires timestamps are available...
|
commit | commitdiff | tree |
2009-08-22 |
Jeremy Allison | Fix bug 6529 - Offline files conflict with Vista and...
|
commit | commitdiff | tree |
2009-08-22 |
Jeremy Allison | Try and fix the buildfarm by using getpwnam(root) instead
|
commit | commitdiff | tree |
2009-08-21 |
Jeremy Allison | Fix coverity CID: 932 - forward null.
|
commit | commitdiff | tree |
2009-08-21 |
Jeremy Allison | Fix for bug 6651 - smbd SIGSEGV when breaking oplocks.
|
commit | commitdiff | tree |
2009-08-21 |
Michael Adam | s3: fix bug #6650, authentication at member servers...
|
commit | commitdiff | tree |
2009-08-20 |
Jeremy Allison | Fix bug 6638 - ADS Domain Member: Computer Mgr can...
|
commit | commitdiff | tree |
2009-08-19 |
Jeremy Allison | Fix bug #6647 - get_root_nt_token: getpwnam("root"...
|
commit | commitdiff | tree |
2009-08-19 |
Jeremy Allison | Fix Red Hat bugzilla bug : https://bugzilla.redhat...
|
commit | commitdiff | tree |
2009-08-14 |
Jeremy Allison | Use defined names rather than numeric constants to...
|
commit | commitdiff | tree |
2009-08-13 |
Jeremy Allison | Fix EVERY SINGLE build on the buildfarm that doesn...
|
commit | commitdiff | tree |
2009-08-13 |
Jeremy Allison | Move build over to storing DOS attributes in EA's.
|
commit | commitdiff | tree |
2009-08-12 |
Jeremy Allison | When mapping EA's into a TDB, don't remove the EA
|
commit | commitdiff | tree |
2009-08-12 |
Jeremy Allison | Fix BASE-DELAYWRITE test by removing const from struct...
|
commit | commitdiff | tree |
2009-08-12 |
Jeremy Allison | Documentation for "store create time".
|
commit | commitdiff | tree |
2009-08-12 |
Jeremy Allison | Add "store create time" parameter (docs to follow)
|
commit | commitdiff | tree |
2009-08-12 |
Jeremy Allison | Fix some warnings in the AIX ACL code.
|
commit | commitdiff | tree |
2009-08-10 |
Jeremy Allison | Ensure the fsp->fsp_name stat_ex struct is always
|
commit | commitdiff | tree |
2009-08-10 |
Jeremy Allison | Refactor the use of create_time and change time to go
|
commit | commitdiff | tree |
2009-08-07 |
Jeremy Allison | Move the checks for null timestamps down below the...
|
commit | commitdiff | tree |
2009-08-07 |
Jeremy Allison | Correctly send out notify messages for timestamp changes.
|
commit | commitdiff | tree |
2009-08-06 |
Jeremy Allison | Remove a const warning.
|
commit | commitdiff | tree |
2009-08-06 |
Jeremy Allison | Fix bug #5714 - NetBSD, ENODATA undefined, at least...
|
commit | commitdiff | tree |
2009-08-06 |
Jeremy Allison | Put SMB_INFO_STANDARD back into setfileinfo, but do...
|
commit | commitdiff | tree |
2009-08-06 |
Jeremy Allison | Add define guards around otherwise unused variable.
|
commit | commitdiff | tree |
2009-07-31 |
Jeremy Allison | We're not changing last write, but setting this to...
|
commit | commitdiff | tree |
2009-07-30 |
Jeremy Allison | Tidy up treatment of ctime.
|
commit | commitdiff | tree |
2009-07-30 |
Jeremy Allison | Fix bug #6529 - Offline files conflict with Vista and...
|
commit | commitdiff | tree |
2009-07-30 |
Jeremy Allison | Remove the extraneous logic in smb_set_info_standard...
|
commit | commitdiff | tree |
2009-07-30 |
Jeremy Allison | SMB_INFO_STANDARD is not a valid info level on set,
|
commit | commitdiff | tree |
2009-07-30 |
Rusty Russell | realloc() has that horrible overloaded free semantic...
|
commit | commitdiff | tree |
2009-07-30 |
Rusty Russell | If the record is at the end of the database, pretending...
|
commit | commitdiff | tree |
2009-07-29 |
Jeremy Allison | (Hopefully) fix the problem Kai reported with
|
commit | commitdiff | tree |
2009-07-28 |
Jeremy Allison | Added prefer_ipv4 bool parameter to resolve_name().
|
commit | commitdiff | tree |
2009-07-27 |
Jeremy Allison | Fix the build breakage by #including modules/vfs_acl_common.c
|
commit | commitdiff | tree |
2009-07-25 |
Jeremy Allison | Factor out common code into vfs_acl_common.c.
|
commit | commitdiff | tree |
2009-07-24 |
Jeremy Allison | Make acl_tdb match acl_xattr. Large duplication of
|
commit | commitdiff | tree |
2009-07-24 |
Jeremy Allison | For some strange reason using :
|
commit | commitdiff | tree |
2009-07-24 |
Jeremy Allison | Fix hash function in acl_xattr to be SHA256, make
|
commit | commitdiff | tree |
2009-07-21 |
Christian Ambach | do not log chdir with level 0 if reason is access denied
|
commit | commitdiff | tree |
2009-07-20 |
Jeremy Allison | Make cli_send_mailslot() static. Preparing to do away...
|
commit | commitdiff | tree |
2009-07-18 |
Jeremy Allison | Fix Coverity CIDs 887, 888. Don't pass NULL's to functions
|
commit | commitdiff | tree |
2009-07-18 |
Jeremy Allison | Fix Coverity CID 928. Removed check as this can never...
|
commit | commitdiff | tree |
2009-07-18 |
Jeremy Allison | Fix Coverity CID 929. Potential NULL deref after code...
|
commit | commitdiff | tree |
2009-07-18 |
Jeremy Allison | Fix coverity CID 930. Pointer check can never be null...
|
commit | commitdiff | tree |
2009-07-18 |
Jeremy Allison | Fix coverity CID 931. This check is redundent as smb_fname can
|
commit | commitdiff | tree |
2009-07-18 |
Jeremy Allison | Fix a typo reading uninitialized memory. Caught by...
|
commit | commitdiff | tree |
2009-07-18 |
Jeremy Allison | Move the initialization of smbd_server_conn from smbd...
|
commit | commitdiff | tree |
2009-07-18 |
Jeremy Allison | Fix bug #6564 - SetPrinter fails (panics) as non root.
|
commit | commitdiff | tree |
2009-07-17 |
Jeremy Allison | More conversions of NULL -> talloc_autofree_context()
|
commit | commitdiff | tree |
2009-07-17 |
Jeremy Allison | Replace more long-lived contexts with talloc_autofree_context().
|
commit | commitdiff | tree |
2009-07-17 |
Jeremy Allison | Replace short-lived NULL talloc contexts with talloc_tos().
|
commit | commitdiff | tree |
2009-07-17 |
Jeremy Allison | Remove an unused talloc context.
|
commit | commitdiff | tree |
2009-07-16 |
Jeremy Allison | Tidyup prompted by #6554 - Wrong deallocation in sam_account_ok.
|
commit | commitdiff | tree |
2009-07-15 |
Jeremy Allison | Fix bug #6551 - win98 clients cannot connect after...
|
commit | commitdiff | tree |
2009-07-15 |
Jeremy Allison | Make cli_unlock and cli_unlock64 async. Fix POSIX lock...
|
commit | commitdiff | tree |
2009-07-14 |
Jeremy Allison | Change to talloc_zero_size instead of extra memset.
|
commit | commitdiff | tree |
2009-07-14 |
Jeremy Allison | When tallocing a memory block for the state in a tevent_req...
|
commit | commitdiff | tree |
2009-07-14 |
Jeremy Allison | Revert this commit :
|
commit | commitdiff | tree |
2009-07-14 |
Jeremy Allison | Make cli_posix_lock/unlock asynchronous.
|
commit | commitdiff | tree |
2009-07-14 |
Jeremy Allison | Fix set_posix_lock check which had been reversed in...
|
commit | commitdiff | tree |
2009-07-11 |
Jeremy Allison | Remove reply_unixerror() - no longer needed. Should...
|
commit | commitdiff | tree |
2009-07-10 |
Jeremy Allison | Add hash values to the xattr ACLS to determine when
|
commit | commitdiff | tree |
2009-07-09 |
Jeremy Allison | Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
|
commit | commitdiff | tree |
2009-07-09 |
Jeremy Allison | The migration to struct stat_ex broke the calculation of
|
commit | commitdiff | tree |
2009-07-08 |
Jeremy Allison | When faking a create time, use the full timespec values...
|
commit | commitdiff | tree |
2009-07-07 |
Stefan Metzmacher | s3:smbd: cancel all locks that are made before the...
|
commit | commitdiff | tree |
2009-07-02 |
Jeremy Allison | Ensure we don't use delayed writes on POSIX opened...
|
commit | commitdiff | tree |
2009-07-01 |
Jeremy Allison | Fix bug #6520 time stamps - e.g. last mod time is not...
|
commit | commitdiff | tree |
2009-06-30 |
SATOH Fumiyasu | Fix bug #6496 - MS-DFS: cannot follow multibyte char...
|
commit | commitdiff | tree |
2009-06-30 |
Volker Lendecke | Fix bug #6431 - local groups from 3.0 setups no longer...
|
commit | commitdiff | tree |
2009-06-25 |
Jeremy Allison | Fix bug #6506 - SMBD server doesn't set EAs when a...
|
commit | commitdiff | tree |
2009-06-20 |
Jeremy Allison | Fix coverity #729. Resource leak in error path.
|
commit | commitdiff | tree |
2009-06-20 |
Jeremy Allison | Fix coverity #740. Resource leak in error paths. We...
|
commit | commitdiff | tree |
2009-06-19 |
Jeremy Allison | Fix coverity #900. Resource leak.
|
commit | commitdiff | tree |
2009-06-19 |
Jeremy Allison | Fix coverity #920. Possible NULL deref.
|
commit | commitdiff | tree |
2009-06-19 |
Jeremy Allison | Fix coverity #676. Forward NULL.
|
commit | commitdiff | tree |
2009-06-18 |
Volker Lendecke | Fix bug 4699: Remove pidfile on clean shutdown
|
commit | commitdiff | tree |
2009-06-18 |
Jeremy Allison | acl_group_override() doesn't need to call stat. Pass...
|
commit | commitdiff | tree |
2009-06-18 |
Jeremy Allison | Add some const to the stat struct in the dosmode calls.
|
commit | commitdiff | tree |
2009-06-18 |
Jeremy Allison | Replace the boilerplate calls to :
|
commit | commitdiff | tree |
2009-06-17 |
Jeremy Allison | Fix bug #6476 - more then 3000 smbd-zombies in memory
|
commit | commitdiff | tree |
2009-06-17 |
Jeremy Allison | Remove msdfs pathname processing from default create...
|
commit | commitdiff | tree |
2009-06-17 |
Jeremy Allison | Fix msdfs after the change to smb_filename struct....
|
commit | commitdiff | tree |
2009-06-16 |
Jeremy Allison | _lsa_EnumAccountRights and _lsa_EnumPrivsAccount can...
|
commit | commitdiff | tree |
2009-06-12 |
Jeremy Allison | Check for error in transfer_file return also.
|
commit | commitdiff | tree |
2009-06-12 |
Volker Lendecke | Fix bug 6440
|
commit | commitdiff | tree |
2009-06-12 |
Volker Lendecke | Simplify close_normal_file()
|
commit | commitdiff | tree |
2009-06-11 |
Jeremy Allison | Fix bug #6297 - owner of sticky directory cannot delete...
|
commit | commitdiff | tree |
2009-06-10 |
Jeremy Allison | Make ctemp async. Fix the test to pass against W2K3.
|
commit | commitdiff | tree |
2009-06-08 |
Jeremy Allison | Replace the "ipv4" specific strings in libcli/cldap...
|
commit | commitdiff | tree |
2009-06-08 |
Jeremy Allison | Make open_udp_socket() IPv6 clean. Trying to fix bug...
|
commit | commitdiff | tree |
2009-06-05 |
Jeremy Allison | Make cli_ftruncate async. Also add a simple test.
|
commit | commitdiff | tree |
2009-06-04 |
Jeremy Allison | Change smbd_smb2_request_error() to add a __location__.
|
commit | commitdiff | tree |
2009-06-04 |
Jeremy Allison | Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
|
commit | commitdiff | tree |
2009-06-03 |
Jeremy Allison | Note that the delaytime for update has changed betweek...
|
commit | commitdiff | tree |
2009-06-03 |
Jeremy Allison | Fix S3 "make install". Don't build cifs.upcall.c in...
|
commit | commitdiff | tree |
2009-06-03 |
Jeremy Allison | Make the path to this uglyness complete so people can...
|
commit | commitdiff | tree |
2009-06-03 |
Jeremy Allison | Fix bug #2356 - smbclient -t <term code> no longer...
|
commit | commitdiff | tree |
2009-06-01 |
Jeremy Allison | Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios...
|
commit | commitdiff | tree |