summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.Jeremy Allison2001-02-121-2/+2
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-1214-75/+378
* Fix calls to smbc_init in testsmbc.c and tree.cRichard Sharpe2001-02-122-5/+104
* Added commented/documented version of libsmbclient.h and fixed up a smallRichard Sharpe2001-02-122-163/+693
* Updated proto.hTim Potter2001-02-111-415/+415
* Ensure people know this is unused.Jeremy Allison2001-02-111-567/+0
* reverted *.* patch until someone explains to me what the test case isAndrew Tridgell2001-02-081-5/+0
* merge from SAMBA_2_2Gerald Carter2001-02-082-2/+13
* replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter2001-02-081-3/+9
* add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter2001-02-082-0/+16
* Add Makefile.in target for installing smbclientlib ...Richard Sharpe2001-02-071-0/+5
* Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe2001-02-062-0/+108
* Implement two printing related functions and start the remaining two.Richard Sharpe2001-02-052-2/+65
* Fix some further small bugs in libsmbclient to make it pass theRichard Sharpe2001-02-042-8/+79
* merge from APPLIANCE_HEAD (mapping access_required 0x0 toGerald Carter2001-02-031-2/+6
* Merge from 2.2 - with connection fix.Jeremy Allison2001-02-031-1/+15
* Convert netbios name to dos codepage in make_nmb_name(). This allowsTim Potter2001-02-021-0/+1
* Added Baltic codepage support. From Toomas Soome <tsoome@ut.ee>Tim Potter2001-02-024-1/+733
* Changes from SAMBA_2_2:David O'Neill2001-01-313-53/+67
* Fixed duplicate free_sec_acl() call in free_sec_desc() function.Tim Potter2001-01-311-1/+1
* Missing sys_endpwent() call in get_passwd_entries()Tim Potter2001-01-311-1/+1
* Fix for KOI8-R codepage from Andrey Kiselev <dron@at1895.spb.edu>Tim Potter2001-01-311-1/+1
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-315-64/+141
* Turned down noisy debug statement.Tim Potter2001-01-301-1/+1
* Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison2001-01-302-1/+4
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-2910-508/+672