bbaumbach/samba.git
24 years agoThis commit was manufactured by cvs2svn to create tag samba-misc-tags/tng/release-alpha-2-4-1
cvs2svn Import User [Fri, 14 Apr 2000 06:41:17 +0000 (06:41 +0000)]
This commit was manufactured by cvs2svn to create tag
'release-alpha-2-4-1'.

24 years agopreparing for release of alpha.2.4.1
Samba Release Account [Fri, 14 Apr 2000 06:41:16 +0000 (06:41 +0000)]
preparing for release of alpha.2.4.1

24 years agoi _really_ like electric fence.
Luke Leighton [Fri, 14 Apr 2000 06:27:59 +0000 (06:27 +0000)]
i _really_ like electric fence.

24 years agoi love electric fence!
Luke Leighton [Fri, 14 Apr 2000 06:05:17 +0000 (06:05 +0000)]
i love electric fence!

24 years agotim found that no-members didn't work, client-side code.
Luke Leighton [Fri, 14 Apr 2000 05:09:35 +0000 (05:09 +0000)]
tim found that no-members didn't work, client-side code.

24 years agoSome defensive programming: terminate list of group members when all list
Tim Potter [Fri, 14 Apr 2000 04:48:19 +0000 (04:48 +0000)]
Some defensive programming: terminate list of group members when all list
members have been parsed, rather than believe the list length passed back
from winbindd.

