summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 5691: SIGBUS on SolarisVolker Lendecke2008-10-151-1/+4
* Fix the buildVolker Lendecke2008-10-151-1/+1
* Now it's working, back port the aync fix for parsing large cups printer lists.Jeremy Allison2008-10-156-32/+322
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-151-3/+3
* mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-10-151-36/+46
* mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-10-151-2/+2
* 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
* Add an initial version of a manpage for the vfs_smb_traffic_analyzer module.Holger Hetterich2008-10-061-0/+157
* 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
* build-docs: Add 'make clean'.Karolin Seeger2008-09-181-0/+3
* WHATSNEW: Start WHATSNEW for 3.2.5.Karolin Seeger2008-09-181-101/+5
* VERSION: Raise version number up to 3.2.5.Karolin Seeger2008-09-181-1/+1
* find_missing_manpages.pl: Adapt script to changed directory structure.samba-3.2.4Karolin Seeger2008-09-181-7/+20
* Ensure all pointers are initialized. Without this we can crash when looking u...Jeremy Allison2008-09-181-20/+20