summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-02-26Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe2-120/+57
2001-02-26Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison4-58/+162
2001-02-26made some LANMAN1 wildcard progressAndrew Tridgell4-15/+24
2001-02-26updated prototypesAndrew Tridgell1-11/+4
2001-02-26made some progress in masktestAndrew Tridgell1-16/+15
2001-02-26fixed a bug in non-terminated unicode strings with clistr_pull()Andrew Tridgell1-1/+1
2001-02-26add cli_list_new() for forced new protocol listingAndrew Tridgell1-8/+18
2001-02-25a snapshot of my attempts to get wildcard matching right for LANMAN1Andrew Tridgell1-10/+108
2001-02-25use cli_list_old() when negotiating the older protocolsAndrew Tridgell1-0/+4
2001-02-25neater negprot code using the new cli_setup_bcc() callAndrew Tridgell1-7/+2
2001-02-25the -m option to the client is backAndrew Tridgell1-2/+4
2001-02-25Separated reg code into interface & implementation.Jeremy Allison5-177/+218
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison9-46/+670
2001-02-24This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison3-80/+179
2001-02-23removed wrong patch to get_dir_entry(). This was left over from theGerald Carter1-5/+0
2001-02-23make sure denied aces are firstAndrew Tridgell1-1/+1
2001-02-23cast the qsortAndrew Tridgell1-1/+1
2001-02-23- fixed the sort_acl bug, sorting now works rightAndrew Tridgell2-54/+52
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison5-69/+112
2001-02-23Always increment even if the read fails (otherwise we spin if we hit the kern...Jeremy Allison1-1/+4
2001-02-22lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on...Jeremy Allison2-17/+130
2001-02-22don't crash on null acl sortAndrew Tridgell1-0/+2
2001-02-22fixed character set init in smbw_sampleAndrew Tridgell1-0/+2
2001-02-22- workaround filer lsa lookup bug for unknown sidsAndrew Tridgell1-11/+10
2001-02-22cope with filer/NT/samba all in one binary. yeah.Andrew Tridgell1-7/+35
2001-02-22make sure we don't free non-allocated dataAndrew Tridgell1-7/+10
2001-02-22cope better with broken filer expectationsAndrew Tridgell1-2/+2
2001-02-22Fixed file descriptor leak in error processing of print jobs.Jeremy Allison3-55/+64
2001-02-21but it is needed for linking ...Andrew Tridgell2-1/+1276
2001-02-21rpc_parse_samr.c doesn't exist in head ...Andrew Tridgell1-1/+1
2001-02-21make ascii_to_unistr always use little-endian. This fn is never usedAndrew Tridgell1-2/+5
2001-02-21converted the last couple of functions in libsmb to be unicodeAndrew Tridgell3-18/+22
2001-02-21fixed a crash bug in smbpasswdAndrew Tridgell1-1/+0
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell8-98/+26
2001-02-21reverted richards cli_NetServerEnum changes - they broke lots of thingsAndrew Tridgell1-56/+12
2001-02-21added support for a CLISTR_ASCII flag so we can use a uniformAndrew Tridgell2-4/+6
2001-02-20don't need _uni hack nowAndrew Tridgell1-30/+6
2001-02-20yipee! client unicode now works well with ntAndrew Tridgell3-8/+15
2001-02-20converted a bunch more fnsAndrew Tridgell3-40/+56
2001-02-20converted nt_create and setatrAndrew Tridgell1-9/+10
2001-02-20- neater setting of bccAndrew Tridgell7-31/+47
2001-02-20converted cli_open()Andrew Tridgell1-7/+8
2001-02-20converted cli_chkpath()Andrew Tridgell1-3/+4
2001-02-20converted cli_list()Andrew Tridgell3-34/+57
2001-02-20converted cli_mkdir()Andrew Tridgell1-3/+4
2001-02-20up the debug level of the debug level change msgAndrew Tridgell1-2/+2
2001-02-20setup workgroup when foundAndrew Tridgell1-0/+1
2001-02-20optimise by defaultAndrew Tridgell1-1/+1
2001-02-20playing with CAP_NT_SMBSAndrew Tridgell1-2/+2
2001-02-20pipe opening now works with unicodeAndrew Tridgell7-34/+50