24 years agoUse pstrcpy() on a pstring instead of fstrcpy(). (-:
Tim Potter [Fri, 14 Apr 2000 04:42:58 +0000 (04:42 +0000)]
Use pstrcpy() on a pstring instead of fstrcpy().  (-:

24 years agoFixing memory leaks. Still lots to find in rpc client code.
Tim Potter [Fri, 14 Apr 2000 02:12:17 +0000 (02:12 +0000)]
Fixing memory leaks.  Still lots to find in rpc client code.

Reuse sam handles when enumerating users and groups.  As well as speeding
things up this also avoids a reference counting problem somewhere.

24 years agoAdded two const and got rid of the warnings
Elrond [Thu, 13 Apr 2000 18:17:22 +0000 (18:17 +0000)]
Added two const and got rid of the warnings

24 years agoTypo - missing '}'.
Jeremy Allison [Thu, 13 Apr 2000 16:46:30 +0000 (16:46 +0000)]
Typo - missing '}'.
Jeremy.

24 years agoAdded parsing for auditsettings (what sort of auditing is
Elrond [Thu, 13 Apr 2000 14:57:59 +0000 (14:57 +0000)]
Added parsing for auditsettings (what sort of auditing is
enabled, and wether auditing is enabled completely).
This is lsaqueryinfopol at level 2.
This level is completely different from level 3 and 5, so
client and server-side support will be some interesting
rewrite.

24 years agoRoll back of last ltconfig change.
Elrond [Thu, 13 Apr 2000 12:25:50 +0000 (12:25 +0000)]
Roll back of last ltconfig change.
Who did the following anyway? Next time, please ask, unless
it's a bug in libtool, you should never need to modify
ltconfig or ltmain.sh. This one can be done with
AC_LIBTOOL_DLOPEN in configure.in

--- ltconfig 2000/01/22 15:49:06 1.1.2.2
+++ ltconfig 2000/04/09 02:04:29 1.1.2.3
@@ -186,5 +186,5 @@
 enable_static=yes
 enable_fast_install=yes
-enable_dlopen=unknown
+enable_dlopen=yes
 enable_win32_dll=no
 ltmain=

24 years ago(might be interesting for HEAD)
Elrond [Thu, 13 Apr 2000 12:00:55 +0000 (12:00 +0000)]
(might be interesting for HEAD)

added statements to configure.in, so only shared libraries
are built in TNG. The opposite statement (building static
libraries by default) is commented out and interesting for
HEAD. This choosing can only be done in configure.in, not
at "configure"-time, as I hoped.

Also added the statement to let libtool check for dlopen.
This is the correct way of doing it, not modifying
ltconfig. (will roll back that soon)

24 years agoFixed leaving out domainname in samaliasmem (again?).
Elrond [Thu, 13 Apr 2000 11:25:23 +0000 (11:25 +0000)]
Fixed leaving out domainname in samaliasmem (again?).

But it currently still _looks_ like, there are
connection-reuse problems here (connection being closed too
early is my guess.)

24 years agocompile error.
Luke Leighton [Thu, 13 Apr 2000 07:47:54 +0000 (07:47 +0000)]
compile error.

24 years agoChanged to level 3 debug message for connection errors in open_socket_out().
Tim Potter [Thu, 13 Apr 2000 07:31:52 +0000 (07:31 +0000)]
Changed to level 3 debug message for connection errors in open_socket_out().

24 years ago*** empty log message ***
Luke Leighton [Thu, 13 Apr 2000 07:12:48 +0000 (07:12 +0000)]
*** empty log message ***

24 years agopreparing for release of alpha.2.4
Samba Release Account [Thu, 13 Apr 2000 03:40:08 +0000 (03:40 +0000)]
preparing for release of alpha.2.4

24 years ago#ifdef AUTOCONF moved to avoid compile warning.
Luke Leighton [Thu, 13 Apr 2000 03:27:51 +0000 (03:27 +0000)]
#ifdef AUTOCONF moved to avoid compile warning.

24 years ago- got fed up of vuser_db spewing 150 lines of trash, made it possible
Luke Leighton [Thu, 13 Apr 2000 02:58:29 +0000 (02:58 +0000)]
- got fed up of vuser_db spewing 150 lines of trash, made it possible
to increase log levels for parse info.  *whew*, now i can actually
_read_ log.smb.

- codepage koi8-r not KOI-R

- fixup of util_sock.c from yesterday, all very painful.  took out
  "min read length" from read_pipe because NT5 expects it to be
  ignored.  stupid.  i mean, what's the damn point of putting
  something in a protocol if it's never used, man?

- disabled SChannel because it's still not quite complete (the
  sequence counfounders are wrong, except i'd never seen anything
  other than sequence 1-request or sequence 2-request).

- all the rest is getting UDP 138 SAMLOGON and GETDC working.  again.

24 years agoDecoupled domain related information from uid and gid ranges.
Tim Potter [Thu, 13 Apr 2000 02:16:00 +0000 (02:16 +0000)]
Decoupled domain related information from uid and gid ranges.

make proto.

24 years agoRemoved some annoying debug messages.
Tim Potter [Thu, 13 Apr 2000 02:14:37 +0000 (02:14 +0000)]
Removed some annoying debug messages.

Decoupled domain related information from uid and gid ranges.

Don't try to process machine accounts when enumerating users.

24 years agoRemoved "ole locking compat" parameter (no longer used).
Jeremy Allison [Wed, 12 Apr 2000 23:01:09 +0000 (23:01 +0000)]
Removed "ole locking compat" parameter (no longer used).
We now get/set/check POSIX locks, but I still need to code up the
close fd braindamage...
Jeremy.

24 years agoImplmented mapping of lock offset/count from 64 bit MS ranges
Jeremy Allison [Wed, 12 Apr 2000 21:47:29 +0000 (21:47 +0000)]
Implmented mapping of lock offset/count from 64 bit MS ranges
to either 63 or 31 bit POSIX ranges. Code to get these locks
not yet added.
Jeremy.

24 years agoCode to map tdb locks onto POSIX. Mainly placeholder code at the moment,
Jeremy Allison [Wed, 12 Apr 2000 18:04:48 +0000 (18:04 +0000)]
Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,
but the structure is done enough so that Andrew can look it over and give
a yea/nay decision.
Jeremy.

24 years agouhh, guys: i spent my entire day updating from yesterday's cvs main
Luke Leighton [Wed, 12 Apr 2000 08:18:12 +0000 (08:18 +0000)]
uhh, guys: i spent my entire day updating from yesterday's cvs main
commits.  i mean, nothing else.
i wasn't able to do any debugging of the issues from yesterday.

so now, there are two possible sets of bugs, compounded.  this
commit compiles but hasn't been tested, i haven't had a chance
to.

i'd really appreciate it if this stopped happening.  once is enough.

now i am going to get something to eat and if i am lucky, i will be
able to hold a fork.  this is serious.

now i've updated TNG to cvs main, don't make me maintain it, please
do it yourselves.

thanks.

p.s i'm never, ever, working in a branch again.  if that's not ok,
i won't do the work.  it's not worth it.

24 years agowinbindd prototype Mk II
Tim Potter [Wed, 12 Apr 2000 06:22:26 +0000 (06:22 +0000)]
winbindd prototype Mk II

Makefile.in:
    - trashed winbindd_proto.h generation
    - made NTDOM_OBJS look nice and pretty
    - testsuite directory now a toplevel one
    - added WINBINDD_OBJ to PROTO_OBJ
    - added nsswitch target to make ntdom.so and winbindd

24 years agoMissed a 0x02000000 to SEC_RIGHTS_MAXIMUM_ALLOWED conversion.
Tim Potter [Wed, 12 Apr 2000 05:59:25 +0000 (05:59 +0000)]
Missed a 0x02000000 to SEC_RIGHTS_MAXIMUM_ALLOWED conversion.

24 years agowinbindd prototype Mk II
Tim Potter [Wed, 12 Apr 2000 05:59:00 +0000 (05:59 +0000)]
winbindd prototype Mk II

script/mkproto.awk:
    - added "enum winbindd_result" as a function return value

24 years agowinbindd prototype Mk II
Tim Potter [Wed, 12 Apr 2000 05:53:26 +0000 (05:53 +0000)]
winbindd prototype Mk II

include/smb.h:
    - #include winbindd.h

include/proto.h:
    - make proto

24 years agoAdded *.lo
Tim Potter [Wed, 12 Apr 2000 05:51:33 +0000 (05:51 +0000)]
Added *.lo

24 years agowinbindd prototype Mk II
Tim Potter [Wed, 12 Apr 2000 05:45:35 +0000 (05:45 +0000)]
winbindd prototype Mk II

nsswitch/winbindd.c:
    - converted lots of 0x02000000 to SEC_RIGHTS_MAXIMUM_ALLOWED
    - removed debugging DEBUG statements
    - removed global vars for domain controller sid and domain name
    - multiple domain support
    - fixed logging

nsswitch/winbindd_user.c:
nsswitch/winbindd_group.c:
    - mega rewrite of nearly everything - works much better now!
    - multiple domain support
    - correct operation for multiple simultaneous get{pw,gr}ent() calls

nsswitch/winbindd_sock.c:
    - renamed socket timeout constant

nsswitch/winbindd_surs.c
    - removed initialised arrays of well-known local and domain objects
    - trashed all the dynamically uid/allocation stuff based on tdb
    - added sid and domain name lookup functions
    - parse "winbind [ug]id" smb.conf parameters
    - implemented sid <--> unixid mapping functions

24 years agowinbindd prototype Mk II
Tim Potter [Wed, 12 Apr 2000 05:27:29 +0000 (05:27 +0000)]
winbindd prototype Mk II

param/loadparam.c:
    - added two new parameters "winbind uid" and "winbind gid" giving the
    range of user and group ids the winbind daemon maps NT users into.

    Usage:

    winbind uid = TPOTDOM/3000-10999, BUILTIN/2000-2999
    winbind gid = TPOTDOM/6000-60999, BUILTIN/2000-5999

24 years agowinbindd prototype Mk II
Tim Potter [Wed, 12 Apr 2000 05:21:39 +0000 (05:21 +0000)]
winbindd prototype Mk II

nsswitch/ntdom.c:
    - optimistically remove debugging statements
    - removal of unused variables
    - tidy up of group membership code
    - {set,get,end}{pw,gr}ent functions take process pid
    - general comment fest

24 years agowinbindd prototype Mk II
Tim Potter [Wed, 12 Apr 2000 05:15:32 +0000 (05:15 +0000)]
winbindd prototype Mk II

include/winbindd.h:
    - include file for winbind daemon

24 years agoAdded *.log and *.sum for DejaGnu test output.
Tim Potter [Wed, 12 Apr 2000 05:05:53 +0000 (05:05 +0000)]
Added *.log and *.sum for DejaGnu test output.

24 years agoremoving some ptr checks which were causing failures instead of "no members"
Luke Leighton [Wed, 12 Apr 2000 04:42:46 +0000 (04:42 +0000)]
removing some ptr checks which were causing failures instead of "no members"
reports.

24 years agoFixed usage info for samlookuprids.
Tim Potter [Wed, 12 Apr 2000 04:03:14 +0000 (04:03 +0000)]
Fixed usage info for samlookuprids.

24 years agoremoved call to pass_check() in smbd/password.c, it's already called
Luke Leighton [Tue, 11 Apr 2000 09:57:47 +0000 (09:57 +0000)]
removed call to pass_check() in smbd/password.c, it's already called
in the net_login_general() code in netlogond.

24 years agomessy messing, eventually discovered a) pass_check.c hadn't been
Luke Leighton [Tue, 11 Apr 2000 09:38:57 +0000 (09:38 +0000)]
messy messing, eventually discovered a) pass_check.c hadn't been
updated from cvs main b) i needed to compile with --with-pam.
now, encrypt passwords = no, security = user has been tested.
dang me if overloading an info level (decided to create one)
net_login_general, don't actually work :)

