]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
23 years agotdb_open_ex: More cleanups: just dynamically allocate the TDB_CONTEXT
Martin Pool [Mon, 10 Dec 2001 05:29:47 +0000 (05:29 +0000)] 
tdb_open_ex: More cleanups: just dynamically allocate the TDB_CONTEXT
up front, rather than working on the stack and then copying across.

23 years agoRefactor code to check whether already open into its own function.
Martin Pool [Mon, 10 Dec 2001 05:22:04 +0000 (05:22 +0000)] 
Refactor code to check whether already open into its own function.

23 years agoshrank the winbindd_cache.tdb somewhat
Andrew Tridgell [Mon, 10 Dec 2001 05:20:55 +0000 (05:20 +0000)] 
shrank the winbindd_cache.tdb somewhat
on my system it now uses 132k for 308 users

23 years agotdb_open_ex should always "goto fail" in case of error, rather than
Martin Pool [Mon, 10 Dec 2001 05:12:52 +0000 (05:12 +0000)] 
tdb_open_ex should always "goto fail" in case of error, rather than
just returning.  I don't think this would leak at the moment, but it's
an accident waiting to happen.

23 years agoDoc.
Martin Pool [Mon, 10 Dec 2001 05:08:22 +0000 (05:08 +0000)] 
Doc.

23 years agotdb_open_ex: Continue previous refactoring so that we consistently
Martin Pool [Mon, 10 Dec 2001 05:05:21 +0000 (05:05 +0000)] 
tdb_open_ex: Continue previous refactoring so that we consistently
just say "tdb" not "&tdb".

23 years agoAdded client and server code for the GetPrintProcessorDirectory SPOOLSS
Tim Potter [Mon, 10 Dec 2001 05:03:17 +0000 (05:03 +0000)] 
Added client and server code for the GetPrintProcessorDirectory SPOOLSS
rpc.  This was supposed to fix a printer driver download bug but it didn't
but it seemed a shame to trash all this code so I'm commiting it #ifdef'ed
out in case someone needs it one day.

23 years agotdb_open_ex: Refactor to use a pointer to tdb, rather than an auto
Martin Pool [Mon, 10 Dec 2001 05:00:36 +0000 (05:00 +0000)] 
tdb_open_ex: Refactor to use a pointer to tdb, rather than an auto
tdb, to be consistent with the rest of the code.

23 years agoFormatting fixup.
Tim Potter [Mon, 10 Dec 2001 04:59:17 +0000 (04:59 +0000)] 
Formatting fixup.

23 years agoExplain why snprintf has to be overridden in this way.
Martin Pool [Mon, 10 Dec 2001 04:35:01 +0000 (04:35 +0000)] 
Explain why snprintf has to be overridden in this way.

23 years ago(merge 1.130.4.93) Display results of checks for shared libraries.
Martin Pool [Mon, 10 Dec 2001 04:29:14 +0000 (04:29 +0000)] 
(merge 1.130.4.93) Display results of checks for shared libraries.

23 years agoTypo spotting.
Tim Potter [Mon, 10 Dec 2001 04:15:58 +0000 (04:15 +0000)] 
Typo spotting.

23 years agocleanup a little namespace pollution
Andrew Tridgell [Mon, 10 Dec 2001 03:21:38 +0000 (03:21 +0000)] 
cleanup a little namespace pollution

23 years agoswitch off level 100 debug for server security
Andrew Tridgell [Mon, 10 Dec 2001 03:06:15 +0000 (03:06 +0000)] 
switch off level 100 debug for server security

23 years agoadded some comments
Andrew Tridgell [Mon, 10 Dec 2001 02:30:18 +0000 (02:30 +0000)] 
added some comments

23 years agomoved the domain sid lookup and enumeration of trusted domains into
Andrew Tridgell [Mon, 10 Dec 2001 02:25:19 +0000 (02:25 +0000)] 
moved the domain sid lookup and enumeration of trusted domains into
the backends

at startup, loop until we get the domain sid for our primary domain,
trying every 10 seconds. This makes winbindd handle a room-wide power
failure better

23 years agoadded some comments
Andrew Tridgell [Mon, 10 Dec 2001 01:05:50 +0000 (01:05 +0000)] 
added some comments

