summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * patch for neater output() function from vanceAndrew Tridgell2001-10-211-351/+193
| |
| * Fix for compilation on non-krb5 systemsAndrew Bartlett2001-10-211-1/+1
| |
| * 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
| * made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-213-21/+10
| |
| * support both old and new kerberos OIDsAndrew Tridgell2001-10-212-2/+3
| |
| * 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-204-8/+9
| |
| * Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-208-1020/+1026
| | | | | | | | | | 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-203-9/+23
| |
| * 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
| |
| * removed an unused variableAndrew Tridgell2001-10-201-1/+0
| |
| * don't need KRB5_DIR defineAndrew Tridgell2001-10-201-1/+0
| |
| * fixed LDSHFLAGS when using non-standard lib locationsAndrew Tridgell2001-10-201-7/+8
| |
| * 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
| * Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2001-10-192-3/+3
| | | | | | | | | | | | caused problems but is tidier). Fix debug statement in locking.c Jeremy.
| * Added include guards around file.Jeremy Allison2001-10-191-0/+4
| | | | | | | | Jeremy
| * 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-192-2/+2
| | | | | | | | J.F.
| * Add build of net utilityJim McDonough2001-10-191-2/+8
| |
| * Add command-line remote management utilityJim McDonough2001-10-191-0/+1510
| |
| * Add additional client RAP callsJim McDonough2001-10-191-0/+1832
| |
| * Add rap.h for net utility and libsmbJim McDonough2001-10-191-0/+2
| |
* | Oops. Broke the winbindd build in my investigations :-(. Sorry.Jeremy Allison2001-11-152-7/+50
| | | | | | | | Jeremy.
* | Fix detection of RedHat 7.2.Jeremy Allison2001-11-158-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 Allison2001-11-144-94/+153
| | | | | | | | Jeremy.
* | Added debugs....Jeremy Allison2001-11-141-24/+38
| | | | | | | | Jeremy.
* | Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison2001-11-141-1/+1
| | | | | | | | Jeremy.
* | Added winbind checks for groups in lists.Jeremy Allison2001-11-131-67/+88
| | | | | | | | Jeremy.
* | Fix winbind client code so that winbind calls are not made if theJeremy Allison2001-11-132-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 Allison2001-11-131-3/+3
| | | | | | | | Jeremy.
* | Formatting fixes only.Jeremy Allison2001-11-132-67/+67
| | | | | | | | Jeremy.
* | Collection of updates...Gerald Carter2001-11-126-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 docsGerald Carter2001-11-124-1860/+4
| |
* | Added note about converting the html files into textGerald Carter2001-11-121-0/+8
| |
* | Don't check space on every extend if strict allocate not set.Jeremy Allison2001-11-121-5/+3
| | | | | | | | Jeremy
* | Move tunable to local.h, don't mix allocation with size change.Jeremy Allison2001-11-123-14/+21
| | | | | | | | Jeremy.
* | added latest updates from John Trostel for the Winbind-HOWTO.Gerald Carter2001-11-126-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 databaseJeremy Allison2001-11-114-355/+356
| | | | | | | | | | app. Jeremy.
* | fixed typosMotonobu Takahashi2001-11-111-2/+2
| |
* | fixed a typoMotonobu Takahashi2001-11-101-1/+1
| |
* | Use defined constants not integers.Jeremy Allison2001-11-101-3/+3
| | | | | | | | Jeremy.
* | Cut&Paste ErrorVolker Lendecke2001-11-091-1/+1
| | | | | | | | Volker
* | Fixed __LPID, should be _LPID.Jeremy Allison2001-11-092-2/+2
| | | | | | | | Jeremy.
* | LDAP fixes from samba-technical.Volker Lendecke2001-11-091-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 Potter2001-11-081-1/+1
| |
* | spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool2001-11-081-1/+2
| | | | | | | | not ascii.