summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added Jim's fix.Jeremy Allison2001-12-141-1/+1
| | | | | | | | | | | | Jeremy
| * | Merge of GetPrintProcessorDirectory RPC from HEAD:Tim Potter2001-12-141-0/+61
| | | | | | | | | | | | | | | - server side code #ifdef'ed out - client side code merged into rpcclient
| * | Make remote password changing work. We must *always* use ascii stringsJeremy Allison2001-12-121-1/+1
| | | | | | | | | | | | | | | when changing passwords via rap. Jeremy.
| * | smbclient now shows non-English characters correctly is the codepage andJeremy Allison2001-12-122-16/+8
| | | | | | | | | | | | | | | character set are set correctly. Now to test the password changes... Jeremy.
| * | Fixed UNICODE -> unix mapping for client code.Jeremy Allison2001-12-121-33/+51
| | | | | | | | | | | | | | | Also ensure correct tables are loaded. Jeremy.
| * | Added disk full message.Jeremy Allison2001-12-111-0/+1
| | | | | | | | | | | | Jeremy.
| * | Indeed. Very useful :-).Jeremy Allison2001-12-111-4/+17
| | | | | | | | | | | | Jeremy.
| * | JF's error merge. Fix for internal tdb names.Jeremy Allison2001-12-111-1/+1
| | | | | | | | | | | | Jeremy.
| * | Oops. Typo.Jeremy Allison2001-12-101-4/+5
| | | | | | | | | | | | Jeremy.
| * | Correctly detect RAP error.Jeremy Allison2001-12-101-12/+12
| | | | | | | | | | | | Jeremy.
| * | RAP error strings take precedence as they are not encoded in the SMB headerJeremy Allison2001-12-101-9/+9
| | | | | | | | | | | | | | | (ie. the call can succeed, but still be an encoded error). Jeremy.
| * | Fix for breakage that got introduced when cleaning rpc_XXX stuff out.Jeremy Allison2001-12-051-0/+97
| | | | | | | | | | | | | | | Added fetch_domain_sid() call. Jeremy.
| * | name change.Jeremy Allison2001-12-041-2/+2
| | | | | | | | | | | | Jeremy.
| * | Move Tim's lookup_pdc_name -> lookup_dc_name changes.Jeremy Allison2001-11-292-24/+25
| | | | | | | | | | | | Jeremy
| * | Fixup merge that was causing wbinfo -u/-g to fail.Jeremy Allison2001-11-286-6/+79
| | | | | | | | | | | | Jeremy.
| * | Fix another memory leak noticed by Tom Jansen.Richard Sharpe2001-11-271-0/+1
| | |
| * | Merge memory leak fixes, domain password change fixes. Password file errorJeremy Allison2001-11-271-1/+7
| | | | | | | | | | | | | | | fixes. Jeremy.
| * | Merge in insure fix.Jeremy Allison2001-11-271-1/+2
| | | | | | | | | | | | Jeremy.
| * | Picked up Andrew's fixes from HEAD.Jeremy Allison2001-11-261-1/+1
| | | | | | | | | | | | Jeremy.
| * | Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison2001-11-251-6/+8
| | | | | | | | | | | | Jeremy.
| * | Merge of JF's new code from HEAF (thanks a *lot* JF !).Jeremy Allison2001-11-231-0/+203
| | | | | | | | | | | | Jeremy.
| * | Back ported Martin & Tim's fixes to errormaps & lsarpc calls.Jeremy Allison2001-11-233-12/+28
| | | | | | | | | | | | Jeremy.
| * | Merge AndrewB's errormap updates.Jeremy Allison2001-11-231-8/+8
| | | | | | | | | | | | Jeremy
| * | Got positive and negative name caching working correctly with ↵Jeremy Allison2001-11-221-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | lookupname/lookupsid. There was a bug in cli_lsa_lookup_name/lookup_sid where NT_STATUS_NONE_MAPPED was being mapped to NT_STATUS_OK, and also the *wrong* number of entries mapped was being returned. The correct field is mapped_count, *NOT* num_entries. Jeremy.
| * | Fixups for winbindd in a wk2 environment. Node status on name "*"#0 doesn'tJeremy Allison2001-11-213-11/+58
| | | | | | | | | | | | | | | | | | seem to work for a W2K PDC. Try and fix the log file being incorrect (log.) for winbindd. Jeremy.
| * | Get rid of all remaining printf statements and turn them into DEBUGs ...Richard Sharpe2001-11-211-1/+1
| | |
| * | Remove some stupid printf debugging statements!Richard Sharpe2001-11-211-4/+0
| | |
| * | More tidy ups ... Gotta commit to head as well.Richard Sharpe2001-11-211-26/+27
| | |
| * | Add some fixes from Tom JansenRichard Sharpe2001-11-211-1363/+1411
| | | | | | | | | | | | | | | | | | Fix the indenting to conform to Samba style Put back charset_initialise and codepage_initialise that someone deleted ( Really, Shropshire? )
| * | Removed strchr_m that got merged by accident from HEAD.Jeremy Allison2001-11-201-6/+6
| | | | | | | | | | | | Jeremy.
| * | Moving more to SAFE_FREE from free().Jeremy Allison2001-11-201-1/+1
| | | | | | | | | | | | | | | Moved JohnR's messaging ping extension to smbcontrol. Jeremy.
| * | A small patch from Tom Jansen to stop problems when connections go away.Richard Sharpe2001-11-201-0/+7
| | |
| * | get rid of casts in macro arguments to fix build.Herb Lewis2001-11-191-5/+5
| | |
| * | Fix problems were smb://<IP-addr> is not handled properly ...Richard Sharpe2001-11-171-1/+3
| | |
| * | Fix up some problems where lp_workgroup() was passed to routinesRichard Sharpe2001-11-171-23/+41
| | | | | | | | | | | | that expected to update it ...
| * | VERY BIG CHANGE !!!!Jeremy Allison2001-11-1724-1428/+1801
| | | | | | | | | | | | | | | | | | | | | | | | This is the back-merge of the working winbindd from HEAD to 2.2. As a side effect we now do NT status codes on the wire. This will need *LOTS* of testing.... :-). Jeremy.
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-11-152-0/+1046
| |\ \
| * | | Fix detection of RedHat 7.2.Jeremy Allison2001-11-152-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to investigate NT_STATUS for winbindd backport. bzero->memset. Jeremy.
| * | | don't upper case the username.Gerald Carter2001-11-051-2/+2
| | | |
| * | | Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
| | | | | | | | | | | | | | | | Jeremy.
| * | | Removed extern int DEBUGLEVEL - included in headers.Jeremy Allison2001-10-209-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved from timestamp based comparison of open files in share mode table to generational file_id comparison. This should help track down any logic bugs. Needs some more testing. Coming to HEAD as soon as the compile finishes :-). Jeremy.
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-10-192-0/+323
| |\ \ \
| * | | | Removed extra '()' s.Jeremy Allison2001-09-241-8/+6
| | | | | | | | | | | | | | | | | | | | Jeremy.
| * | | | A small patch to name_register_wins to stop a segfault when we haveRichard Sharpe2001-09-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no interfaces ... Really, this routine, and all the other name query routines should return some indication of the error. They should not just return False!
| * | | | Ok - so Andrew was right :-) and we don't need USE_TDB_MMAP_FLAG if weJeremy Allison2001-09-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | put the check in the right place.... :-). Jeremy.
| * | | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-09-042-0/+1552
| |\ \ \ \
| * | | | | Move closer to HEAD NTSTATUS codes (hex based). Remove NOPROBLEMO...may itJeremy Allison2001-08-293-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rest in peace :-). Jeremy.
| * | | | | Added readbraw call back again to allow testing with smbtorture.Jeremy Allison2001-08-241-1/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This call not yet tested.... Jeremy.
| * | | | | fix compiler warningsHerb Lewis2001-08-241-4/+4
| | | | | |
| * | | | | Added Andrew's 64->32 bit fix.Jeremy Allison2001-08-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Jeremy.