summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Compile fix for smbw_dir_add function.Tim Potter2001-01-151-4/+5
|
* removed unnecessary process_exists() call in message_send_pid()Andrew Tridgell2001-01-151-11/+0
| | | | it slows us down and doesn't gain anything
* Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-142-20/+37
| | | | strings can be handled correctly.
* merge from 2.0 branch for installing Using Samba book filesHerb Lewis2001-01-121-8/+68
|
* Pass correctly formatted args to cli_spoolss_open_printer_ex()Tim Potter2001-01-121-2/+7
|
* Printer name unistr is null terminated in make_spoolss_q_open_printer_ex()Tim Potter2001-01-121-1/+1
|
* Memory leak fixes and uninitialised variables spotted by insure.Tim Potter2001-01-121-16/+18
|
* Memory leak fixes spotted by insure.Tim Potter2001-01-122-1/+14
|
* Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe2001-01-122-0/+169
| | | | | | both tested ... More later.
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-124-69/+382
| | | | | | | - an implementation of smbc_readdir - extensions to tree.c to show files in a second window - changes to auth_fn to provide buffers for username, password, etc from caller rather than callee
* Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex()Tim Potter2001-01-121-1/+1
|
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-121-0/+74
| | | | | | | | source/tests/crypttest.c - another one missed from a while ago: Add back tests/crypttest.c so that we can check for truncated crypt on those systems that it is relevant for and we avoid setting if for those systems that it is not true for. (Originally from SAMBA_2_2, Nov 13th 2000)
* RPC server fixes for RPC client changes merged from TNG.Tim Potter2001-01-112-4/+46
|
* Removed link errors between rpcclient and smbd.Tim Potter2001-01-111-4/+4
|
* Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison2001-01-117-15/+22
| | | | | Ensure HAVE_NO_ACLS is set in configure if ACL support not selected. Jeremy
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-2/+9
| | | | | | | | source/lib/smbpasswd.c - Only call load_interfaces() when doing a network related operation. This means you can add, remove, enable or disable smbpasswd entries without a network. Changing passwords always requires a network.
* New makefile and proto for rpcclient.Tim Potter2001-01-112-132/+44
|
* make protoTim Potter2001-01-111-53/+51
|
* General clean up. Merge of access_mask fixes for some unknown fields fromTim Potter2001-01-111-27/+24
| | | | tng.
* General clean up. Merged routines for parsing enum_trust_dom rpc call.Tim Potter2001-01-111-136/+111
|
* Merge of various fixes from the tng headers.Tim Potter2001-01-114-143/+22
|
* Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter2001-01-114-1598/+954
| | | | | Currently there are a small selection of lsa, samr and spoolss functions implemented. More to follow...
* First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison2001-01-113-99/+599
| | | | | Now the debugging starts.... :-). Jeremy.
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-0/+1
| | | | | source/nsswitch/winbindd_idmap.c - convert tdb key to unix code-page when generating
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-1111-68/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testsuite/printing/psec.c - Use lock directory from smb.conf parameter when peeking at the ntdrivers.tdb file. source/rpc_parse/parse_sec.c - fix typo in debug message source/script/installbin.sh - create private directory as part of 'make install'. source/nsswitch/winbindd_cache.c source/nsswitch/winbindd_idmap.c source/passdb/secrets.c source/smbd/connection.c - always convert tdb key to unix code-page when generating. source/printing/nt_printing.c - always convert tdb key to unix code-page when generating. - don't prepend path to a filename that is NULL in add_a_printer_driver_3(). source/rpc_server/srv_spoolss_nt.c - always convert tdb key to unix code-page when generating. - don't prepend server name to a path/filename that is NULL in the fill_printer_driver_info functions. source/printing/printing.c - always convert tdb key to unix code-page when generating. - move access check for print_queue_purge() outside of job delete loop. source/smbd/unix_acls.c - fix for setting ACLs (this got missed earlier) source/lib/messages.c - trivial sync with appliance_head
* Fix from John for growing messages.tdb.Jeremy Allison2001-01-111-0/+1
| | | | Jeremy.
* rpc_server/srv_samr.c:Jeremy Allison2001-01-115-421/+463
| | | | | | | | | | | | smbd/reply.c: Added fix needed for appliances. When using winbindd - a new user may exist (from winbind) but have no home directory. Extend add user script so it is called with a %H substitution when a user exists but their home directory does not. Thanks to Alex Win at VA Linux for finding this one and testing the fix. libsmb/clidgram.c: Fixed missing return statements. smbd/uid.c: Fixed typo in debug. Jeremy.
* Added init functions, cli_spoolss_open_printer_ex(),Tim Potter2001-01-101-0/+538
| | | | | cli_spoolss_closeprinter(), cli_spoolss_enum_printers(), cli_spoolss_enum_ports() and cli_spoolss_getprinter()
* Added init functions, cli_samr_connect(), cli_samr_close(),Tim Potter2001-01-101-0/+325
| | | | cli_samr_open_{domain,user}() and cli_samr_query_userinfo()
* Fixed authenticated pipe access.Tim Potter2001-01-101-25/+102
| | | | | | Added cli_lsa_enum_trust_dom(). Misc other cosmetic changes.
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-103-2317/+2341
| | | | | | | source/docs/yodldocs/smb.conf.5.yo source/docs/manpages/smb.conf.5 source/docs/htmldocs/smb.conf.5.html - add documentation for "hide local users" config option.
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-104-11/+47
| | | | | | | | source/include/proto.h source/param/loadparm.c source/passdb/passdb.c source/rpc_server/srv_samr.c - add support for "hide local users" option to HEAD.
* Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison2001-01-093-36/+75
| | | | | | to allow a chmod to be done if the user has write access to a file, just like Windows allows. Off by default (compare with "dos filetimes" parameter). Jeremy.
* Patch from Richard Bollinger for dead entries being left in connections tdb.Jeremy Allison2001-01-082-1/+6
| | | | Jeremy.
* Changes merged from APPLIANCE_HEAD:David O'Neill2001-01-082-4/+9
| | | | | | source/printing/printing.c source/rpc_server/srv_spoolss_nt.c - convert args for print command to unix codepage.
* Add support for logging to wherever smb.conf specifies.Richard Sharpe2001-01-081-2/+8
|
* Codepages and stuff for Turkish language support. Contributed byTim Potter2001-01-075-1/+576
| | | | Deniz Akkus <akkus@alum.mit.edu>
* Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior toRichard Sharpe2001-01-071-4/+2
| | | | sending datagrams in clidgram.c
* More bug fixen ...Richard Sharpe2001-01-071-2/+2
|
* Update the tree.c GTK+ App so it can walk down directories etc ...Richard Sharpe2001-01-071-76/+122
|
* More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2001-01-072-11/+165
|
* Fix proto.h ...Richard Sharpe2001-01-061-3/+4
|
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-062-5/+63
|
* Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2001-01-062-3/+471
| | | | gtk+ test application that tests out some of this stuff ...
* Fix a small type in libsmbclient.h ...Richard Sharpe2001-01-051-1/+1
|
* Arrgh, forgot to update proto.h with all the changes I have been making.Richard Sharpe2001-01-051-12/+6
| | | | Here is an updated one.
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-051-10/+47
| | | | | | | | | | | | source/rpc_server/srv_spoolss_nt.c - fixed printer policy handle leak in the allow MS printer wizard stuff. - mimic behaviour of NT on open_printer_ex() calls by not allowing call to succeed if connecting user doesn't have at least print permissions to the printer. Unfortunately, this seems to trigger a anonymous connection re-using bug so subsequent connects to the printer by a different user from the same machine always fail. Blame Tim. =^)
* Sync up smb.conf.default with APPLIANCE_HEAD and SAMBA_2_2David O'Neill2001-01-051-0/+2
|
* Add SuSE 7.1 packaging (from SAMBA_2_2).David O'Neill2001-01-053-0/+608
|
* Sync up packaging updates that didn't make it to HEAD.David O'Neill2001-01-059-233/+358
|