23 years agomake sid_binstring available without HAVE_ADS
Andrew Tridgell [Mon, 10 Dec 2001 00:39:01 +0000 (00:39 +0000)] 
make sid_binstring available without HAVE_ADS

23 years agoexplicitly encode NULL strings in the cache
Andrew Tridgell [Mon, 10 Dec 2001 00:07:51 +0000 (00:07 +0000)] 
explicitly encode NULL strings in the cache

23 years agoremoved a debug line
Andrew Tridgell [Mon, 10 Dec 2001 00:00:44 +0000 (00:00 +0000)] 
removed a debug line

23 years agocompletely new winbindd cache infrastructure
Andrew Tridgell [Sun, 9 Dec 2001 23:59:42 +0000 (23:59 +0000)] 
completely new winbindd cache infrastructure

this one looks like just another winbind backend, and has the
following properties:

- does -ve and +ve cacheing of all queries

- can be disabled with -n switch to winbindd

- stores all records packed, so even huge domains are not a problem
for a complete cache

- handles the server being down

- uses sequence numbers for all entries

This fixes a lot of problems with winbindd. Serving from cache is now
*very* fast.

23 years agoadd smb_xvasprintf() panic wrapper around vasprintf
Andrew Tridgell [Sun, 9 Dec 2001 23:56:07 +0000 (23:56 +0000)] 
add smb_xvasprintf() panic wrapper around vasprintf

23 years agoadded fr.msg from Fanch
Motonobu Takahashi [Sun, 9 Dec 2001 17:06:45 +0000 (17:06 +0000)] 
added fr.msg from Fanch

23 years agoadded a simple tdbdump utility
Andrew Tridgell [Sun, 9 Dec 2001 07:49:20 +0000 (07:49 +0000)] 
added a simple tdbdump utility

23 years agoset return value to total errors
Andrew Tridgell [Sun, 9 Dec 2001 07:18:59 +0000 (07:18 +0000)] 
set return value to total errors

23 years agobetter error checking in nsstest
Andrew Tridgell [Sun, 9 Dec 2001 06:51:27 +0000 (06:51 +0000)] 
better error checking in nsstest

23 years ago- check for correct error codes
Andrew Tridgell [Sun, 9 Dec 2001 06:10:40 +0000 (06:10 +0000)] 
- check for correct error codes
- handle no initgroups fn

23 years ago- use accountype not accountcontrol
Andrew Tridgell [Sun, 9 Dec 2001 06:10:02 +0000 (06:10 +0000)] 
- use accountype not accountcontrol
- better debug code

23 years agofixed type passed to ads_search
Andrew Tridgell [Sun, 9 Dec 2001 00:46:37 +0000 (00:46 +0000)] 
fixed type passed to ads_search

23 years agofixed used of string after free
Andrew Tridgell [Sun, 9 Dec 2001 00:45:51 +0000 (00:45 +0000)] 
fixed used of string after free

23 years agosmall comment I don't want to loose.
Jean-François Micouleau [Sat, 8 Dec 2001 23:57:35 +0000 (23:57 +0000)] 
small comment I don't want to loose.

J.F.

23 years agoFix domain logon that I broke 3 days ago.
Jean-François Micouleau [Sat, 8 Dec 2001 23:56:58 +0000 (23:56 +0000)] 
Fix domain logon that I broke 3 days ago.

And it's in sync with the docs, %U is really replaced by the name the user
asked. Whereas in 2.2 that's false, %U is replaced by the name the user
was mapped to.

J.F.

23 years agoBy popular demand: a new config.guess and config.sub
Andrew Bartlett [Sat, 8 Dec 2001 17:37:59 +0000 (17:37 +0000)] 
By popular demand: a new config.guess and config.sub

(I hope I did this right)

Andrew Bartlett

23 years agocheck for gssapi_generic.h
Andrew Tridgell [Sat, 8 Dec 2001 12:06:08 +0000 (12:06 +0000)] 
check for gssapi_generic.h

23 years agofix a DEBUG() line
Andrew Tridgell [Sat, 8 Dec 2001 12:00:27 +0000 (12:00 +0000)] 
fix a DEBUG() line

23 years agoadded internal sasl/gssapi code. This means we are no longer dependent on cyrus-sasl...
Andrew Tridgell [Sat, 8 Dec 2001 11:18:56 +0000 (11:18 +0000)] 
added internal sasl/gssapi code. This means we are no longer dependent on cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm

