Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
| * | a quick fix to get rpcclient working again. This just disables | Andrew Tridgell | 2001-10-22 | 4 | -2/+10 | |
| | | | | | | | | | | | | | | NTLMSSP in cli_establish_connection() What we really need to do is kill off the pwd_cache code. It is horrible, and assumes the challenge comes in the negprot reply. | |||||
| * | samr querydispinfo can change level, start index and max entries. | Jean-François Micouleau | 2001-10-22 | 1 | -10/+33 | |
| | | | | | | | | | | | | added level 4 decoding. J.F. | |||||
| * | allow the samr commands to work back and the help too ;-) | Jean-François Micouleau | 2001-10-22 | 2 | -46/+24 | |
| | | | | | | | | J.F. | |||||
| * | - fixed link order of krb5 libs | Andrew Tridgell | 2001-10-22 | 5 | -134/+97 | |
| | | | | | | | | - accept a wide range of principal names in session setup | |||||
| * | Fix for @ in pathname from Kian Win. | Jeremy Allison | 2001-10-22 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | Renamed inbuilt xstrdup to smb_xstrdup. | Jeremy Allison | 2001-10-22 | 1 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | Added xstrdup, removed static version from smbpasswd.c | Jeremy Allison | 2001-10-22 | 2 | -16/+14 | |
| | | | | | | | | Jeremy. | |||||
| * | Added xmalloc - calls smb_panic on zero size or malloc fail. | Jeremy Allison | 2001-10-22 | 1 | -1/+27 | |
| | | | | | | | | | | | | | | Added xmemdup - calls xmalloc. Made data_blob() call xmemdup. Defensive programming (I still hate the no error checking... :-). Jeremy. | |||||
| * | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 2001-10-21 | 6 | -31/+32 | |
| | | | | | | | | | | name is a "principal", not a principle. English majors will complain :-). Jeremy. | |||||
| * | Fix for fussy Solaris compiler. | Tim Potter | 2001-10-21 | 1 | -3/+1 | |
| | | ||||||
| * | patch for neater output() function from vance | Andrew Tridgell | 2001-10-21 | 1 | -351/+193 | |
| | | ||||||
| * | 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 | |
| | | ||||||
* | | Oops. Broke the winbindd build in my investigations :-(. Sorry. | Jeremy Allison | 2001-11-15 | 2 | -7/+50 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix detection of RedHat 7.2. | Jeremy Allison | 2001-11-15 | 8 | -609/+662 | |
| | | | | | | | | | | | | Prepare to investigate NT_STATUS for winbindd backport. bzero->memset. Jeremy. | |||||
* | | Fix compile on RedHat 7.2 systems with broken system headers. | Jeremy Allison | 2001-11-14 | 4 | -94/+153 | |
| | | | | | | | | Jeremy. | |||||
* | | Added debugs.... | Jeremy Allison | 2001-11-14 | 1 | -24/+38 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix from Herb. mincount/maxcount need to be ssize_t for comparisons. | Jeremy Allison | 2001-11-14 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Added winbind checks for groups in lists. | Jeremy Allison | 2001-11-13 | 1 | -67/+88 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix winbind client code so that winbind calls are not made if the | Jeremy Allison | 2001-11-13 | 2 | -17/+45 | |
| | | | | | | | | | | | | | | requested name does not have a winbind separator character. This makes the intent explicit. Tim, contact me if this is not what you indended. Jeremy. | |||||
* | | Fix for unistr2_to_ascii. | Jeremy Allison | 2001-11-13 | 1 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Formatting fixes only. | Jeremy Allison | 2001-11-13 | 2 | -67/+67 | |
| | | | | | | | | Jeremy. | |||||
* | | Collection of updates... | Gerald Carter | 2001-11-12 | 6 | -2591/+2694 | |
| | | | | | | | | | | | | | | * updates for the Samba-PDC-HOWTO from John Zuckerman @ Texas A&M University * removed outdated reference to DOMAINS.txt in smb.conf * regenerate all files | |||||
* | | removing outdated docs | Gerald Carter | 2001-11-12 | 4 | -1860/+4 | |
| | | ||||||
* | | Added note about converting the html files into text | Gerald Carter | 2001-11-12 | 1 | -0/+8 | |
| | |