| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
source/rpc_parse/parse_lsa.c
- off by one unistr length bug in init_lsa_trans_name()
source/lib/util_sid.c
- resolve more BUILTIN sid values to names.
source/nsswitch/wb_client.c
- fix typo in debug message
- set errno on error so we don't get bogus value from last failure.
source/rpc_server/srv_spoolss_nt.c
- add debug to track number of open printer handles for ease of
tracking handle leaks in the future.
source/rpc_server/srv_lsa.c
- fix off-by-one string bug. This was preventing NT from
displaying names for well-know SIDs in printer permissions
dialog.
|
| | |
|
| |
| |
| |
| | |
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)
|
| | |
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
mach_acct where mixed, the machine account wasn't correctly converted to
lower case.
srv_samr.c: added checks around Unix password changing. If it's a trust
account, don't change the unix password. That's the reason why people
having unix password sync=yes coudn't join a samba domain for a W2K box.
changed also the string_sub function in create_unix_account() to NOT strip
the ending $ on trust account.
For the security picky people, Jeremy is already aware :-)
J.F.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
R. and Jerry.
You can only do server stuff (adding printers, changing forms, ..) if
you're root or if user is in printer admin list.
Printers options are grayed if you don't have the PRINTER_ADMINISTER flag
in the secdesc.
J.F.
|
| |
| |
| |
| |
| |
| | |
srv_samr.c: Fix for pw caching.
smbd/nttrans2.c: Allow create call to set ACLs.
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
change to default break response time of 10ms -> 0ms.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
nmbd/nmbd.c:
smbd/server.c: Inherited signal fix from John Reilly.
printing/nt_printing.c:
printing/printing.c:
rpc_server/srv_spoolss_nt.c: Fix for PCL drivers not being able to save
printer properties.
printing/printfsp.c:
smbd/close.c: Fix to allow cleanup of spool files on connection drop.
tdb/tdb.c: malloc fix from Tim Potter.
tdb/tdbtool.c: Free list viewer from John.
smbd/lanman.c: Fix to stop a buffer overrun in Win9x from corrupting
it's own parameter list. Sigh.... buffer overruns are-us (MS).
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
clients. Did this by importing Samba-TNG code that correctly handles LSA
lookups.
*MANY* thanks to Luke, Sander, Elrond and the rest of the TNG gang !
Jeremy
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
uses cache max 100 times.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
smbd/reply.c smbd/service.c: cause all "add home service" calls to go through a
winbindd aware function.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
smbd/lanman.c: Fix for calling qsort with num=0 (insure fix).
smbd/nttrans.c: Memory leak fixes as added to trans2.c
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
Inspired by a comment from Andrew about Anton's work (which I
haven't gotten the patch for). The table was script generated
from the original source code so should be ok.
Jeremy.
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
jerry
|
| |
| |
| |
| |
| | |
number of print jobs in the system. Tidyups for messages.c.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
with Windows NT. This comes after discussion with JF and
Don McCall @ HP.
jerry
|
| |
| |
| |
| | |
Jeremy
|
| |
| |
| |
| |
| | |
Needs testing.....
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
smbd/vfs-wrap.c:
smbd/vfs.c: Added fchmod_acl and chmod_acl.
lib/substitute.c:
smbd/lanman.c:
smbd/open.c:
smbd/process.c:
smbd/reply.c:
smbd/service.c: Removed sessetup_user variable. Added current_user_info struct
which conatins domain info etc. Added '%D' for client domain parameter.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
in loadparm.c Removed extra \n in configure.
Jeremy.
|
| |
| |
| |
| | |
improved now.
|