summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Collapse)AuthorAgeFilesLines
...
* fix a logic bug on max size of a returned string,Simo Sorce2001-10-281-3/+9
| | | | this fixes also the bug with file renaming.
* smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2001-10-271-2/+2
| | | | | lib/debug.c: Fix for potential null pointer access. Jeremy.
* Fixed compile warning.Tim Potter2001-10-261-1/+1
|
* Made default vfs ops static so we can use this symbol in actual modules.Tim Potter2001-10-241-1/+1
|
* more compiler warningsHerb Lewis2001-10-233-3/+3
|
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-234-7/+6
|
* IRIX compiler dies not like casts in macro argsHerb Lewis2001-10-231-1/+1
|
* ops, some testing code in compat function let only mangled name come back.Simo Sorce2001-10-221-12/+12
|
* server support for RAP session list functionJim McDonough2001-10-222-0/+118
|
* lets try the new mangling codeSimo Sorce2001-10-222-7/+44
| | | | | | | all the calls go through a compatibility interface will change that soon a new mangle.tdb file will be set in the lock directory it contains a static mapping longname<->manglename
* - fixed link order of krb5 libsAndrew Tridgell2001-10-222-19/+6
| | | | - accept a wide range of principal names in session setup
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-212-10/+10
| | | | | name is a "principal", not a principle. English majors will complain :-). Jeremy.
* patch for neater output() function from vanceAndrew Tridgell2001-10-211-351/+193
|
* change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell2001-10-211-22/+18
| | | | | | to use the other form in netjoin smb_wct is a char, not a word
* change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell2001-10-211-1/+3
| | | | to use the other form in netjoin
* support both old and new kerberos OIDsAndrew Tridgell2001-10-211-1/+1
|
* fixed the spnego detection code in session setupAndrew Tridgell2001-10-211-2/+8
| | | | this gets share mode working again
* Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-202-4/+4
|
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-205-993/+983
| | | | | in a tdb. Jeremy.
* Use asprintf, do bounds check, better rc logicJim McDonough2001-10-201-33/+43
|
* crude fix for anonymous session setup with extended securityAndrew Tridgell2001-10-201-1/+62
| | | | negotiated
* better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-202-2/+7
|
* finished auth when we get a valid kerberos ticketAndrew Tridgell2001-10-201-8/+58
| | | | | smbd now works with kerberos authentication if you use a MIT KDC and smbclient. Next step is to make it work with a windows client
* add non_root_mode() checkAndrew Tridgell2001-10-201-1/+1
|
* quick fix for krb5 compilation. I've told vance how to fix this moduleAndrew Tridgell2001-10-201-5/+2
| | | | properly and will wait for him to send a patch
* Add RAP net share add supportJim McDonough2001-10-191-31/+113
|
* print in a human readable format when the password expired.Jean-François Micouleau2001-10-191-1/+1
| | | | J.F.
* Fixed issues with changenotify only being called once in VC++.Jeremy Allison2001-10-191-4/+29
| | | | Jeremy.
* Tidy up debug in notify code.Jeremy Allison2001-10-192-24/+35
| | | | Jeremy.
* Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-193-61/+267
| | | | Jeremy.
* client : Fixed error return.Jeremy Allison2001-10-191-1/+1
| | | | | uid.c: Added missing void. Jeremy.
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-189-76/+180
| | | | | Ensure make_conection() can only be called as root. Jeremy.
* got rid of start_background_queue()Andrew Tridgell2001-10-181-1/+6
| | | | | | | THIS WAS A DISASTER! it created hundreds of processes on the build farm machines, which we can't kill.
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-182-12/+91
| | | | | it should give something for others to hack on and possibly find what I'm doing wrong.
* Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter2001-10-182-4/+4
|
* removed some debug codeAndrew Tridgell2001-10-171-2/+2
|
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-173-33/+337
| | | | | | loses things like username mapping. I wanted to get this in then discuss it a bit to see how we want to split up the existing session setup code
* Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison2001-10-171-3/+0
| | | | | Noticed by albert chin (china@thewrittenword.com) . Jeremy.
* very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-0/+2
| | | | | | | | | | | | To speed up operations with the lpq command, it's now run in a separate asynchronous process. Opening the Printers folder on NT is now fast ;-) I think even faster than with a ** server Jeremy, you should look at that patch to include it in 2.2.3 J.F.
* Fix for connectinos.tdb error message from "Richard Bollinger" ↵Jeremy Allison2001-10-161-2/+3
| | | | | | <rabollinger@home.com> Jeremy.
* split session setup code out of reply.c in preparation for addingAndrew Tridgell2001-10-152-344/+356
| | | | NTLMSSP and kerberos support in smbd
* introduce mangle backward compatibility functionsSimo Sorce2001-10-131-2/+147
| | | | add talloc_asprintf()
* Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison2001-10-122-27/+55
| | | | Jeremy.
* fixed compiler warning.Tim Potter2001-10-121-1/+1
|
* merge from 2.2Gerald Carter2001-10-111-2/+2
|
* remove unused function in mangle.cSimo Sorce2001-10-111-12/+0
| | | | fix some alloc leaks spotted by andreas moroder.
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-4/+4
| | | | | | | | | | activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth
* Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-111-0/+6
| | | | Jeremy.
* Fixed some compile warnings.Tim Potter2001-10-101-4/+2
|
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-14/+16
| | | | | | functions correctly deal with the SID_NAME_TYPE. One fix for connection user lookup in LSA. Jeremy.