24 years agopreparing for release of alpha.2.3
Samba Release Account [Tue, 11 Apr 2000 06:48:00 +0000 (06:48 +0000)]
preparing for release of alpha.2.3

24 years agonggh! damn select timeout, FD_ISSET... THING.
Luke Leighton [Tue, 11 Apr 2000 06:42:25 +0000 (06:42 +0000)]
nggh!  damn select timeout, FD_ISSET... THING.

24 years agoandrew been moving functions about :)
Luke Leighton [Tue, 11 Apr 2000 05:37:30 +0000 (05:37 +0000)]
andrew been moving functions about :)

24 years agourr... *wobble*... committing what i _think_ are andrew's smbd changes.
Luke Leighton [Tue, 11 Apr 2000 05:32:38 +0000 (05:32 +0000)]
urr... *wobble*... committing what i _think_ are andrew's smbd changes.
urr...

24 years agochange_oem_password() now only takes a UNISTR2 not char*.
Luke Leighton [Tue, 11 Apr 2000 05:28:00 +0000 (05:28 +0000)]
change_oem_password() now only takes a UNISTR2 not char*.

24 years agomade IPC$ LANMAN functions call client-side DCE/RPC functions.
Luke Leighton [Tue, 11 Apr 2000 05:27:22 +0000 (05:27 +0000)]
made IPC$ LANMAN functions call client-side DCE/RPC functions.
there isn't an equivalent of NetServerEnum.

