summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison12-211/+1679
2000-03-09Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison1-26/+60
2000-03-09Corrected DEBUG messages.Shirish Kalele2-6/+10
2000-03-08dded Microsoft Dfs services.Shirish Kalele21-662/+2045
2000-03-07added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton2-1/+73
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau2-102/+127
2000-03-07fixed enumprinterdata.Jean-François Micouleau3-14/+20
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau7-290/+190
2000-03-02Tidied up fchown code, error reporting.Jeremy Allison1-3/+9
2000-03-02Correctly full buffer smbpasswd i/o streams.Jeremy Allison1-1/+1
2000-03-02Update last changed time for new password entry.Jeremy Allison1-0/+1
2000-03-02Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n...Jeremy Allison1-20/+21
2000-03-01Off by one error in detecting Win2k unicode bug.Jeremy Allison1-1/+1
2000-03-01Added new codepage from Ded Marazm <DedMarazm@mail.lv> - MSDOS baltic rim.Jeremy Allison2-1/+118
2000-03-01Fixed smbpasswd crash bugs found by Giulio.Jeremy Allison1-3/+2
2000-03-01Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison1-12/+21
2000-03-01Check for null tdb context in tdb_exists()Tim Potter1-0/+7
2000-02-29Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison4-2/+98
2000-02-29Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2-8/+38
2000-02-28Makefile for tdb directory.Tim Potter1-0/+21
2000-02-28Oops - put back filename argument to tdb_open().Tim Potter1-1/+1
2000-02-28Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter2-3/+10
2000-02-28Allow tdb databases to be created "in memory" without having a fileTim Potter1-55/+99
2000-02-28Added tdbtool to .cvsignore list.Tim Potter1-0/+1
2000-02-26added enumprintprocessordatatypesJean-François Micouleau5-352/+543
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau5-586/+619
2000-02-25client/client.c:Jeremy Allison11-168/+453
2000-02-24made dynamic the Printer struct. No more limits :-)Jean-François Micouleau1-187/+169
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau5-462/+504
2000-02-23Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison1-2/+2
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison8-64/+101
2000-02-22richard got the short request for GETDC right (hooray!) win9x _and_ ntLuke Leighton1-11/+24
2000-02-21Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison1-10/+11
2000-02-21more rewrite ...Jean-François Micouleau5-1335/+1055
2000-02-18Fix for reporting file system attributes correctly.Jeremy Allison2-5/+13
2000-02-18Fixes for Eastern Europe code page.Jeremy Allison2-0/+2
2000-02-17Don't assume that the (files_struct *) passed to fd_attempt_close()Tim Potter1-2/+9
2000-02-17Updated docs for tdb_traverse.Tim Potter1-2/+3
2000-02-16More checks for passing NULL tdb contexts to tdb functions.Tim Potter1-0/+77
2000-02-16Added support for SO_REUSEPORT for systems that have it.Jeremy Allison1-1/+11
2000-02-16Make proto.Jeremy Allison1-0/+1
2000-02-16tdb_traverse() now takes three arguments.Tim Potter1-3/+3
2000-02-16Added "source environment" parameter from Nicolas Williams <Nicolas.Williams@...Jeremy Allison1-1/+136
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison14-488/+786
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau8-1955/+2485
2000-02-15Return "Invalid tdb context" instead of crashing when tdb_error calledTim Potter1-2/+6
2000-02-15Not enough args to DEBUG statement.Tim Potter1-1/+1
2000-02-14Ooops. Fixed stupid typo with missing ! in cli error code.Jeremy Allison1-1/+1
2000-02-10damn, masktest now needs the mangle code from smbdAndrew Tridgell1-1/+1
2000-02-10the beginnings of a fnmatch() based wildcard matching routineAndrew Tridgell1-20/+66