summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-10-07Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison3-1/+168
2000-10-07Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...Jeremy Allison4-380/+494
2000-10-06Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison5-8/+13
2000-10-06Added Herb's fixes to HEAD.Jeremy Allison5-9/+99
2000-10-06Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison1-2/+10
2000-10-06Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison1-2/+23
2000-10-06Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison1-0/+16
2000-10-06Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison2-7/+15
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison19-173/+250
2000-10-06global_myname is actually a pstring.Tim Potter1-1/+1
2000-10-06Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison3-70/+41
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison22-517/+839
2000-10-05Fix for null passwords being allowed bug.Jeremy Allison1-4/+8
2000-10-05Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison1-4/+15
2000-10-05Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison6-38/+160
2000-10-05Herb's fixes for profiling & compiler warnings.Jeremy Allison4-52/+72
2000-10-05someone forgot to update proto.h :-)Jean-François Micouleau1-1/+2
2000-10-05fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau1-6/+8
2000-10-05Spelling flames. (-:Tim Potter1-6/+6
2000-10-05Added uid and gid to push_sec_ctx() debug.Tim Potter1-2/+3
2000-10-05Fixed compiler warnings.Tim Potter1-4/+6
2000-10-04Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2-5/+2
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison13-73/+32
2000-10-03Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison1-8/+9
2000-10-03Fixes from Herb - compiler warnings.Jeremy Allison2-13/+13
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison11-22/+1080
2000-10-02Memleak fix for cache code.Jeremy Allison3-6/+27
2000-10-02Added debug so if zero length messages get sent we successfully removeJeremy Allison2-3/+16
2000-09-29Missing null termination on printer changenotify message caused insureJeremy Allison1-3/+4
2000-09-29utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison2-30/+83
2000-09-29new prototypesAndrew Tridgell1-0/+3
2000-09-29added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2-0/+27
2000-09-29use the 64 bit locking interface in locktestAndrew Tridgell1-19/+19
2000-09-29fixed a harmess mixup of bitops and a booleanAndrew Tridgell1-1/+1
2000-09-29added cli_lock64() and cli_unlock64()Andrew Tridgell1-0/+96
2000-09-28Fix from John Reilly for forms ordering problems.Jeremy Allison1-12/+19
2000-09-28Removed a line by mistake...Jeremy Allison1-0/+1
2000-09-28Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2-8/+11
2000-09-28fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau5-28/+74
2000-09-28Removed annoying unecessary debug message.Tim Potter1-1/+0
2000-09-27Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm...Jeremy Allison1-2/+2
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison14-346/+485
2000-09-27samr unknown 0x32 is in fact samr create user.Jean-François Micouleau4-63/+42
2000-09-27ignore smbcontrol in bin directoryJean-François Micouleau1-1/+2
2000-09-26fix for IRIX 6.2 compiler errorHerb Lewis1-1/+1
2000-09-26fix for IRIX compiler error messagesHerb Lewis1-3/+3
2000-09-26fixed IRIX compiller error messageHerb Lewis1-1/+1
2000-09-26broadcast printer notify message to all clients. We now have printerJean-François Micouleau3-353/+364
2000-09-26added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton4-346/+436
2000-09-26Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison3-14/+30