summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* initial client side unicode support (needed for netapp filer)Andrew Tridgell2001-02-207-592/+864
* Fix a small problem where tree.c was using the creation time to display, rath...Richard Sharpe2001-02-201-2/+2
* Opps, last one did not commit the correct changes ... Here they are.Richard Sharpe2001-02-191-7/+31
* Improve the sample GTK+ client program to make it a bit more functional.Richard Sharpe2001-02-191-139/+220
* Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe2001-02-192-691/+622
* Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe2001-02-183-19/+181
* Excise snprintf -> slprintf.Jeremy Allison2001-02-1611-81/+205
* configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison2001-02-166-10/+37
* Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison2001-02-152-0/+598
* samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis2001-02-153-7/+9
* DEBUG merge from 2.2 about tdb init failure.Herb Lewis2001-02-151-2/+20
* Merge of i18n password fix for smbclient.Tim Potter2001-02-151-1/+0
* Fix from "Jim McDonough" <jmcd@us.ibm.com> for s390 Linux.Jeremy Allison2001-02-151-1/+5
* Baltic codepage fixes from Toomas Soome <tsoome@ut.ee>Tim Potter2001-02-141-0/+62
* Update to Baltic codepage support.Tim Potter2001-02-141-1/+1
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-148-28/+45
* It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison2001-02-133-16/+34
* change pstrcpy() in setup_pwret() to fstrcpy() since we areGerald Carter2001-02-131-2/+2
* Fixup missing tests on code imported from tng.Jeremy Allison2001-02-131-93/+105