summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* trick to get full stack trace when using the free version of insureAndrew Tridgell2000-04-231-0/+24
* insure caught an uninitialised memory reference - ensure it starts asAndrew Tridgell2000-04-231-0/+2
* avoided a memory leak in the ubi code by deleting a mangled cacheAndrew Tridgell2000-04-231-1/+11
* don't copy a null groups listAndrew Tridgell2000-04-221-2/+6
* fixed overlapping strcpy() found by insureAndrew Tridgell2000-04-221-9/+6
* fixed uninitialised snumAndrew Tridgell2000-04-221-0/+1
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-229-527/+547
* split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-191-127/+2
* patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell2000-04-192-3147/+3181
* - got rid of the "passive" optionAndrew Tridgell2000-04-193-21/+13
* locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison2000-04-181-0/+1
* ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton2000-04-181-5/+5
* converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-162-15/+17
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-162-102/+68
* removed old commentsAndrew Tridgell2000-04-161-2/+0
* use some symbolic names for print queue statusAndrew Tridgell2000-04-161-11/+17
* added helper fns to change from internal status codes to nt spoolss codesAndrew Tridgell2000-04-161-5/+41
* the changes to the main smb codeAndrew Tridgell2000-04-166-358/+318
* Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-151-0/+6
* Implmented mapping of lock offset/count from 64 bit MS rangesJeremy Allison2000-04-121-1/+1
* Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison2000-04-121-0/+3
* Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison2000-04-121-14/+1
* The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison2000-04-112-9/+27
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-112-111/+59
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-1112-86/+81
* Fix for soft quotas not being set fromJeremy Allison2000-04-101-0/+24
* initialise fsp->fd to -1Andrew Tridgell2000-04-101-0/+1
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-1011-1023/+231
* utmp compile fix from peter@cadcamlab.orgAndrew Tridgell2000-04-101-2/+2
* Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-042-4/+6
* Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison2000-04-041-6/+0
* Fixed bug found by JF where if the amount of data to return in the prs_structJeremy Allison2000-03-291-1/+1
* More Japanese filename fixes wrt VFS code fromTim Potter2000-03-292-12/+16
* Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison2000-03-281-1/+2
* Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison2000-03-281-10/+8
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-4/+4
* rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison2000-03-251-32/+84
* Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-17/+4
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-0/+2
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-455/+558
* Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+1
* include/smb.h:Jeremy Allison2000-03-133-25/+93
* Cleaning up call_trans2getdfsreferral.Shirish Kalele2000-03-131-1/+0
* Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele2000-03-132-3/+146
* moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau2000-03-131-1/+1
* Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.Jeremy Allison2000-03-111-1/+2
* Cleaning up the warnings from configure.developer.Shirish Kalele2000-03-102-7/+6
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-0/+2
* you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton2000-03-101-9/+0
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-101-1/+0