summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau2000-03-131-1/+1
* Added standard shell command thing using '!' as first character.Tim Potter2000-03-131-41/+49
* Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.Jeremy Allison2000-03-111-1/+2
* You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison2000-03-111-1/+1
* Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele2000-03-103-17/+5
* Cleaning warnings from configure.developerShirish Kalele2000-03-102-31/+31
* Cleaning up the warnings from configure.developer.Shirish Kalele2000-03-105-13/+9
* Fix for names with spaces and some I18N filename issues fromJeremy Allison2000-03-101-10/+11
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-109-100/+149
* you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton2000-03-103-33/+34
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-1011-250/+457
* removed unused variableJean-François Micouleau2000-03-102-2/+0
* restore the spoolss pipe as Jeremy replaced srv_pipe with the one fromJean-François Micouleau2000-03-101-0/+1
* indent went wrong. grr.Luke Leighton2000-03-101-226/+357
* computer too slow to compile with debug info (100mins), but i need all theLuke Leighton2000-03-091-0/+3
* Not used. Functionality folded back into rpc_server/srv_pipe.c (where itJeremy Allison2000-03-091-1181/+0
* Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-0912-211/+1679
* Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison2000-03-091-26/+60
* Corrected DEBUG messages.Shirish Kalele2000-03-092-6/+10
* dded Microsoft Dfs services.Shirish Kalele2000-03-0821-662/+2045
* added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton2000-03-072-1/+73
* Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau2000-03-072-102/+127
* fixed enumprinterdata.Jean-François Micouleau2000-03-073-14/+20
* changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-067-290/+190
* Tidied up fchown code, error reporting.Jeremy Allison2000-03-021-3/+9
* Correctly full buffer smbpasswd i/o streams.Jeremy Allison2000-03-021-1/+1
* Update last changed time for new password entry.Jeremy Allison2000-03-021-0/+1
* Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n...Jeremy Allison2000-03-021-20/+21
* Off by one error in detecting Win2k unicode bug.Jeremy Allison2000-03-011-1/+1
* Added new codepage from Ded Marazm <DedMarazm@mail.lv> - MSDOS baltic rim.Jeremy Allison2000-03-012-1/+118
* Fixed smbpasswd crash bugs found by Giulio.Jeremy Allison2000-03-011-3/+2
* Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison2000-03-011-12/+21
* Check for null tdb context in tdb_exists()Tim Potter2000-03-011-0/+7
* Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison2000-02-294-2/+98
* Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2000-02-292-8/+38
* Makefile for tdb directory.Tim Potter2000-02-281-0/+21
* Oops - put back filename argument to tdb_open().Tim Potter2000-02-281-1/+1
* Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter2000-02-282-3/+10
* Allow tdb databases to be created "in memory" without having a fileTim Potter2000-02-281-55/+99
* Added tdbtool to .cvsignore list.Tim Potter2000-02-281-0/+1
* added enumprintprocessordatatypesJean-François Micouleau2000-02-265-352/+543
* rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2000-02-265-586/+619
* client/client.c:Jeremy Allison2000-02-2511-168/+453
* made dynamic the Printer struct. No more limits :-)Jean-François Micouleau2000-02-241-187/+169
* converted a couple of bzero() to memset()Jean-François Micouleau2000-02-245-462/+504
* Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison2000-02-231-2/+2
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-238-64/+101
* richard got the short request for GETDC right (hooray!) win9x _and_ ntLuke Leighton2000-02-221-11/+24
* Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison2000-02-211-10/+11
* more rewrite ...Jean-François Micouleau2000-02-215-1335/+1055