summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2000-04-18ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton1-5/+5
2000-04-16converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2-15/+17
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2-102/+68
2000-04-16removed old commentsAndrew Tridgell1-2/+0
2000-04-16use some symbolic names for print queue statusAndrew Tridgell1-11/+17
2000-04-16added helper fns to change from internal status codes to nt spoolss codesAndrew Tridgell1-5/+41
2000-04-16the changes to the main smb codeAndrew Tridgell6-358/+318
2000-04-15Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison1-0/+6
2000-04-12Implmented mapping of lock offset/count from 64 bit MS rangesJeremy Allison1-1/+1
2000-04-12Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison1-0/+3
2000-04-12Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison1-14/+1
2000-04-11The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2-9/+27
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2-111/+59
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell12-86/+81
2000-04-10Fix for soft quotas not being set fromJeremy Allison1-0/+24
2000-04-10initialise fsp->fd to -1Andrew Tridgell1-0/+1
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell11-1023/+231
2000-04-10utmp compile fix from peter@cadcamlab.orgAndrew Tridgell1-2/+2
2000-04-04Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2-4/+6
2000-04-04Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison1-6/+0
2000-03-29Fixed bug found by JF where if the amount of data to return in the prs_structJeremy Allison1-1/+1
2000-03-29More Japanese filename fixes wrt VFS code fromTim Potter2-12/+16
2000-03-28Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison1-1/+2
2000-03-28Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison1-10/+8
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-4/+4
2000-03-25rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison1-32/+84
2000-03-22Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison1-17/+4
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-0/+2
2000-03-21indent update to make t easier to see setuid mods in TNG. someLuke Leighton1-455/+558
2000-03-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison1-1/+1
2000-03-13include/smb.h:Jeremy Allison3-25/+93
2000-03-13Cleaning up call_trans2getdfsreferral.Shirish Kalele1-1/+0
2000-03-13Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele2-3/+146
2000-03-13moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau1-1/+1
2000-03-11Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.Jeremy Allison1-1/+2
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele2-7/+6
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-0/+2
2000-03-10you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton1-9/+0
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-1/+0
2000-03-10removed unused variableJean-François Micouleau1-1/+0
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2-48/+30
2000-03-09Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison1-26/+60
2000-03-08dded Microsoft Dfs services.Shirish Kalele6-9/+115
2000-03-01Off by one error in detecting Win2k unicode bug.Jeremy Allison1-1/+1
2000-03-01Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison1-12/+21
2000-02-29Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison1-8/+27
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-1/+1
2000-02-18Fix for reporting file system attributes correctly.Jeremy Allison1-1/+2
2000-02-17Don't assume that the (files_struct *) passed to fd_attempt_close()Tim Potter1-2/+9
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison3-14/+8