| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
it slows us down and doesn't gain anything
|
|
|
|
| |
strings can be handled correctly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
both tested ...
More later.
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
| |
Ensure HAVE_NO_ACLS is set in configure if ACL support not selected.
Jeremy
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
tng.
|
| |
|
| |
|
|
|
|
|
| |
Currently there are a small selection of lsa, samr and spoolss functions
implemented. More to follow...
|
|
|
|
|
| |
Now the debugging starts.... :-).
Jeremy.
|
|
|
|
|
| |
source/nsswitch/winbindd_idmap.c
- convert tdb key to unix code-page when generating
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
cli_spoolss_closeprinter(), cli_spoolss_enum_printers(),
cli_spoolss_enum_ports() and cli_spoolss_getprinter()
|
|
|
|
| |
cli_samr_open_{domain,user}() and cli_samr_query_userinfo()
|
|
|
|
|
|
| |
Added cli_lsa_enum_trust_dom().
Misc other cosmetic changes.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
source/printing/printing.c
source/rpc_server/srv_spoolss_nt.c
- convert args for print command to unix codepage.
|
| |
|
|
|
|
| |
Deniz Akkus <akkus@alum.mit.edu>
|
|
|
|
| |
sending datagrams in clidgram.c
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
gtk+ test application that tests out some of this stuff ...
|
| |
|
|
|
|
| |
Here is an updated one.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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. =^)
|
| |
|
| |
|
| |
|