Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for compilation on non-krb5 systems | Andrew Bartlett | 2001-10-21 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | made smbclient cope better with arbitrary principle forms | Andrew Tridgell | 2001-10-21 | 3 | -21/+10 | |
| | ||||||
* | support both old and new kerberos OIDs | Andrew Tridgell | 2001-10-21 | 2 | -2/+3 | |
| | ||||||
* | 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 | 4 | -8/+9 | |
| | ||||||
* | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 2001-10-20 | 8 | -1020/+1026 | |
| | | | | | 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 | 3 | -9/+23 | |
| | ||||||
* | 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 | |
| | ||||||
* | removed an unused variable | Andrew Tridgell | 2001-10-20 | 1 | -1/+0 | |
| | ||||||
* | don't need KRB5_DIR define | Andrew Tridgell | 2001-10-20 | 1 | -1/+0 | |
| | ||||||
* | fixed LDSHFLAGS when using non-standard lib locations | Andrew Tridgell | 2001-10-20 | 1 | -7/+8 | |
| | ||||||
* | 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 | |||||
* | Ensure we mask off deny modes correctly on being set (this shouldn't have | Jeremy Allison | 2001-10-19 | 2 | -3/+3 | |
| | | | | | | caused problems but is tidier). Fix debug statement in locking.c Jeremy. | |||||
* | Added include guards around file. | Jeremy Allison | 2001-10-19 | 1 | -0/+4 | |
| | | | | Jeremy | |||||
* | 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 | 2 | -2/+2 | |
| | | | | J.F. | |||||
* | Add build of net utility | Jim McDonough | 2001-10-19 | 1 | -2/+8 | |
| | ||||||
* | Add command-line remote management utility | Jim McDonough | 2001-10-19 | 1 | -0/+1510 | |
| | ||||||
* | Add additional client RAP calls | Jim McDonough | 2001-10-19 | 1 | -0/+1832 | |
| | ||||||
* | Add rap.h for net utility and libsmb | Jim McDonough | 2001-10-19 | 1 | -0/+2 | |
| | ||||||
* | Add header for common RAP definitions | Jim McDonough | 2001-10-19 | 1 | -0/+478 | |
| | ||||||
* | 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. | |||||
* | Fixed some memory leaks introduced by connection handling rewrite, as well | Tim Potter | 2001-10-19 | 4 | -20/+29 | |
| | | | | | | as one memory leak that has been there for ages! Changed the way talloc is used in get{pw,gr}nam routines. | |||||
* | Converted some more functions to create and dispose of a talloc context on a | Tim Potter | 2001-10-19 | 5 | -87/+106 | |
| | | | | | | | | per-call basis rather than per-connection. Had a bit more of a reformatting fest. Still need to run it through insure and handle downed connections. | |||||
* | Restored old Bmpx code - actually used by OS/2. | Jeremy Allison | 2001-10-19 | 5 | -61/+280 | |
| | | | | Jeremy. | |||||
* | client : Fixed error return. | Jeremy Allison | 2001-10-19 | 2 | -1/+3 | |
| | | | | | 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 | 16 | -93/+197 | |
| | | | | | Ensure make_conection() can only be called as root. Jeremy. | |||||
* | Merge Gerry's %G change from 2.2.2. | Jeremy Allison | 2001-10-18 | 1 | -7/+8 | |
| | | | | 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 | 7 | -15/+141 | |
| | | | | | 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 | 3 | -5/+5 | |
| | ||||||
* | Now compiles under head branch. | Tim Potter | 2001-10-18 | 1 | -89/+51 | |
| | | | | Funny, I don't remember using libtool in the original Makefile... | |||||
* | 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 | 10 | -66/+606 | |
| | | | | | | 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. | |||||
* | charset_initialise() doesn't exist anymore. | Tim Potter | 2001-10-17 | 1 | -2/+0 | |
| | | | | | Why don't we build smbwrapper on a build farm machine to spot this sort of thing earlier? | |||||
* | Optimisation to send only to correct processid. | Jeremy Allison | 2001-10-16 | 1 | -6/+16 | |
| | | | | Jeremy | |||||
* | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 2001-10-16 | 3 | -2/+53 | |
| | | | | | | | | | | | | 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 some unicode string error. | Jean-François Micouleau | 2001-10-16 | 1 | -31/+42 | |
| | | | | | | | | I'm wondering if I have to audit *all* the rpc code for that kind of trouble ;-) Oh well I've done it twice already, I can do it a third time ;-) J.F. | |||||
* | Don't core dump when using spinlocks on a read-only tdb. Unfortunately this | Jeremy Allison | 2001-10-16 | 1 | -4/+16 | |
| | | | | | | | | | | means that a read-write opener and a read-only opener are using different locking mechanisms - this needs to be addressed, but it's hard as the read-write opener using the spinlocks is usually first, so there's no way to force them to change down to the fcntl method. Read only access is less important anyway and can never corrupt the tdb anyway, so errors in read-only record reads are more tolerable. Jeremy | |||||
* | added Italian message file from Simo Source | Motonobu Takahashi | 2001-10-16 | 1 | -0/+1707 | |
| | ||||||
* | fix heimdal compilation | Andrew Tridgell | 2001-10-16 | 1 | -1/+2 | |
| | ||||||
* | fix linking of k5crypto library on openbsd | Andrew Tridgell | 2001-10-16 | 2 | -72/+172 | |
| | ||||||
* | Fix for connectinos.tdb error message from "Richard Bollinger" ↵ | Jeremy Allison | 2001-10-16 | 1 | -2/+3 | |
| | | | | | | <rabollinger@home.com> Jeremy. |