24 years agosimplifying write_pipe and read_pipe code -- also it looks like there
Luke Leighton [Tue, 11 Apr 2000 05:25:07 +0000 (05:25 +0000)]
simplifying write_pipe and read_pipe code -- also it looks like there
is a minimum pipe read parameter which i make sure is passed in
to read_pipe, which gets passed in as the minimum value to
read_data_with_timeout()

created two functions read_data_outstanding() and write_data_outstanding()
which do a select with a timeout (0 = instantaneous) to tell if there is
read or write data left.

24 years agoFixed misspelling of samquerysec
Tim Potter [Mon, 10 Apr 2000 23:57:20 +0000 (23:57 +0000)]
Fixed misspelling of samquerysec

24 years agoFix for soft quotas not being set from
Jeremy Allison [Mon, 10 Apr 2000 21:04:35 +0000 (21:04 +0000)]
Fix for soft quotas not being set from
           Norbert Püschel <Pueschel.Norbert@Walzbarren-VAW.ne.uunet.de>
Jeremy.

24 years agocli_close(), cli_issue_write(), receive_smb():
Elrond [Mon, 10 Apr 2000 18:23:19 +0000 (18:23 +0000)]
cli_close(), cli_issue_write(), receive_smb():
Check for NULL-pointers. This isn't the real problem, but
it should help finding it.

How to report errors from cli_issue_write() ?

24 years agoprs_grow didn't return False, when you wanted to grow in
Elrond [Mon, 10 Apr 2000 17:33:13 +0000 (17:33 +0000)]
prs_grow didn't return False, when you wanted to grow in
read-mode beyond the data_size

