summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-0413-73/+32
* Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison2000-10-031-8/+9
* Fixes from Herb - compiler warnings.Jeremy Allison2000-10-032-13/+13
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-0311-22/+1080
* 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
* utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison2000-09-292-30/+83
* new prototypesAndrew Tridgell2000-09-291-0/+3
* added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-292-0/+27
* use the 64 bit locking interface in locktestAndrew Tridgell2000-09-291-19/+19
* fixed a harmess mixup of bitops and a booleanAndrew Tridgell2000-09-291-1/+1
* added cli_lock64() and cli_unlock64()Andrew Tridgell2000-09-291-0/+96
* Fix from John Reilly for forms ordering problems.Jeremy Allison2000-09-281-12/+19
* Removed a line by mistake...Jeremy Allison2000-09-281-0/+1
* Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2000-09-282-8/+11
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-285-28/+74
* Removed annoying unecessary debug message.Tim Potter2000-09-281-1/+0
* Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm...Jeremy Allison2000-09-271-2/+2
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-2714-346/+485
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-274-63/+42
* ignore smbcontrol in bin directoryJean-François Micouleau2000-09-271-1/+2
* fix for IRIX 6.2 compiler errorHerb Lewis2000-09-261-1/+1
* fix for IRIX compiler error messagesHerb Lewis2000-09-261-3/+3
* fixed IRIX compiller error messageHerb Lewis2000-09-261-1/+1
* broadcast printer notify message to all clients. We now have printerJean-François Micouleau2000-09-263-353/+364
* added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton2000-09-264-346/+436
* Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison2000-09-263-14/+30
* printer notify code.Jean-François Micouleau2000-09-256-14/+602
* Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison2000-09-211-4/+15
* Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison2000-09-211-33/+33
* Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-203-11/+105
* Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-204-6/+30
* param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...Jeremy Allison2000-09-192-121/+116
* Modified test.h generator to return error if structure passed to vlukeTim Potter2000-09-182-1/+5
* Removed emacs backup file from repository.Tim Potter2000-09-181-7/+0
* in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau2000-09-163-4/+21
* Fixes from JF as I didn't understand the string array sizing code correctly.Jeremy Allison2000-09-151-17/+17
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-154-31/+364
* fixed typoGerald Carter2000-09-141-1/+1
* Ensure old DACL and SACL are preserved if the new SD is a 'set' only.Jeremy Allison2000-09-131-2/+11
* Added SIGHUP when printer deleted as well as added.Jeremy Allison2000-09-131-0/+3
* don't show equivalent enum options in swatAndrew Tridgell2000-09-131-5/+8
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-135-18/+209
* When creating a print job entry for the printing backend, use the WindowsTim Potter2000-09-131-11/+21
* Added time check test before allowing print job.Jeremy Allison2000-09-132-1/+13
* Added missing break statement for manage documents check inTim Potter2000-09-131-1/+3
* Fix for enumjobs infor level 2 which caused smbd to coredump.Jeremy Allison2000-09-121-0/+1
* Fixed error return when printer is PAUSED - should be returning "Pause".Jeremy Allison2000-09-121-1/+1
* With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison2000-09-121-1/+0