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