fudged smb_io_unistr2 to ignore the rest, when we read a
_long_ string (Citrix has a munged_dial-length of 0x185
unicode-chars)

smb_io_logon_hours didn't truncate to the right length

24 years agocomment-formatting
Luke Leighton [Mon, 10 Apr 2000 08:49:59 +0000 (08:49 +0000)]
comment-formatting

24 years agohelp from matthew brichacek to track down chgpasswd() usage error.
Luke Leighton [Mon, 10 Apr 2000 08:49:07 +0000 (08:49 +0000)]
help from matthew brichacek to track down chgpasswd() usage error.

24 years agoanother debug-only-used thing (a function, this time!)
Luke Leighton [Mon, 10 Apr 2000 06:30:36 +0000 (06:30 +0000)]
another debug-only-used thing (a function, this time!)

24 years agoadded option to compile with absolutely _no_ debugging macros / info.
Luke Leighton [Mon, 10 Apr 2000 06:26:58 +0000 (06:26 +0000)]
added option to compile with absolutely _no_ debugging macros / info.
found some unused variables, already.

24 years agoformatting changes. plus, of course, you don't mash the username
Luke Leighton [Mon, 10 Apr 2000 05:24:01 +0000 (05:24 +0000)]
formatting changes.  plus, of course, you don't mash the username
into Unix names when calling msrpc functions, that's the job of
the msrpc functions.

