Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |
| | | | ||||||
| * | | Don't check space on every extend if strict allocate not set. | Jeremy Allison | 2001-11-12 | 1 | -5/+3 | |
| | | | | | | | | | | | | Jeremy | |||||
| * | | Move tunable to local.h, don't mix allocation with size change. | Jeremy Allison | 2001-11-12 | 3 | -14/+21 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | added latest updates from John Trostel for the Winbind-HOWTO. | Gerald Carter | 2001-11-12 | 6 | -94/+154 | |
| | | | | | | | | | | | | | | | | | | Also added note about pam_winbind not support the password module-type. And regenerated pages for smb.conf from Monyo's fixes. | |||||
| * | | Fix allocation size returns that were causing errors on dos database | Jeremy Allison | 2001-11-11 | 4 | -355/+356 | |
| | | | | | | | | | | | | | | | app. Jeremy. | |||||
| * | | fixed typos | Motonobu Takahashi | 2001-11-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | fixed a typo | Motonobu Takahashi | 2001-11-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use defined constants not integers. | Jeremy Allison | 2001-11-10 | 1 | -3/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Cut&Paste Error | Volker Lendecke | 2001-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | Volker | |||||
| * | | Fixed __LPID, should be _LPID. | Jeremy Allison | 2001-11-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | LDAP fixes from samba-technical. | Volker Lendecke | 2001-11-09 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | - decimal/hexadecimal conversion bug - if rid==0 use the old smbpasswd algorithm to make up a rid Volker | |||||
| * | | Fixed incorrect debug message. )-: | Tim Potter | 2001-11-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | spoolss_io_devmode private data is binary and should be shown in hex, | Martin Pool | 2001-11-08 | 1 | -1/+2 | |
| | | | | | | | | | | | | not ascii. | |||||
| * | | Fix for <4gb writes. | Jeremy Allison | 2001-11-08 | 1 | -4/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Ignore autogenerated build_env.h. | Martin Pool | 2001-11-08 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added more #defines, added debug in vfs, fixed erroneous fs attribute. | Jeremy Allison | 2001-11-08 | 3 | -4/+9 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Removed unused var. | Jeremy Allison | 2001-11-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed unsigned / long unsigned format missmatch. | Jeremy Allison | 2001-11-06 | 1 | -4/+4 | |
| | | | | | | | | | | | | Jeremy | |||||
| * | | Merged the efficiency change from appliance-head. | Jeremy Allison | 2001-11-06 | 1 | -22/+20 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Merge of pptok fix from appliance head. | Tim Potter | 2001-11-06 | 3 | -6/+6 | |
| | | | ||||||
| * | | remove reference to share modes parameter | Herb Lewis | 2001-11-05 | 1 | -2/+1 | |
| | | | ||||||
| * | | Changed open pipes to 2048. | Jeremy Allison | 2001-11-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | don't upper case the username. | Gerald Carter | 2001-11-05 | 1 | -2/+2 | |
| | | | ||||||
| * | | series of updates that got overlooked sitting on my laptop. :-\ | Gerald Carter | 2001-11-05 | 10 | -653/+715 | |
| | | | | | | | | | | | | Hmmm.... |