summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-02-27Don't marshal data from a stack frame.....Jeremy Allison1-8/+14
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison8-60/+134
2001-02-27Hmmm. I thought I'd added these files to CVS head.....Jeremy Allison3-0/+3673
2001-02-27better handling of '.'Andrew Tridgell1-15/+17
2001-02-27remove some test codeAndrew Tridgell1-1/+2
2001-02-27almost there with lanman1 wildcards. We now seem to correctly handleAndrew Tridgell1-4/+17
2001-02-27I have now found that despite initial appearences the lanman1 wildcardAndrew Tridgell1-35/+24
2001-02-27Added patch from Urban Widmark <urban@teststation.com> modified by me toJeremy Allison2-622/+726
2001-02-27As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison3-13/+0
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison6-649/+468
2001-02-27Implementation module for netlog pipe. Can't be easily integrated intoJeremy Allison1-0/+663
2001-02-26Split srvsvc pipe into interface and implementation modules.Jeremy Allison4-992/+148
2001-02-26Split wks pipe into interface and implementation modules.Jeremy Allison4-54/+97
2001-02-26Separated lsa code into interface and implementation.Jeremy Allison4-516/+72
2001-02-26Added implementation file for lsa.Jeremy Allison1-0/+475
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