24 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.
cvs2svn Import User [Mon, 10 Apr 2000 03:09:43 +0000 (03:09 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.

24 years agosplit out the lpq parsing code into a separate file
Andrew Tridgell [Mon, 10 Apr 2000 03:09:42 +0000 (03:09 +0000)]
split out the lpq parsing code into a separate file
printing/lpq_parse.c

getting ready for the new printing backend

24 years agodon't echo warning messages twice
Andrew Tridgell [Mon, 10 Apr 2000 02:57:54 +0000 (02:57 +0000)]
don't echo warning messages twice

24 years agoutmp compile fix from peter@cadcamlab.org
Andrew Tridgell [Mon, 10 Apr 2000 02:44:06 +0000 (02:44 +0000)]
utmp compile fix from peter@cadcamlab.org

24 years agopreparing for release of alpha.2.2
Samba Release Account [Mon, 10 Apr 2000 02:35:45 +0000 (02:35 +0000)]
preparing for release of alpha.2.2

24 years agoextra parameter.
Luke Leighton [Mon, 10 Apr 2000 02:07:42 +0000 (02:07 +0000)]
extra parameter.

24 years agofixing up recursion-problems in netlogond (told you so!)
Luke Leighton [Mon, 10 Apr 2000 01:48:03 +0000 (01:48 +0000)]
fixing up recursion-problems in netlogond (told you so!)
turns out that standalone mode (sec=user, dm=no, dl=no) was thinking
it was a PDC, so was referring out and therefore back to itself.  argh!

24 years agogroups being a pain, had to copy them.
Luke Leighton [Sun, 9 Apr 2000 13:53:41 +0000 (13:53 +0000)]
groups being a pain, had to copy them.

also, the usual corruption on trust account password change...

24 years agotrying to track down sys_setgroups() problem: an unbecome_root() was
Luke Leighton [Sun, 9 Apr 2000 08:30:26 +0000 (08:30 +0000)]
trying to track down sys_setgroups() problem: an unbecome_root() was
being done, i think on uninitialised current_user_saved.

24 years agolost smbd_pid in initialisation.
Luke Leighton [Sun, 9 Apr 2000 08:28:18 +0000 (08:28 +0000)]
lost smbd_pid in initialisation.

24 years agoretired
Luke Leighton [Sun, 9 Apr 2000 08:02:04 +0000 (08:02 +0000)]
retired

24 years agomaking sure that a local authentication request (specifying hostname
Luke Leighton [Sun, 9 Apr 2000 07:24:44 +0000 (07:24 +0000)]
making sure that a local authentication request (specifying hostname
as domain name) works.

24 years agoit's a little unclear where the line is between netlogond processing
Luke Leighton [Sun, 9 Apr 2000 06:50:03 +0000 (06:50 +0000)]
it's a little unclear where the line is between netlogond processing
incoming samlogon requests and passing requests on up (using client-side
code).  added some debug messages in that say BEGIN here and END here.

by the way, i really, really hope i don't get this wrong, it's going to
cause absolute chaos if netlogond ends up calling itself.

24 years agopreparing for release of alpha.2.1
Samba Release Account [Sun, 9 Apr 2000 06:23:31 +0000 (06:23 +0000)]
preparing for release of alpha.2.1

24 years agogets really interesting. it's dog-slow (at debug level 100), but
Luke Leighton [Sun, 9 Apr 2000 06:11:35 +0000 (06:11 +0000)]
gets really interesting.  it's dog-slow (at debug level 100), but
i think i now have security=domain working.

i also think i fixed the bug where NT5 wks fails with an RPC error
when the user password is wrong.

24 years ago- fixing cli_pipe.c asserts
Luke Leighton [Sun, 9 Apr 2000 05:49:34 +0000 (05:49 +0000)]
- fixing cli_pipe.c asserts

- default client NETLOGON Schannel to false, server Schannel to Auto

- netlogond now sub-refers authentication requests if it's not in
  its own SAM database.  (yes, sounds horrible, doesn't it!)

24 years agoi hate this code. (understatement of the year).
Luke Leighton [Sun, 9 Apr 2000 04:43:26 +0000 (04:43 +0000)]
i hate this code.  (understatement of the year).

24 years agochanged ROLE_DOMAIN_NONE to ROLE_STANDALONE.
Luke Leighton [Sun, 9 Apr 2000 04:13:54 +0000 (04:13 +0000)]
changed ROLE_DOMAIN_NONE to ROLE_STANDALONE.

24 years agolp_server_role() == SERVER_ROLE_NONE was being refused. hmm. i think
Luke Leighton [Sun, 9 Apr 2000 04:04:42 +0000 (04:04 +0000)]
lp_server_role() == SERVER_ROLE_NONE was being refused.  hmm.  i think
i am going to call this SERVER_ROLE_STANDALONE, or maybe SERVER_ROLE_WGRP.

24 years agogood grief. sometimes, i can be very stupid. ok, mike, that mode you
Luke Leighton [Sun, 9 Apr 2000 03:49:03 +0000 (03:49 +0000)]
good grief.  sometimes, i can be very stupid.  ok, mike, that mode you
wanted (lp_server_role() = SERVER_ROLE_NONE, which is stand-alone
workgroup member) is working:

security = user
domain master = no
domain logons = no

you should check this with lsaquery command, it should give:
Domain: WORKGROUP SID: S-0-0
Domain: WORKSTATIONNAME SID: S-1-5-21-xxx-yyy-zzz

this just leaves security = domain, which is broke, too.

24 years agoupdate version string.
Luke Leighton [Sun, 9 Apr 2000 03:10:13 +0000 (03:10 +0000)]
update version string.

24 years agopreparing for release of alpha.2.0
Samba Release Account [Sun, 9 Apr 2000 03:09:45 +0000 (03:09 +0000)]
preparing for release of alpha.2.0

24 years agoadd cvsignore
Luke Leighton [Sun, 9 Apr 2000 03:06:53 +0000 (03:06 +0000)]
add cvsignore

24 years agoGETDC request short-detection was wrong, explains why the poor win9x people
Luke Leighton [Sun, 9 Apr 2000 02:41:16 +0000 (02:41 +0000)]
GETDC request short-detection was wrong, explains why the poor win9x people
couldn't do anything (one, two, three, aaahhh).

24 years agoadded warning about if a cli_net_use_add fails.
Luke Leighton [Sun, 9 Apr 2000 02:34:35 +0000 (02:34 +0000)]
added warning about if a cli_net_use_add fails.

24 years agoadding debug warning if cli_ulogoff attempted to be called with a fd of -1
Luke Leighton [Sun, 9 Apr 2000 02:34:15 +0000 (02:34 +0000)]
adding debug warning if cli_ulogoff attempted to be called with a fd of -1

24 years agoadded pam_ntdom. amazingly, it actually works.
Luke Leighton [Sun, 9 Apr 2000 02:04:31 +0000 (02:04 +0000)]
added pam_ntdom.  amazingly, it actually works.

24 years agoRemoved the rpc_client-protos from proto.h
Elrond [Sat, 8 Apr 2000 15:09:05 +0000 (15:09 +0000)]
Removed the rpc_client-protos from proto.h
Seems to compile fine for me.
added LC_ALL=C, LC_COLLATE=C to mkproto.sh

24 years agousing sambaconfdir for smb.conf and lmhosts.
Elrond [Fri, 7 Apr 2000 18:26:58 +0000 (18:26 +0000)]
using sambaconfdir for smb.conf and lmhosts.

Which other files in ${LIBDIR} are config-files?

24 years agopreparing for release of alpha.1.9
Samba Release Account [Fri, 7 Apr 2000 08:27:50 +0000 (08:27 +0000)]
preparing for release of alpha.1.9

24 years agoReplaced a whole bunch of 0x02000000's with SEC_RIGHTS_MAXIMUM_ALLOWED
Tim Potter [Fri, 7 Apr 2000 07:41:01 +0000 (07:41 +0000)]
Replaced a whole bunch of 0x02000000's with SEC_RIGHTS_MAXIMUM_ALLOWED

24 years agojf, looks like you put some extra error codes in...
Luke Leighton [Fri, 7 Apr 2000 06:50:16 +0000 (06:50 +0000)]
jf, looks like you put some extra error codes in...

24 years agocut too much across.
Luke Leighton [Fri, 7 Apr 2000 06:33:10 +0000 (06:33 +0000)]
cut too much across.

24 years agospoolss from cvs main
Luke Leighton [Fri, 7 Apr 2000 05:48:55 +0000 (05:48 +0000)]
spoolss from cvs main

24 years agoopen alias permissions were wrong, in msrpc_samr_query_aliasmem.
Luke Leighton [Fri, 7 Apr 2000 05:47:12 +0000 (05:47 +0000)]
open alias permissions were wrong, in msrpc_samr_query_aliasmem.

24 years agodomain name not obtained correctly.
Luke Leighton [Fri, 7 Apr 2000 05:42:15 +0000 (05:42 +0000)]
domain name not obtained correctly.

24 years agosamaliasmem modified to take DOMAINNAME\name.
Luke Leighton [Fri, 7 Apr 2000 05:34:21 +0000 (05:34 +0000)]
samaliasmem modified to take DOMAINNAME\name.

24 years agoSame for cmd_sam_create_dom_alias.
Tim Potter [Fri, 7 Apr 2000 02:18:04 +0000 (02:18 +0000)]
Same for cmd_sam_create_dom_alias.

24 years agoReturn from cmd_sam_create_dom_group() if not enough or too many arguments
Tim Potter [Fri, 7 Apr 2000 02:16:12 +0000 (02:16 +0000)]
Return from cmd_sam_create_dom_group() if not enough or too many arguments
passed.

24 years agoModified interfaces and added checks around *all* *alloc calls
Jeremy Allison [Thu, 6 Apr 2000 22:48:53 +0000 (22:48 +0000)]
Modified interfaces and added checks around *all* *alloc calls
so that errors are returned on memory allocation failure.
Jeremy.

24 years agoAdded --with-sambaconfdir, that currently defaults to
Elrond [Thu, 6 Apr 2000 17:21:42 +0000 (17:21 +0000)]
Added --with-sambaconfdir, that currently defaults to
${LIBDIR} for backward-compatibility.

Hope to change this soon.

(@sambaconfdir@ not yet used)

24 years agofilled the architecture table (useless for the moment).
Jean-François Micouleau [Thu, 6 Apr 2000 16:23:04 +0000 (16:23 +0000)]
filled the architecture table (useless for the moment).
fixed GetJob.

J.F.

24 years agotdbsec_store takes the TDB_xxx flags arg.
Luke Leighton [Thu, 6 Apr 2000 07:54:43 +0000 (07:54 +0000)]
tdbsec_store takes the TDB_xxx flags arg.

24 years agoGeneral configuration file for DejaGnu.
Tim Potter [Thu, 6 Apr 2000 05:42:45 +0000 (05:42 +0000)]
General configuration file for DejaGnu.