23 years agoFix segfault, and add a comment.
Andrew Bartlett [Sat, 8 Dec 2001 02:25:25 +0000 (02:25 +0000)] 
Fix segfault, and add a comment.

23 years agoLeak less memory.
Andrew Bartlett [Sat, 8 Dec 2001 02:14:56 +0000 (02:14 +0000)] 
Leak less memory.

Now, is there any reason that the prs_init() doesn't use the talloc context
that it is supplied as an argument for the actual data buffer?

It would seem logical to replace the malloc with a talloc, but I'm sure
there is some method to the madness (extrnal use/Reallocing of it I presume)

Andrew Bartlett

23 years agoEnsure that 'use spnego' restricts, rather than just advises our clients.
Andrew Bartlett [Sat, 8 Dec 2001 02:12:17 +0000 (02:12 +0000)] 
Ensure that 'use spnego' restricts, rather than just advises our clients.

This means that if a hole is found in the spnego code, we can tell people
to just set 'use spengo' in their config file while we sort it out.

Other than that, preventing 'unusual' behaviour is always a good thing.

Andrew Bartlett

23 years agobasic howto
Jean-François Micouleau [Fri, 7 Dec 2001 10:20:17 +0000 (10:20 +0000)] 
basic howto

23 years agoinclude/build_env.h wasn't getting built by default with new rules unless
Herb Lewis [Fri, 7 Dec 2001 01:01:28 +0000 (01:01 +0000)] 
include/build_env.h wasn't getting built by default with new rules unless
you did make headers - fixed

23 years agoadded a "use spnego" option
Andrew Tridgell [Fri, 7 Dec 2001 01:01:10 +0000 (01:01 +0000)] 
added a "use spnego" option

you need to set "use spnego = no" for w2k to be able to join a samba
domain. Otherwise the w2k box will assume we can do kerberos as a KDC

23 years agoOK I think this does what everyone wants with the .headers.stamp
Herb Lewis [Fri, 7 Dec 2001 00:37:31 +0000 (00:37 +0000)] 
OK I think this does what everyone wants with the .headers.stamp

it gets removed on a make clean
it gets created on a make headers (if it doesn't already exist)

This makes it so I only rebuild everthing once after a make clean and
also so nothing gets rebuilt after jfm does a make headers (proto)

23 years agoallow nsstest to test any nss module
Andrew Tridgell [Thu, 6 Dec 2001 22:42:27 +0000 (22:42 +0000)] 
allow nsstest to test any nss module

23 years agoadd smbgroupedit
Herb Lewis [Thu, 6 Dec 2001 19:04:01 +0000 (19:04 +0000)] 
add smbgroupedit

23 years agoagain an intrusive patch:
Jean-François Micouleau [Thu, 6 Dec 2001 13:09:15 +0000 (13:09 +0000)] 
again an intrusive patch:

- removed the ugly as hell sam_logon_in_ssb variable, I changed a bit the
definition of standard_sub_basic() to cope with that.

- removed the smb.conf: 'domain admin group' and 'domain guest group'
parameters ! We're not playing anymore with the user's group RIDs !

- in get_domain_user_groups(), if the user's gid is a group, put it first
in the group RID list.

I just have to write an HOWTO now ;-)

        J.F.

23 years agoremove .headers.stamp from the delheaders definition
Jean-François Micouleau [Thu, 6 Dec 2001 12:57:50 +0000 (12:57 +0000)] 
remove .headers.stamp from the delheaders definition
It forced a complete build to occur each time the proto are rebuild !

J.F.

23 years agomerge from 2.2
Gerald Carter [Thu, 6 Dec 2001 07:44:12 +0000 (07:44 +0000)] 
merge from 2.2

23 years agomerge from 2.2
Gerald Carter [Thu, 6 Dec 2001 07:37:58 +0000 (07:37 +0000)] 
merge from 2.2

23 years agocommit from 2.2
Gerald Carter [Thu, 6 Dec 2001 07:33:48 +0000 (07:33 +0000)] 
commit from 2.2

23 years agoput the winbindd krb5 credentials cache in the lock directory
Andrew Tridgell [Thu, 6 Dec 2001 07:33:35 +0000 (07:33 +0000)] 
put the winbindd krb5 credentials cache in the lock directory
this prevents it clobbering the users cache

