summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-25printer notify code.Jean-François Micouleau6-14/+602
2000-09-21Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison1-4/+15
2000-09-21Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison1-33/+33
2000-09-20Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison3-11/+105
2000-09-20Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison4-6/+30
2000-09-19param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...Jeremy Allison2-121/+116
2000-09-18Modified test.h generator to return error if structure passed to vlukeTim Potter2-1/+5
2000-09-18Removed emacs backup file from repository.Tim Potter1-7/+0
2000-09-16in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau3-4/+21
2000-09-15Fixes from JF as I didn't understand the string array sizing code correctly.Jeremy Allison1-17/+17
2000-09-15Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison4-31/+364
2000-09-14fixed typoGerald Carter1-1/+1
2000-09-13Ensure old DACL and SACL are preserved if the new SD is a 'set' only.Jeremy Allison1-2/+11
2000-09-13Added SIGHUP when printer deleted as well as added.Jeremy Allison1-0/+3
2000-09-13don't show equivalent enum options in swatAndrew Tridgell1-5/+8
2000-09-13first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell5-18/+209
2000-09-13When creating a print job entry for the printing backend, use the WindowsTim Potter1-11/+21
2000-09-13Added time check test before allowing print job.Jeremy Allison2-1/+13
2000-09-13Added missing break statement for manage documents check inTim Potter1-1/+3
2000-09-12Fix for enumjobs infor level 2 which caused smbd to coredump.Jeremy Allison1-0/+1
2000-09-12Fixed error return when printer is PAUSED - should be returning "Pause".Jeremy Allison1-1/+1
2000-09-12With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison1-1/+0