summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-09-21fixed the error code handling in can_delete() by converting it toAndrew Tridgell1-19/+22
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett1-3/+3
2001-09-20We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett1-6/+6
2001-09-20Rearrange the ordering of the checks in make_connection(). The new order hasAndrew Bartlett1-37/+56
2001-09-20Fix for MiXed and UPPER case usernames with plaintext PAM passwords.Andrew Bartlett1-1/+1
2001-09-20Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett1-1/+1
2001-09-19- Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett1-7/+7
2001-09-19Adding the appropirate files might help...Andrew Bartlett1-0/+714
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett1-16/+23
2001-09-19printf() -> d_printf()Andrew Bartlett1-1/+1
2001-09-19Removed unneeded variable, added comment on deadlock prevention.Jeremy Allison1-9/+9
2001-09-19removed anti-race code that could cause a classic ABBA deadlockAndrew Tridgell1-21/+1
2001-09-19added a hook to reopen all tdb's after the server forkAndrew Tridgell1-0/+3
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett1-4/+10
2001-09-19got rid of bogus write list substitution error messagesAndrew Tridgell1-15/+18
2001-09-19don't try to initgroups in non root modeAndrew Tridgell1-0/+4
2001-09-17move to SAFE_FREE()Simo Sorce27-162/+118
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-9/+20
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett3-17/+62
2001-09-16Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett1-51/+27
2001-09-15use variables _before_ freeing them!Simo Sorce1-3/+2
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett3-93/+21
2001-09-15Oops... For reference, NTLMv2 passwords are > 24 chars in length, whileAndrew Bartlett1-1/+1
2001-09-15This looked suspicious now we are attempting to to NTLMv2.Andrew Bartlett1-2/+2
2001-09-15Actually fill in the status for sainity checksAndrew Bartlett1-1/+1
2001-09-14Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2-17/+5
2001-09-12Some patches to authentication:Tim Potter5-19/+29
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2-5/+1
2001-09-10Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison1-1/+11
2001-09-10made a couple of local fns staticAndrew Tridgell2-6/+12
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-5/+0
2001-09-08convert more code to using d_printfAndrew Tridgell2-2/+2
2001-09-07Don't fail if no owner/group owner set. Use existing owners.Jeremy Allison1-3/+7
2001-09-07#ifdef out function when not used.Jeremy Allison1-0/+2
2001-09-06Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison1-0/+32
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2-2/+2
2001-09-05Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison1-7/+0
2001-09-05Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2-1/+21
2001-09-05when you update the share mode in the db you must also updateAndrew Tridgell1-0/+7
2001-09-05fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell1-142/+143
2001-09-05merge profile data changes from 2.2Herb Lewis1-6/+36
2001-09-05added filename to error_packet()Andrew Tridgell1-7/+8
2001-09-04Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison1-5/+7
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison4-350/+286
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell12-158/+143
2001-09-03tidied up some unused vars in JFs new fnsAndrew Tridgell1-12/+0
2001-09-01more NTSTATUS changesAndrew Tridgell1-17/+4
2001-08-30Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison1-134/+119
2001-08-30if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis1-2/+2
2001-08-30this was a stupid typo,Simo Sorce1-1/+1