23 years agoallow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile)
Andrew Tridgell [Thu, 6 Dec 2001 07:17:25 +0000 (07:17 +0000)] 
allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile)

This allows embedded systems to compile out the higher debug
levels. It should gain speed as well as reducing the code
size. Setting it to 1 saves about 300k of code on my system.

23 years agoadded a propoer kerberos_kinit_password call
Andrew Tridgell [Thu, 6 Dec 2001 05:41:53 +0000 (05:41 +0000)] 
added a propoer kerberos_kinit_password call
contribution from remus@snapserver.com

thanks!

23 years agoFixed typo in fix for typo in debug. (-:
Tim Potter [Thu, 6 Dec 2001 04:23:06 +0000 (04:23 +0000)] 
Fixed typo in fix for typo in debug. (-:

23 years agofix up packaging stuff
Herb Lewis [Wed, 5 Dec 2001 21:49:51 +0000 (21:49 +0000)] 
fix up packaging stuff

23 years agomerge from 2.2
Herb Lewis [Wed, 5 Dec 2001 21:08:17 +0000 (21:08 +0000)] 
merge from 2.2

don't set WINBIND variables unless configure was run --with-winbind

23 years agodont add -I./popt to CFLAGS it really belongs in FLAGS1 with other include
Herb Lewis [Wed, 5 Dec 2001 19:45:30 +0000 (19:45 +0000)] 
dont add -I./popt to CFLAGS it really belongs in FLAGS1 with other include
paths. This make it hard to use a script that overrides CFLAGS options.

23 years agoAdded fetch_domain_sid. Not used in current code, but a nice example
Jeremy Allison [Wed, 5 Dec 2001 19:33:35 +0000 (19:33 +0000)] 
Added fetch_domain_sid. Not used in current code, but a nice example
of how to use this interface.
Jeremy.

23 years agochanged the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's now
Jean-François Micouleau [Wed, 5 Dec 2001 15:45:36 +0000 (15:45 +0000)] 
changed the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's now
18.

when you're looking at a level 10, and it's all clutered with
tdb_pack/unpack, it's getting .... And anyway most of our code using
tdb_pack/unpack have DEBUG around the call if there is a problem.

J.F.

23 years agoadded samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS,
Jean-François Micouleau [Wed, 5 Dec 2001 15:41:44 +0000 (15:41 +0000)] 
added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS,
now return the alias correctly.

time to look at the netlogon case.

J.F.

23 years agopreparing for release of 3.0alpha1
Samba Release Account [Wed, 5 Dec 2001 12:28:21 +0000 (12:28 +0000)] 
preparing for release of 3.0alpha1

23 years agofixed a return value
Andrew Tridgell [Wed, 5 Dec 2001 11:32:25 +0000 (11:32 +0000)] 
fixed a return value

23 years agoOK. Smbpasswd -j is DEAD.
Andrew Bartlett [Wed, 5 Dec 2001 11:00:26 +0000 (11:00 +0000)] 
OK.  Smbpasswd -j is DEAD.

This moves the rest of the functionality into the 'net rpc join' code.

Futhermore, this moves that entire area over to the libsmb codebase, rather
than the crufty old rpc_client stuff.

I have also fixed up the smbpasswd -a -m bug in the process.

We also have a new 'net rpc changetrustpw' that can be called from a
cron-job to regularly change the trust account password, for sites
that run winbind but not smbd.

With a little more work, we can kill rpc_client from smbd entirly!
(It is mostly the domain auth stuff - which I can rework - and the
spoolss stuff that sombody else will need to look over).

Andrew Bartlett

23 years agoAdd a couple of extra debugs for the secrets.tdb stuff
Andrew Bartlett [Wed, 5 Dec 2001 10:52:13 +0000 (10:52 +0000)] 
Add a couple of extra debugs for the secrets.tdb stuff

23 years agoEnsure we fill in the %U for NTLMSSP connections
Andrew Bartlett [Wed, 5 Dec 2001 10:50:26 +0000 (10:50 +0000)] 
Ensure we fill in the %U for NTLMSSP connections

23 years agofixed a minor password memory leak
Andrew Tridgell [Wed, 5 Dec 2001 10:44:30 +0000 (10:44 +0000)] 
fixed a minor password memory leak

23 years agofixed a memory leak
Andrew Tridgell [Wed, 5 Dec 2001 10:43:43 +0000 (10:43 +0000)] 
fixed a memory leak

23 years agofix link error
Andrew Tridgell [Wed, 5 Dec 2001 10:35:25 +0000 (10:35 +0000)] 
fix link error

23 years agohandle ldap server down better
Andrew Tridgell [Wed, 5 Dec 2001 10:14:22 +0000 (10:14 +0000)] 
handle ldap server down better

23 years agoadded a REALLY gross hack into kerberos_kinit_password so that
Andrew Tridgell [Wed, 5 Dec 2001 09:46:53 +0000 (09:46 +0000)] 
added a REALLY gross hack into kerberos_kinit_password so that
winbindd can do a kinit
this will be removed once we have code that gets a tgt
and puts it in a place where cyrus-sasl can see it

23 years agoauto-init secrets.tdb
Andrew Tridgell [Wed, 5 Dec 2001 09:45:00 +0000 (09:45 +0000)] 
auto-init secrets.tdb

23 years agoadded timeouts and retries to ldap operations
Andrew Tridgell [Wed, 5 Dec 2001 09:19:25 +0000 (09:19 +0000)] 
added timeouts and retries to ldap operations

23 years agomoved the sequence number fetch into the backend, and fetch the
Andrew Tridgell [Wed, 5 Dec 2001 07:52:44 +0000 (07:52 +0000)] 
moved the sequence number fetch into the backend, and fetch the
sequence number via ldap when using ads

23 years agodon't double free ldap message lists
Andrew Tridgell [Wed, 5 Dec 2001 07:36:35 +0000 (07:36 +0000)] 
don't double free ldap message lists

23 years agoparanoia fixes in based ldap routines for potential memory leaks
Andrew Tridgell [Wed, 5 Dec 2001 07:35:57 +0000 (07:35 +0000)] 
paranoia fixes in based ldap routines for potential memory leaks

23 years agofixed another leak - memory usage now seems to be quite small
Andrew Tridgell [Wed, 5 Dec 2001 07:11:26 +0000 (07:11 +0000)] 
fixed another leak - memory usage now seems to be quite small

23 years agoadded very basic ads connection cacheing
Andrew Tridgell [Wed, 5 Dec 2001 07:05:53 +0000 (07:05 +0000)] 
added very basic ads connection cacheing

23 years agomore memory leak fixes
Andrew Tridgell [Wed, 5 Dec 2001 06:26:56 +0000 (06:26 +0000)] 
more memory leak fixes

23 years agoplugged most of the memory leaks
Andrew Tridgell [Wed, 5 Dec 2001 06:16:33 +0000 (06:16 +0000)] 
plugged most of the memory leaks

23 years agoadded the last winbindd/ads backend function
Andrew Tridgell [Wed, 5 Dec 2001 05:35:45 +0000 (05:35 +0000)] 
added the last winbindd/ads backend function

winbindd is now fully functional with a native mode w2k server

now for the memory leaks and speed ...

23 years agofinally worked out how to do ldap lookups by binary blobs, so I can
Andrew Tridgell [Wed, 5 Dec 2001 04:48:51 +0000 (04:48 +0000)] 
finally worked out how to do ldap lookups by binary blobs, so I can
now do searches on SID. This allows me to do a true ldap sid_to_name()
function

one one function to go!

23 years agoadded functions that convert a ads binary blob to a string (for
Andrew Tridgell [Wed, 5 Dec 2001 04:44:34 +0000 (04:44 +0000)] 
added functions that convert a ads binary blob to a string (for
searching on SID)

23 years agofixed an off by 1 bug in talloc_asprintf()
Andrew Tridgell [Wed, 5 Dec 2001 04:43:53 +0000 (04:43 +0000)] 
fixed an off by 1 bug in talloc_asprintf()

23 years agoFixed parse_domain_user to be bool.
Jeremy Allison [Wed, 5 Dec 2001 04:17:39 +0000 (04:17 +0000)] 
Fixed parse_domain_user to be bool.
Jeremy.

23 years agoAdd a new flag for anonymous connections
Andrew Bartlett [Wed, 5 Dec 2001 03:14:35 +0000 (03:14 +0000)] 
Add a new flag for anonymous connections

23 years agoMake it easier to construct anonymous connections with a new flag and helper
Andrew Bartlett [Wed, 5 Dec 2001 03:14:21 +0000 (03:14 +0000)] 
Make it easier to construct anonymous connections with a new flag and helper
function.

23 years agoSplit out the name resolution code into a seperate function
Andrew Bartlett [Wed, 5 Dec 2001 02:58:40 +0000 (02:58 +0000)] 
Split out the name resolution code into a seperate function

23 years agoUse print_queue_length() by preference if we don't need a queue
Jeremy Allison [Wed, 5 Dec 2001 02:11:03 +0000 (02:11 +0000)] 
Use print_queue_length() by preference if we don't need a queue
as it doesn't do a traversal.
Jeremy.

23 years agoFollow herb's suggestion and don't strdup a string to itself
Andrew Bartlett [Wed, 5 Dec 2001 01:59:32 +0000 (01:59 +0000)] 
Follow herb's suggestion and don't strdup a string to itself

23 years agoFollow herb's suggestion and don't strdup a string to itself.
Andrew Bartlett [Wed, 5 Dec 2001 01:58:33 +0000 (01:58 +0000)] 
Follow herb's suggestion and don't strdup a string to itself.

23 years agomerge from 2.2 branch
Herb Lewis [Wed, 5 Dec 2001 01:04:47 +0000 (01:04 +0000)] 
merge from 2.2 branch

23 years agoImproved efficiency of enumerating print queue's under a particular
Jeremy Allison [Wed, 5 Dec 2001 00:54:33 +0000 (00:54 +0000)] 
Improved efficiency of enumerating print queue's under a particular
extreme condition...
Jeremy.

23 years agoAdd a mechinism to allow for sane porting of rpcclient components into the new
Andrew Bartlett [Wed, 5 Dec 2001 00:26:36 +0000 (00:26 +0000)] 
Add a mechinism to allow for sane porting of rpcclient components into the new
'net' command.

This also gets us 'net rpc user add'.

Andrew Bartlett

23 years agoDitto on the const religion.
Andrew Bartlett [Wed, 5 Dec 2001 00:24:57 +0000 (00:24 +0000)] 
Ditto on the const religion.

23 years agoConst religion for some of the RPC code.
Andrew Bartlett [Wed, 5 Dec 2001 00:22:24 +0000 (00:22 +0000)] 
Const religion for some of the RPC code.

23 years agoMerge from 2.2
Herb Lewis [Tue, 4 Dec 2001 22:24:17 +0000 (22:24 +0000)] 
Merge from 2.2

If you do not have one more expect than issue when talking to the passwd
program you will not send the last issue.

23 years agomove proto.h and build_env.h from $(srcdir)/include to $(builddir)/include
Jean-François Micouleau [Tue, 4 Dec 2001 21:58:37 +0000 (21:58 +0000)] 
move proto.h and build_env.h from $(srcdir)/include to $(builddir)/include

tridge, martin, if you think it's wrong , you can revert it.

J.F.

23 years agoadded a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau [Tue, 4 Dec 2001 21:53:47 +0000 (21:53 +0000)] 
added a boolean to the group mapping functions to specify if we need or
not the privileges. Usually we don't need them, so the memory is free
early.

lib/util_sid.c: added some helper functions to check an SID.

passdb/passdb.c: renamed local_lookup_rid() to local_lookup_sid() and pass
an RID all the way. If the group doesn't exist on the domain SID,
don't return a faked one as it can collide with a builtin one. Some rpc
structures have been badly designed, they return only rids and force the
client to do subsequent lsa_lookup_sid() on the domain sid and the builtin
sid !

rpc_server/srv_util.c: wrote a new version of get_domain_user_groups().
Only the samr code uses it atm. It uses the group mapping code instead of
a bloody hard coded crap. The netlogon code will use it too, but I have to
do some test first.

J.F.

23 years agoCorrect message on wbinfo fail to open config file.
Jeremy Allison [Tue, 4 Dec 2001 21:30:52 +0000 (21:30 +0000)] 
Correct message on wbinfo fail to open config file.
Jeremy.

23 years agoTidup.
Jeremy Allison [Tue, 4 Dec 2001 18:37:14 +0000 (18:37 +0000)] 
Tidup.
Jeremy.