summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-061-0/+32
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-2/+2
* Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison2001-09-051-7/+0
* Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2001-09-052-1/+21
* when you update the share mode in the db you must also updateAndrew Tridgell2001-09-051-0/+7
* fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell2001-09-051-142/+143
* merge profile data changes from 2.2Herb Lewis2001-09-051-6/+36
* added filename to error_packet()Andrew Tridgell2001-09-051-7/+8
* Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7
* Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-044-350/+286
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-0412-158/+143
* tidied up some unused vars in JFs new fnsAndrew Tridgell2001-09-031-12/+0
* more NTSTATUS changesAndrew Tridgell2001-09-011-17/+4
* Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison2001-08-301-134/+119
* if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis2001-08-301-2/+2
* this was a stupid typo,Simo Sorce2001-08-301-1/+1
* Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau2001-08-281-0/+127
* Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter2001-08-281-0/+30
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-278-40/+40
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-275-35/+38
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-2713-1323/+995
* get rid of compiler warningsHerb Lewis2001-08-245-11/+11
* fixed level2 find first for unisys clientsAndrew Tridgell2001-08-241-0/+1
* Fixed incorrect debug.Tim Potter2001-08-241-4/+1
* flush on a invalid fsp should give an errorAndrew Tridgell2001-08-241-16/+16
* Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !Jeremy Allison2001-08-231-15/+6
* Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett2001-08-231-3/+1
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-232-3/+0
* A few changes:Andrew Bartlett2001-08-223-38/+17
* The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau2001-08-221-5/+15
* force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis2001-08-221-2/+3
* Missed '\' at eol...Jeremy Allison2001-08-221-1/+1
* Tidyup fixes for fcntl spin problem.Jeremy Allison2001-08-221-3/+13
* Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison2001-08-223-11/+50
* Add a new option to disable our paranoid server check.Andrew Bartlett2001-08-211-1/+1
* This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2001-08-212-0/+23
* Add comment to clarify why we call this twice.Andrew Bartlett2001-08-201-0/+2
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-202-2/+11
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+0
* OK, so not freeing these was a mistake. I'll try to be less exuberent nextAndrew Bartlett2001-08-171-0/+2
* Move the claim_connection stuff till a little later in the process.Andrew Bartlett2001-08-171-16/+14
* Move admin user check into a helper function.Andrew Bartlett2001-08-171-18/+35
* Move read only check into a helper funcion. Ensure conn->service is setAndrew Bartlett2001-08-171-40/+50
* Restore a debug I think I dropped earlierAndrew Bartlett2001-08-171-0/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-174-36/+46
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-172-6/+9
* One less getpwnam() call...Andrew Bartlett2001-08-172-11/+6
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+8
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-125-420/+153
* Use the new client error api.Tim Potter2001-08-101-1/+1