summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* s3-eventlog: fix various invalid memcpy in read_package_entry().Günther Deschner2009-01-261-5/+5
* s3-eventlog: fix buffer allocation in eventlog read call.Günther Deschner2009-01-261-3/+1
* lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher2009-01-261-0/+6
* Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-231-47/+37
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-232-8/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-231-131/+144
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-231-25/+4
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-2318-59/+131
* socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...Stefan Metzmacher2009-01-201-3/+1
* s3: reinit_after_fork() should reinit the event context before theStefan Metzmacher2009-01-201-4/+4
* Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider2009-01-201-1/+1
* Determine case sensitivity based on file system attributes.Derrell Lipman2009-01-204-13/+92
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-203-15/+23
* s3:vfs_fileid: readd "fileid:algorithm" as option.Stefan Metzmacher2009-01-201-1/+7
* [Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman2009-01-203-15/+5
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-205-1/+37
* Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider2009-01-201-1/+1
* "First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison2009-01-201-1/+1
* ads_connect: Return immediately on a failed GC connection.Gerald (Jerry) Carter2009-01-201-3/+14
* Fix bug #6040 - Missing <th> header in Status page.Jeremy Allison2009-01-201-1/+2
* Allow reinit_after_fork to be called safely from within swat and other binari...Jeremy Allison2009-01-202-11/+20
* Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.Jeremy Allison2009-01-201-4/+5
* Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison2009-01-201-1/+1
* Fix bug in get_dc_name_via_netlogon(), null pointer refrence.Bo Yang2009-01-201-1/+1
* Don't send message to any other child in child process.Bo Yang2009-01-201-1/+33
* From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison2009-01-202-5/+5
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-202-4/+4
* Deprecate the "share modes" parameter to address bug #6024, swat disagrees wi...Jeremy Allison2009-01-201-1/+1
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-201-16/+35
* Even for srclen == 0 we have to return somethingVolker Lendecke2009-01-201-0/+6
* Don't set child->requests to NULL in parent after forkBo Yang2009-01-121-1/+0
* s3/smbpasswd: Check if Unix account exists before asking for the password.Karolin Seeger2009-01-121-0/+9
* s3: Remove a few unnecessary checks from the streams depot module and fix to ...Tim Prouty2009-01-121-12/+18
* s3: Remove a few unnecessary checks from the streams xattr moduleTim Prouty2009-01-121-11/+0
* s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-122-17/+22
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-122-5/+6
* Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison2009-01-121-1/+1
* Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.Jeremy Allison2009-01-081-3/+8
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-081-3/+8
* Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison2009-01-084-31/+37
* Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...Jeremy Allison2009-01-081-3/+13
* Add winbindd_reinit_after_fork(), cleaning out all possible eventsJeremy Allison2009-01-081-52/+76
* Factor out lots of common code into a function.Jeremy Allison2009-01-081-37/+27
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-0817-74/+54
* s3/swat: Fix creation of the first share using SWAT.Volker Lendecke2009-01-081-1/+1
* set entry->refresh_time to make ccache_regain_all_now() work correctly.Bo Yang2009-01-081-2/+11
* s3:events: get rid of the stupid set_event_dispatch_time() functionStefan Metzmacher2009-01-082-18/+0
* s3:events: get rid of the stupid cancel_named_event() functionStefan Metzmacher2009-01-082-18/+0
* s3:events: move prototypes to event.hStefan Metzmacher2009-01-084-44/+45
* s3:events: remove unused stuffStefan Metzmacher2009-01-082-26/+0