summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2008-10-151-0/+23
* Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-151-1/+3
* Fixed "declaration shadows global declaration" warnings.Tim Prouty2008-10-151-19/+19
* If name_to_fqdn fails, retry with the dns domain the DC gave usVolker Lendecke2008-10-151-3/+8
* Log in the parent winbind log where a request is goingVolker Lendecke2008-10-151-0/+4
* Attempt to fix bug 5778Volker Lendecke2008-10-061-0/+10
* Remove an unused variableVolker Lendecke2008-10-061-1/+0
* Fix some missing error handlingsVolker Lendecke2008-10-061-0/+5
* OS/X does not have rl_done in readline.hVolker Lendecke2008-10-061-0/+8
* Fix an uninitialized variable warningVolker Lendecke2008-10-061-0/+2
* Fix an unlikely memleak found by the IBM checkerVolker Lendecke2008-10-061-0/+2
* Fix an uninitialized variable found by the IBM CheckerVolker Lendecke2008-10-061-0/+1
* Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke2008-10-061-0/+1
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-062-3/+23
* net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-061-13/+12
* libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter2008-10-061-2/+2
* Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison2008-10-061-79/+203
* Fix bug 5805: don't close stdoutDerrell Lipman2008-10-061-1/+3
* Whitespace cleanup.Jeremy Allison2008-10-061-19/+19
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-063-5/+5
* Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-061-44/+94
* Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-10-061-58/+42
* Restructure the module so it connects to the remote data sinkJeremy Allison2008-10-061-150/+156
* Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison2008-10-061-2/+2
* re-added "winbind:ignore domains" patchAndrew Tridgell2008-10-061-3/+21
* fixed segv on startup with trusted domainsAndrew Tridgell2008-10-061-1/+21
* Ensure we null out fsp after a close in all paths.Jeremy Allison2008-10-061-0/+1
* Avoid freeing fsp twice when opening new_file fails. (Debian #431696)Jelmer Vernooij2008-10-061-0/+1
* Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...Jeremy Allison2008-10-061-4/+6
* Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison2008-10-061-3/+1
* s3-srvsvc: fix _srvsvc_NetShareAdd segfault.Günther Deschner2008-10-061-1/+3
* Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison2008-10-061-84/+97
* Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough2008-10-061-2/+2
* SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich2008-10-063-1/+358
* Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...Jeremy Allison2008-10-061-4/+2
* Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...Jeremy Allison2008-10-061-5/+9
* Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2008-10-062-8/+8
* build: don't install the cifs.upcall binary twice.Günther Deschner2008-09-181-1/+1
* VERSION: Raise version number up to 3.2.5.Karolin Seeger2008-09-181-1/+1
* Ensure all pointers are initialized. Without this we can crash when looking u...Jeremy Allison2008-09-181-20/+20
* idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads structure.Gerald W. Carter2008-09-171-12/+69
* Fix aio on FreeBSD.Timur2008-09-162-1/+31
* Fix display of POSIX ACLs.Timur2008-09-161-2/+2
* Fix cut and paste error in quota code.Timur2008-09-161-2/+2
* Simple fix for warning:Steven Danneman2008-09-161-1/+1
* Fix build warning on FreeBSDSteven Danneman2008-09-161-2/+2
* Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison2008-09-161-3/+7
* mount.cifs: make local versions of strlcat and strlcpy staticJeff Layton2008-09-151-2/+2
* cifs.upcall: make most functions static and silence compiler warningsJeff Layton2008-09-151-7/+11
* Modify a comment to make things clearer.Jeremy Allison2008-09-151-1/+3