summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2-2/+6
2000-02-07Fix some more compile warnings.Tim Potter1-1/+2
2000-02-04Fix some compile warnings.Tim Potter2-1/+8
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter7-44/+59
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter14-158/+261
2000-02-03Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2-0/+745
2000-01-29Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison1-0/+2
2000-01-27Fixed code page conversions of messages outgoing/incoming.Jeremy Allison1-0/+10
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison2-81/+93
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2-5/+5
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison4-16/+0
2000-01-16fixed some typos in access_table() which, amaziingly enough, make noAndrew Tridgell1-3/+3
2000-01-16made access_table() a pure logic function - makes it simpler to applyAndrew Tridgell1-16/+26