summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-3/+3
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell2-549/+649
2001-02-19Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe1-629/+549
2001-02-16Excise snprintf -> slprintf.Jeremy Allison2-0/+25
2001-02-15Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison1-0/+39
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-1/+1
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2-24/+115
2001-02-12Added commented/documented version of libsmbclient.h and fixed up a smallRichard Sharpe1-160/+692
2001-02-11Updated proto.hTim Potter1-415/+415
2001-02-06Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe1-0/+12
2001-02-05Implement two printing related functions and start the remaining two.Richard Sharpe1-2/+2
2001-02-04Fix some further small bugs in libsmbclient to make it pass theRichard Sharpe1-1/+23
2001-01-31Changes from SAMBA_2_2:David O'Neill1-1/+1
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison2-0/+5
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-417/+419
2001-01-25Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2-424/+442
2001-01-24smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison1-0/+1
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill2-415/+417
2001-01-23include/vfs.h:Jeremy Allison2-415/+427
2001-01-19Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill2-417/+418
2001-01-15New proto and some small changes to rpc_samr.hTim Potter2-17/+113
2001-01-12Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe1-0/+12
2001-01-12Many bug fixes to the libsmbclient.c code plusRichard Sharpe1-2/+9
2001-01-11Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison2-2/+3
2001-01-11New makefile and proto for rpcclient.Tim Potter1-123/+39
2001-01-11make protoTim Potter1-53/+51
2001-01-11Merge of various fixes from the tng headers.Tim Potter4-143/+22
2001-01-11First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison1-0/+16
2001-01-11rpc_server/srv_samr.c:Jeremy Allison1-413/+421
2001-01-10Changes from APPLIANCE_HEAD:David O'Neill1-0/+1
2001-01-09Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison1-0/+1
2001-01-07More fixes and implementation bits and pieces for libsmbclientRichard Sharpe1-0/+4
2001-01-06Fix proto.h ...Richard Sharpe1-3/+4
2001-01-05Fix a small type in libsmbclient.h ...Richard Sharpe1-1/+1
2001-01-05Arrgh, forgot to update proto.h with all the changes I have been making.Richard Sharpe1-12/+6
2001-01-05The latest changes to libsmbclient ...Richard Sharpe1-2/+23
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill3-412/+430
2000-12-26First pass at the libsmbclient code ...Richard Sharpe1-0/+154
2000-12-21make protoTim Potter1-0/+1
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2-2/+13
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-1/+1
2000-12-19Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison1-5/+7
2000-12-15Added lock backouts on fail.Jeremy Allison1-3/+0
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-0/+4
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-3/+3
2000-12-14Renamed parameters and variables called acl to the_acl as it conflictsTim Potter1-4/+4
2000-12-13Added proto definition for new RPC calls.Jeremy Allison1-0/+15
2000-12-13Server side changes for dynamic names in lsa_lookup_namesTim Potter1-15/+0
2000-12-13make protoTim Potter3-19/+37