summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-09Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...Jeremy Allison1-2/+3
2000-02-09Correct for for core dump in smbpasswd with cli_errstr().Jeremy Allison1-8/+22
2000-02-09Defensive programming for cli_error().Jeremy Allison1-1/+7
2000-02-09update masktest for new make_nmb_name() syntaxAndrew Tridgell1-3/+3
2000-02-09added masktest to head branch, in preparation for another assault onAndrew Tridgell1-0/+435
2000-02-08Moved over lib/util_sec (with added fixes) as the HEAD sourceJeremy Allison1-4/+50
2000-02-07Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau3-33/+44
2000-02-07make proto ...Jean-François Micouleau2-344/+683
2000-02-07spoolss include definitionsJean-François Micouleau5-15/+35
2000-02-07spoolss definitions.Jean-François Micouleau4-15/+128
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau5-2/+124
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau6-0/+12124
2000-02-07Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison7-738/+811
2000-02-07Fix some more compile warnings.Tim Potter1-1/+2
2000-02-07Fixed compile warning in locking.c:traverse_fn()Tim Potter2-341/+342
2000-02-04After 3AM, it's getting hard for Luke :-)Jean-François Micouleau1-5/+4
2000-02-04Fix some compile warnings.Tim Potter2-1/+8
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton12-390/+402
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter7-44/+59
2000-02-03Backed out -rdynamic linker option. It seems to be GNU ld specific.Tim Potter2-420/+429