summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* preparing for release of 2.2.0-alpha0Samba Release Account2000-10-081-1/+1
* sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison2000-10-081-14/+3
* Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-072-3/+14
* Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison2000-10-073-1/+168
* Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...Jeremy Allison2000-10-074-381/+495
* Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-065-8/+13
* Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison2000-10-061-2/+10
* proto.h rebuild proto.hHerb Lewis2000-10-066-9/+112
* Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison2000-10-061-2/+23
* Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison2000-10-061-0/+16
* Fix from John Reilly for not showing APW for W2k.Jeremy Allison2000-10-061-7/+14
* We now use our own vfs layer to do get/set acl calls (hurrah!).Jeremy Allison2000-10-065-60/+66
* smbd/lanman.c: pstring fstring fix.Jeremy Allison2000-10-063-3/+3
* casts to get rid of compiler warningsHerb Lewis2000-10-065-7/+6
* fix what I believe was a typo in does_lock_overlap which would cause itHerb Lewis2000-10-061-1/+1
* get rid of compiler warningHerb Lewis2000-10-061-3/+1
* includes.h always include profile.hHerb Lewis2000-10-068-158/+151
* Inlined several vfs_XXX calls to smb_macros for speed.Jeremy Allison2000-10-063-70/+41
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-0622-1398/+435
* Fix for null passwords being allowed bug.Jeremy Allison2000-10-051-4/+8
* Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison2000-10-051-4/+15
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-0510-61/+188
* misplaced an ifdef WITH_PROFILEHerb Lewis2000-10-051-1/+1
* cast to get rid of compiler warningHerb Lewis2000-10-051-1/+1
* move flush write cache reasons back to smb.h for nowHerb Lewis2000-10-052-8/+7
* add some profile stats - all under #ifdef WITH_PROFILEHerb Lewis2000-10-055-150/+1277
* move write cache flush reasons definitions to profile.hHerb Lewis2000-10-052-9/+283
* Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-042-5/+2
* new make protoHerb Lewis2000-10-041-1/+1
* casts to get rid of compiler warningsHerb Lewis2000-10-044-9/+13
* cast to get rid of compiler warningHerb Lewis2000-10-041-1/+1
* casts to get rid of compiler warningsHerb Lewis2000-10-045-12/+12
* various casts and remove break after return to get rid of compiler warningsHerb Lewis2000-10-043-48/+3
* max table index was off by 1Herb Lewis2000-10-031-4/+4
* Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison2000-10-031-8/+9
* get rid of compiler warningsHerb Lewis2000-10-031-12/+12
* calling wrong free function (harmless as they both did exactly the sameHerb Lewis2000-10-031-1/+1
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-0310-20/+1076
* Memleak fix for cache code.Jeremy Allison2000-10-023-6/+27
* Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-022-3/+16
* Missing null termination on printer changenotify message caused insureJeremy Allison2000-09-291-3/+4
* Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don'tJeremy Allison2000-09-296-20/+147
* quick hack to add interactive mode so you get a prompt and can enterHerb Lewis2000-09-291-29/+82
* don't use c++ comments - IRIX compiler complainsHerb Lewis2000-09-281-1/+1
* Fix from John Reilly for forms ordering problems.Jeremy Allison2000-09-281-12/+19
* Added JF's samr adduser changes.Jeremy Allison2000-09-285-79/+105
* Backport of the HEAD vfs changes....Jeremy Allison2000-09-2815-346/+503
* Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm...Jeremy Allison2000-09-271-2/+2
* fix for IRIX 6.2 compiler errorHerb Lewis2000-09-261-1/+1
* Added JF's print spooler notification code. Too good to miss for 2.2.x :-).Jeremy Allison2000-09-267-15/+335