2009-02-25 |
Jeremy Allison | Fix bug in processing of open modes in POSIX open.
|
commit | commitdiff | tree |
2009-02-25 |
Jeremy Allison | Fix some NetBSD warnings.
|
commit | commitdiff | tree |
2009-02-25 |
Jeremy Allison | Merge branch 'v3-3-test' of ssh://jra@git.samba.org...
|
commit | commitdiff | tree |
2009-02-25 |
Jeremy Allison | Allow set attributes on a stream fnum to be redirected...
|
commit | commitdiff | tree |
2009-02-24 |
Jeremy Allison | More warning fixes for Solaris.
|
commit | commitdiff | tree |
2009-02-23 |
Jeremy Allison | More warning fixes for Solaris.
|
commit | commitdiff | tree |
2009-02-23 |
Jeremy Allison | Quieten down a boatload of shadowed variable warnings...
|
commit | commitdiff | tree |
2009-02-21 |
Jeremy Allison | Change smbc_set_credentials_with_fallback() (unreleased...
|
commit | commitdiff | tree |
2009-02-20 |
Jeremy Allison | Fix bug #6133 - Cannot delete non-ACL files on Solaris...
|
commit | commitdiff | tree |
2009-02-19 |
Jeremy Allison | Fix printf warnings found on systems where time_t ...
|
commit | commitdiff | tree |
2009-02-19 |
Jeremy Allison | Fix printf type warning.
|
commit | commitdiff | tree |
2009-02-19 |
Jeremy Allison | Backport the semantics of when to delete alternate...
|
commit | commitdiff | tree |
2009-02-19 |
Jeremy Allison | Gah, typo :-(. Sorry.
|
commit | commitdiff | tree |
2009-02-18 |
Jeremy Allison | Fix coverity CID-602. Possible use of uninitialized...
|
commit | commitdiff | tree |
2009-02-17 |
Jeremy Allison | Don't miss an absolute pathname as a kerberos keytab...
|
commit | commitdiff | tree |
2009-02-17 |
Jeremy Allison | Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.
|
commit | commitdiff | tree |
2009-02-16 |
Jeremy Allison | Attempt to fix bug #6099. According to Microsoft
|
commit | commitdiff | tree |
2009-02-15 |
Tim Prouty | s3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macros
|
commit | commitdiff | tree |
2009-02-14 |
Holger Hetterich | Enable total anonymization in vfs_smb_traffic_analyzer...
|
commit | commitdiff | tree |
2009-02-14 |
Jeremy Allison | Parameterize in local.h the MAX_RPC_DATA_SIZE, and...
|
commit | commitdiff | tree |
2009-02-13 |
Jeremy Allison | Noted by Vericode analysis. Correctly use chroot().
|
commit | commitdiff | tree |
2009-02-13 |
Volker Lendecke | Fix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)
|
commit | commitdiff | tree |
2009-02-13 |
Volker Lendecke | Fix Coverity ID 742 (RESOURCE_LEAK)
|
commit | commitdiff | tree |
2009-02-13 |
Volker Lendecke | Fix Coverity ID 744
|
commit | commitdiff | tree |
2009-02-12 |
Dan Sledz | Fix double free caused by incorrect talloc_steal usage.
|
commit | commitdiff | tree |
2009-02-11 |
Yasuma Takeda | Fix bug #6098 - When the DNS server is invalid, the...
|
commit | commitdiff | tree |
2009-02-11 |
Björn Jacke | enable IPv6 support for NetBSD, FreeBSD
|
commit | commitdiff | tree |
2009-02-11 |
Volker Lendecke | Fix resume handle for _samr_EnumDomainGroups
|
commit | commitdiff | tree |
2009-02-06 |
Günter Kukkukk | Don't try and delete a default ACL from a file.
|
commit | commitdiff | tree |
2009-02-05 |
Aravind Srinivasan | Have nmbd check all available interfaces for WINS before...
|
commit | commitdiff | tree |
2009-02-04 |
Jeremy Allison | Fix bug #Bug 6090 renaming or deleting a "not matching...
|
commit | commitdiff | tree |
2009-02-03 |
Miguel Suarez | Fix bug #6085 - In vfs_default.c change utime( ) call.
|
commit | commitdiff | tree |
2009-02-03 |
Ted Percival | Probably fixes a crash during name resolution when...
|
commit | commitdiff | tree |
2009-02-03 |
Jeremy Allison | Fix bug #6082 - smbd_gpfs_getacl failed: Windows client...
|
commit | commitdiff | tree |
2009-01-30 |
Jeremy Allison | Fix coverity CID#117 - resource leak in error path.
|
commit | commitdiff | tree |
2009-01-30 |
Jeremy Allison | Fix coverity CID#116. Resource leak on error path.
|
commit | commitdiff | tree |
2009-01-30 |
Jeremy Allison | Fix coverity CID#115. Resource leak in error path.
|
commit | commitdiff | tree |
2009-01-29 |
Björn Jacke | add Tru64 sub-second resolution timestamp support
|
commit | commitdiff | tree |
2009-01-29 |
Björn Jacke | add configure check for Tru64 sub-second timestamp...
|
commit | commitdiff | tree |
2009-01-29 |
Björn Jacke | add missing semicolons
|
commit | commitdiff | tree |
2009-01-29 |
Jeremy Allison | Following Björn JACKE's patch, unify the detection...
|
commit | commitdiff | tree |
2009-01-29 |
Björn Jacke | add configure check for AIX style sub-second resolution...
|
commit | commitdiff | tree |
2009-01-29 |
Björn Jacke | rather cosmetic fix for failed birthtime configure...
|
commit | commitdiff | tree |
2009-01-29 |
Björn Jacke | give configure check "sub-second timestamps without...
|
commit | commitdiff | tree |
2009-01-28 |
Jeremy Allison | Fix warning (bad handler prototype) and fix detection...
|
commit | commitdiff | tree |
2009-01-27 |
Jeremy Allison | Fix bug #6069 - Build breaks with too many arguments to
|
commit | commitdiff | tree |
2009-01-23 |
Jeremy Allison | Apply same logic fix for #4308 Excel save operation...
|
commit | commitdiff | tree |
2009-01-23 |
Jeremy Allison | Fix logic error in try_chown - we shouldn't arbitrarily...
|
commit | commitdiff | tree |
2009-01-22 |
Jeremy Allison | Second part of the attemt to fix #4308 - Excel save...
|
commit | commitdiff | tree |
2009-01-22 |
Jeremy Allison | Another attempt to fix bug #4308 - Excel save operation...
|
commit | commitdiff | tree |
2009-01-22 |
todd stecher | Memory leaks and other fixes found by Coverity
|
commit | commitdiff | tree |
2009-01-20 |
Stefan Metzmacher | socket_wrapper: fix PCAP support broken by aaea68791cfea45c6...
|
commit | commitdiff | tree |
2009-01-20 |
Stefan Metzmacher | s3: reinit_after_fork() should reinit the event context...
|
commit | commitdiff | tree |
2009-01-16 |
Jeremy Allison | Merge branch 'v3-3-test' of ssh://jra@git.samba.org...
|
commit | commitdiff | tree |
2009-01-16 |
Andreas Schneider | Fix a segfault if ? is there but the options are NULL...
|
commit | commitdiff | tree |
2009-01-16 |
Jeremy Allison | "First thing, kill all the language lawyers" :-). Ensure...
|
commit | commitdiff | tree |
2009-01-15 |
Jeremy Allison | Fix bug #6040 - Missing <th> header in Status page.
|
commit | commitdiff | tree |
2009-01-15 |
Jeremy Allison | Merge branch 'v3-3-test' of ssh://jra@git.samba.org...
|
commit | commitdiff | tree |
2009-01-15 |
Jeremy Allison | Allow reinit_after_fork to be called safely from within...
|
commit | commitdiff | tree |
2009-01-15 |
Jeremy Allison | Fix bug #6040 - Calling Samba print server with an...
|
commit | commitdiff | tree |
2009-01-14 |
Jeremy Allison | Fix bug #6035 - Possible race between fcntl F_SETLKW...
|
commit | commitdiff | tree |
2009-01-14 |
Bo Yang | Fix bug in get_dc_name_via_netlogon(), null pointer...
|
commit | commitdiff | tree |
2009-01-14 |
Bo Yang | Don't send message to any other child in child process.
|
commit | commitdiff | tree |
2009-01-13 |
Jeremy Allison | From boyang - ensure we never "return" from a forked...
|
commit | commitdiff | tree |
2009-01-13 |
Jeremy Allison | Fix bug #6019 File corruption in Clustered SMB/NFS...
|
commit | commitdiff | tree |
2009-01-13 |
Jeremy Allison | Deprecate the "share modes" parameter to address bug...
|
commit | commitdiff | tree |
2009-01-10 |
Bo Yang | Don't set child->requests to NULL in parent after fork
|
commit | commitdiff | tree |
2009-01-10 |
Karolin Seeger | s3/smbpasswd: Check if Unix account exists before asking...
|
commit | commitdiff | tree |
2009-01-09 |
Tim Prouty | s3: Remove a few unnecessary checks from the streams...
|
commit | commitdiff | tree |
2009-01-09 |
Tim Prouty | s3: Remove a few unnecessary checks from the streams...
|
commit | commitdiff | tree |
2009-01-09 |
Tim Prouty | s3: Allow renames of streams via NTRENAME and fix stream...
|
commit | commitdiff | tree |
2009-01-08 |
Jeremy Allison | Fix bug #6021 - smbclient du command does not recuse...
|
commit | commitdiff | tree |
2009-01-08 |
Jeremy Allison | Fix race condition in alarm lock processing noticed...
|
commit | commitdiff | tree |
2009-01-07 |
Jeremy Allison | Fix bug #6016 - Alternate Data Streams / Extended Attributes...
|
commit | commitdiff | tree |
2009-01-07 |
boyang | refresh sequence number as soon as possible when domain...
|
commit | commitdiff | tree |
2009-01-07 |
Jeremy Allison | Make winbindd_cm.c use winbindd_reinit_after_fork().
|
commit | commitdiff | tree |
2009-01-07 |
Jeremy Allison | Fix bug #6017, - magic script does not work. based...
|
commit | commitdiff | tree |
2009-01-06 |
Jeremy Allison | Add winbindd_reinit_after_fork(), cleaning out all...
|
commit | commitdiff | tree |
2009-01-06 |
Jeremy Allison | Factor out lots of common code into a function.
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:events: change event_add_timed() prototype to match...
|
commit | commitdiff | tree |
2009-01-06 |
Bo Yang | set entry->refresh_time to make ccache_regain_all_now...
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:events: get rid of the stupid set_event_dispatch_time...
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:events: get rid of the stupid cancel_named_event...
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:events: move prototypes to event.h
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:events: remove unused stuff
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:winbindd: regain tickets for all ccache entries...
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:winbindd: cancel all ccache entry events and not...
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:winbindd: recreate the per domain check_online_event...
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:winbindd: rename fd_event => winbindd_fd_event
|
commit | commitdiff | tree |
2009-01-06 |
Stefan Metzmacher | s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_...
|
commit | commitdiff | tree |
2009-01-06 |
Bo Yang | Fix broken krb5 refresh chain
|
commit | commitdiff | tree |
2009-01-06 |
Bo Yang | clean event context after child is forked.
|
commit | commitdiff | tree |
2009-01-05 |
Jeremy Allison | Attempt to fix crash seen with new CUPS async printcap...
|
commit | commitdiff | tree |
2009-01-04 |
Jeremy Allison | Fix bug #6009 - Setting "min receivefile size = 1"...
|
commit | commitdiff | tree |
2009-01-01 |
Jeremy Allison | Fix warnings in make test code.
|
commit | commitdiff | tree |
2009-01-01 |
Jeremy Allison | Fix all warnings with gcc4.3.
|
commit | commitdiff | tree |
2009-01-01 |
Jeremy Allison | Fix more asprintf and "ignoring return code" warnings...
|
commit | commitdiff | tree |
2008-12-31 |
Jeremy Allison | Fix more "ignore return value" warnings from gcc 4.3.
|
commit | commitdiff | tree |
2008-12-25 |
Jeremy Allison | Fix bug #5990 - strict allocate should be checked before...
|
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | Fix more asprintf warnings and some error path errors.
|
commit | commitdiff | tree |