summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-202-12/+13
* 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
* docs: Improve man mount.cifs.Karolin Seeger2009-01-121-3/+5
* 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
* docs: Improve description of the share commands in man smb.conf.Karolin Seeger2009-01-083-24/+34
* docs: Fix example in man vfs_recycle.Karolin Seeger2009-01-081-5/+8
* 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
* s3:winbindd: regain tickets for all ccache entries, when we go onlineStefan Metzmacher2009-01-083-7/+52
* s3:winbindd: cancel all ccache entry events and not just oneStefan Metzmacher2009-01-083-6/+19
* s3:winbindd: recreate the per domain check_online_event without relying on gl...Stefan Metzmacher2009-01-081-19/+20
* s3:winbindd: rename fd_event => winbindd_fd_eventStefan Metzmacher2009-01-083-26/+22
* s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.hStefan Metzmacher2009-01-082-28/+28
* Fix broken krb5 refresh chainBo Yang2009-01-083-39/+236
* clean event context after child is forked.Bo Yang2009-01-0811-24/+52
* Attempt to fix crash seen with new CUPS async printcap loading code.Jeremy Allison2009-01-082-1/+3
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-051-3/+3
* Revert "examples: Avoid bashism in perfcount.init."Karolin Seeger2009-01-051-3/+3
* WHATSNEW: Update changes since 3.3.0rc2.Karolin Seeger2009-01-051-2/+25
* Fix bug 6014 -- mget shouldn't segfault without argumentsVolker Lendecke2009-01-051-0/+5
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-051-3/+3
* docs: Document the -g option of smbclient.Karolin Seeger2009-01-051-7/+17
* Fix a bad memleak in vfs_full_auditVolker Lendecke2009-01-051-1/+4
* Fix bug 6012: Add "get_real_filename" to full_auditVolker Lendecke2009-01-051-0/+25
* smbd: prevent access to root filesystem when connecting with empty service nameMichael Adam2009-01-051-0/+4
* Fix bug #6009 - Setting "min receivefile size = 1" breaks writes.Jeremy Allison2009-01-051-1/+1
* Alternative fix for 45db33e73 and 0d443ae7931Volker Lendecke2009-01-051-1/+2
* Revert "Fix uid_to_sid mapping when the idmap cache is empty."Volker Lendecke2009-01-051-7/+8