Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix a logic bug on max size of a returned string, | Simo Sorce | 2001-10-28 | 1 | -3/+9 | |
| | | | | this fixes also the bug with file renaming. | |||||
* | smbd/notify_hash.c: Merged Herb's fix. | Jeremy Allison | 2001-10-27 | 1 | -2/+2 | |
| | | | | | lib/debug.c: Fix for potential null pointer access. Jeremy. | |||||
* | Fixed compile warning. | Tim Potter | 2001-10-26 | 1 | -1/+1 | |
| | ||||||
* | Made default vfs ops static so we can use this symbol in actual modules. | Tim Potter | 2001-10-24 | 1 | -1/+1 | |
| | ||||||
* | more compiler warnings | Herb Lewis | 2001-10-23 | 3 | -3/+3 | |
| | ||||||
* | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 2001-10-23 | 4 | -7/+6 | |
| | ||||||
* | IRIX compiler dies not like casts in macro args | Herb Lewis | 2001-10-23 | 1 | -1/+1 | |
| | ||||||
* | ops, some testing code in compat function let only mangled name come back. | Simo Sorce | 2001-10-22 | 1 | -12/+12 | |
| | ||||||
* | server support for RAP session list function | Jim McDonough | 2001-10-22 | 2 | -0/+118 | |
| | ||||||
* | lets try the new mangling code | Simo Sorce | 2001-10-22 | 2 | -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 libs | Andrew Tridgell | 2001-10-22 | 2 | -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 kerberos | Jeremy Allison | 2001-10-21 | 2 | -10/+10 | |
| | | | | | name is a "principal", not a principle. English majors will complain :-). Jeremy. | |||||
* | patch for neater output() function from vance | Andrew Tridgell | 2001-10-21 | 1 | -351/+193 | |
| | ||||||
* | change smbd to use HOST/hostname principle form until I work out how | Andrew Tridgell | 2001-10-21 | 1 | -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 how | Andrew Tridgell | 2001-10-21 | 1 | -1/+3 | |
| | | | | to use the other form in netjoin | |||||
* | support both old and new kerberos OIDs | Andrew Tridgell | 2001-10-21 | 1 | -1/+1 | |
| | ||||||
* | fixed the spnego detection code in session setup | Andrew Tridgell | 2001-10-21 | 1 | -2/+8 | |
| | | | | this gets share mode working again | |||||
* | Converted a bunch of 0x85 constants to SMBkeepalive. | Tim Potter | 2001-10-20 | 2 | -4/+4 | |
| | ||||||
* | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 2001-10-20 | 5 | -993/+983 | |
| | | | | | in a tdb. Jeremy. | |||||
* | Use asprintf, do bounds check, better rc logic | Jim McDonough | 2001-10-20 | 1 | -33/+43 | |
| | ||||||
* | crude fix for anonymous session setup with extended security | Andrew Tridgell | 2001-10-20 | 1 | -1/+62 | |
| | | | | negotiated | |||||
* | better krb5 error handling (thanks andrewb!) | Andrew Tridgell | 2001-10-20 | 2 | -2/+7 | |
| | ||||||
* | finished auth when we get a valid kerberos ticket | Andrew Tridgell | 2001-10-20 | 1 | -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() check | Andrew Tridgell | 2001-10-20 | 1 | -1/+1 | |
| | ||||||
* | quick fix for krb5 compilation. I've told vance how to fix this module | Andrew Tridgell | 2001-10-20 | 1 | -5/+2 | |
| | | | | properly and will wait for him to send a patch | |||||
* | Add RAP net share add support | Jim McDonough | 2001-10-19 | 1 | -31/+113 | |
| | ||||||
* | print in a human readable format when the password expired. | Jean-François Micouleau | 2001-10-19 | 1 | -1/+1 | |
| | | | | J.F. | |||||
* | Fixed issues with changenotify only being called once in VC++. | Jeremy Allison | 2001-10-19 | 1 | -4/+29 | |
| | | | | Jeremy. | |||||
* | Tidy up debug in notify code. | Jeremy Allison | 2001-10-19 | 2 | -24/+35 | |
| | | | | Jeremy. | |||||
* | Restored old Bmpx code - actually used by OS/2. | Jeremy Allison | 2001-10-19 | 3 | -61/+267 | |
| | | | | Jeremy. | |||||
* | client : Fixed error return. | Jeremy Allison | 2001-10-19 | 1 | -1/+1 | |
| | | | | | uid.c: Added missing void. Jeremy. | |||||
* | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 2001-10-18 | 9 | -76/+180 | |
| | | | | | Ensure make_conection() can only be called as root. Jeremy. | |||||
* | got rid of start_background_queue() | Andrew Tridgell | 2001-10-18 | 1 | -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, but | Andrew Tridgell | 2001-10-18 | 2 | -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 Potter | 2001-10-18 | 2 | -4/+4 | |
| | ||||||
* | removed some debug code | Andrew Tridgell | 2001-10-17 | 1 | -2/+2 | |
| | ||||||
* | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 2001-10-17 | 3 | -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 Allison | 2001-10-17 | 1 | -3/+0 | |
| | | | | | Noticed by albert chin (china@thewrittenword.com) . Jeremy. | |||||
* | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 2001-10-16 | 1 | -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 Allison | 2001-10-16 | 1 | -2/+3 | |
| | | | | | | <rabollinger@home.com> Jeremy. | |||||
* | split session setup code out of reply.c in preparation for adding | Andrew Tridgell | 2001-10-15 | 2 | -344/+356 | |
| | | | | NTLMSSP and kerberos support in smbd | |||||
* | introduce mangle backward compatibility functions | Simo Sorce | 2001-10-13 | 1 | -2/+147 | |
| | | | | add talloc_asprintf() | |||||
* | Made nt acl support a local parameter for w2ksp2 profile fix. | Jeremy Allison | 2001-10-12 | 2 | -27/+55 | |
| | | | | Jeremy. | |||||
* | fixed compiler warning. | Tim Potter | 2001-10-12 | 1 | -1/+1 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2001-10-11 | 1 | -2/+2 | |
| | ||||||
* | remove unused function in mangle.c | Simo Sorce | 2001-10-11 | 1 | -12/+0 | |
| | | | | fix some alloc leaks spotted by andreas moroder. | |||||
* | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2001-10-11 | 1 | -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 Allison | 2001-10-11 | 1 | -0/+6 | |
| | | | | Jeremy. | |||||
* | Fixed some compile warnings. | Tim Potter | 2001-10-10 | 1 | -4/+2 | |
| | ||||||
* | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX | Jeremy Allison | 2001-10-09 | 1 | -14/+16 | |
| | | | | | | functions correctly deal with the SID_NAME_TYPE. One fix for connection user lookup in LSA. Jeremy. |