summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison2003-05-221-2/+10
* More fixes for debug log to catch logic error.Jeremy Allison2003-05-221-2/+4
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-211-1/+4
* we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprotAndrew Tridgell2003-05-211-0/+2
* really make sure to include the version in the lanman string; tested spnego u...Gerald Carter2003-05-201-8/+9
* Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison2003-05-171-1/+49
* Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2003-05-152-5/+7
* Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison2003-05-141-0/+1
* spellingTim Potter2003-05-144-5/+5
* fixing typos in debug statementsGerald Carter2003-05-121-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-7/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+7
* Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
* Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
* SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
* Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2003-05-071-5/+16
* Add metze's exit and idle event patchJelmer Vernooij2003-05-062-0/+10
* Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
* Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
* proper wellknown sids initialization at startupSimo Sorce2003-05-011-1/+4
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-012-5/+5
* Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
* Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij2003-05-011-1/+1
* This is a nice rewrite:Simo Sorce2003-04-294-21/+15
* add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* consolidate idmap code in one placeSimo Sorce2003-04-291-349/+0
* ok next_rid out as well local_*id_to*id functionsSimo Sorce2003-04-291-229/+42
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-11/+12
* make winbind use idmap as well.Simo Sorce2003-04-271-1/+1
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* another lost merge from 3.0; my faultGerald Carter2003-04-221-2/+2
* Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
* Remove unused (#ifdef'ed) code.Andrew Bartlett2003-04-211-12/+0
* Use fstrcpy/pstrcpy when that's what we really mean...Andrew Bartlett2003-04-212-6/+7
* use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
* fixesSimo Sorce2003-04-191-0/+2
* Expand this magic number into the #defines it is made up of.Andrew Bartlett2003-04-161-1/+1
* Put this comment in a better place...Andrew Bartlett2003-04-161-3/+3
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-162-65/+36
* strncat get sometimes optimized to strcat by glibc and that triggers ourSimo Sorce2003-04-121-4/+3
* * We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter2003-04-111-10/+15
* cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2003-04-112-4/+4
* A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-0/+1
* Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison2003-04-091-2/+2
* Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-23/+0
* Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2003-04-042-0/+5
* Fix for very subtle POSIX lock interaction race condition found byJeremy Allison2003-04-041-6/+6
* Add staticJelmer Vernooij2003-04-021-1/+1
* THE Idmap patch :-)Simo Sorce2003-04-022-2/+123