summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-08-29added -A <authfile> option to smbclient for the reading of username /Gerald Carter1-9/+71
2000-08-29needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2-31/+30
2000-08-29make rpcclent by default.Gerald Carter1-1/+1
2000-08-29added the -A <authfile> option for allowing the reading of userGerald Carter3-213/+265
2000-08-29first draft at rpcclient man page for HEAD branch. Taken heavilyGerald Carter3-0/+744
2000-08-29This doesn't compile but is a placeholder for moving the UNIXJeremy Allison1-0/+618
2000-08-28smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2-3/+2
2000-08-28added a little description of useage and output format since this givesHerb Lewis1-1/+27
2000-08-28fixed typos spotted by Ron Alexander <rcalex@home.com>Gerald Carter2-2/+2
2000-08-28script written by herb for reporting which smb.conf parametersGerald Carter1-0/+96
2000-08-28Merge bug - still getting used to dirdiff.Tim Potter1-1/+0
2000-08-28Oops - missed a file.Tim Potter1-0/+42
2000-08-28Merge from appliance branch.Tim Potter3-0/+12
2000-08-28yipee!Andrew Tridgell5-6/+24
2000-08-28made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell1-37/+34
2000-08-28arrgh.Andrew Tridgell1-0/+4
2000-08-25vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison2-3/+3
2000-08-25Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter1-1/+1
2000-08-25- fixed the %U macro so that the old (and documented) semantics workAndrew Tridgell1-2/+13
2000-08-25Updated file with version in TNG.Tim Potter1-2/+3
2000-08-24Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACLJeremy Allison1-8/+9
2000-08-23Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison3-10/+16
2000-08-23Documentation on NT_USER_TOKEN. Requested by Sander.Jeremy Allison1-0/+5
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison5-26/+266
2000-08-22Patch from John Reilly <jreilly@hp.com> for not processing duplicate filesTim Potter1-0/+8
2000-08-21Fix for safe_free freeing static strings. From Robert August Vincent, II.Jeremy Allison1-5/+6
2000-08-18oops. must return "" string and length zero when strlen(filebuf) == 0Luke Leighton1-13/+16
2000-08-18fixed an off by one error where I was tromping on memoryGerald Carter1-1/+1
2000-08-18fixed initialization errors (again!) I must have forgot toGerald Carter1-0/+6
2000-08-18getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]Luke Leighton1-10/+13
2000-08-18changing some debug message levelsGerald Carter1-12/+12
2000-08-17Fix for Win9x driver downloads when information isGerald Carter1-83/+153
2000-08-17added comment for my own memory purposesGerald Carter1-0/+1
2000-08-16hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter1-2/+19
2000-08-16- fixed memcpy bug in copy_unistr2()Gerald Carter1-7/+21
2000-08-16fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter1-1/+5
2000-08-16fixed typo.Gerald Carter1-1/+1
2000-08-15fixed error in [public] spotted by Ron Alexander <rcalex@home.com>Gerald Carter1-2/+1
2000-08-15Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter1-4/+1
2000-08-15Tidied up extra ()'s.Jeremy Allison1-12/+12
2000-08-14Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison2-18/+7
2000-08-14Merge.Tim Potter1-2/+2
2000-08-14fixed a few bugs in new_smb_io_relarraystr().Gerald Carter1-2/+5
2000-08-14NT printer permissions test program.Tim Potter3-0/+433
2000-08-14restored IS_BITS_SET_xxx macros.Luke Leighton1-0/+5
2000-08-14hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton1-2/+4
2000-08-14jeremy,Luke Leighton1-11/+15
2000-08-14minor formatting fixes.Gerald Carter1-9/+9
2000-08-14fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter1-2/+2
2000-08-12removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter1-3/+36