1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

5460 Commits

Author SHA1 Message Date
Tim Potter
a17c702a70 Use sid_peek_rid() instead of sid_split_rid().
(This used to be commit 0e03209af6f70c3c0c52072fe904ba5750676b63)
2001-05-10 05:19:47 +00:00
Jeremy Allison
f5243954fa Made "security XXX" masks apply to ACL set. By default they have no effect.
Removed "restrict acl with mask" - redundent.
Jeremy.
(This used to be commit 0db8a61d71f25ffa0e5c585e02e2fce973867156)
2001-05-10 01:03:44 +00:00
Tim Potter
469bddf537 Replaced a whole bunch of lookup_name() requests in
construct_default_printer_sdb() with checks of the owner rid instead.  This
should be much faster, work on non-English systems and systems with renamed
user or group names.
(This used to be commit 8b435b0a2ab1fa060473753fa05f0aba8406b607)
2001-05-10 01:01:30 +00:00
Tim Potter
281629ac06 Added sid_peek_rid() function to return the rid of a sid. Saves mucking
around with copying a sid to a temporary variable and using sid_split_rid().
(This used to be commit 9ee43d61be1284b72fd04054c44545847c73120f)
2001-05-10 00:48:06 +00:00
Tim Potter
9051f1e2c7 Bumped up debug level on set socket options from 3 to 5.
(This used to be commit f0b8ff4eeb3f276c37d062dbd25f7c8b0a02d593)
2001-05-10 00:35:24 +00:00
Tim Potter
f179319cee Reverted samr_io_userinfo_ctr() patch because it broke too much other
stuff.  (-:
(This used to be commit 5bbd946d592fde9ac6bf1c66268ef608d5988363)
2001-05-10 00:03:36 +00:00
Jeremy Allison
5db15a0d68 Fixed up the oldpw prompts. Made the matching case insensitive.
Jeremy.
(This used to be commit 70bdf8e76135e96fabcedeffbfd5892a564985e0)
2001-05-09 21:14:41 +00:00
Gerald Carter
f874646136 check for valid pointer before calling memset() in samr_clear_sam_passwd
(This used to be commit a6a4a17f6afce9d1c10c5ab551ce0b6b5f5c1865)
2001-05-09 17:57:08 +00:00
Jean-François Micouleau
90fbea8cb5 very nasty bug !
J.F.
(This used to be commit c29dfdc46a2d642722da12739138c1a7d5ee9526)
2001-05-09 15:48:30 +00:00
Tim Potter
bc77683283 Fixes from nsswitch testsuite. Lots of stuff works much better now. (-:
(This used to be commit 014859b62b31ceff5b5ca3d1699792e362c77a85)
2001-05-09 05:06:35 +00:00
Tim Potter
989ece4b26 So the samr_io_userinfo_ctr was requiring a SAM_USERINFO_CTR to be passed
in as well as tallocating space for one itself.  I've deleted code so the
passed in container is used to store the SAM user info.  This may have
broken some server side SAM stuff which probably isn't used anyway.  )-:
(This used to be commit fc44cec0de68c92001c4313b4f0ee9f69ba6b9b5)
2001-05-09 05:05:01 +00:00
Tim Potter
dcc39ea439 Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNG
branch.
(This used to be commit acef477383e5739292e764c17cef87822a09f13b)
2001-05-09 04:59:49 +00:00
Anton Blanchard
9de17c5c38 need to do codepage_initialise() for smbtorture to work.
(This used to be commit 7a619ab81c07b4b50e865635eee22efd8c5656b4)
2001-05-09 01:58:12 +00:00
Andrew Tridgell
b9886077a6 latest config.guess and config.sub from gnu.org
(This used to be commit f65166b36e5d7a74cdab5cc9019221c0f724274b)
2001-05-09 01:29:44 +00:00
Jean-François Micouleau
b6a6b4b02e fixes to the group mapping code.
Not ready yet.

	J.F.
(This used to be commit 62a7a567fdea230b77cc97a3f74d868542c34700)
2001-05-08 16:33:18 +00:00
Gerald Carter
acc0ca79a0 added some docs in order to keep track of the Samba private enterprise
number and allocated OID arcs.
(This used to be commit 4b5b6738bc4bea0460d499169e852bbeb3d4fe53)
2001-05-08 14:33:29 +00:00
Tim Potter
55eab3e232 More compiler warning fixes.
(This used to be commit 88a7b2c3f80b17ca8ab2112e9a98f55f1a11d88c)
2001-05-08 06:14:08 +00:00
Tim Potter
f39cb774e7 Fixed compiler warning.
(This used to be commit 9f1f811154e6d8f1a14687b1ee7f85d1dd18a925)
2001-05-08 06:09:52 +00:00
Tim Potter
55567e5ee9 The substitution of %U and %D in the 'template homedir' is nowdone
by lp_string() calling standard_sub_basic().
(This used to be commit 011d45943594a7a4091101b1eec930d13f0a9d12)
2001-05-08 05:58:03 +00:00
Tim Potter
0b14ab0144 Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOs
(SCO).
(This used to be commit d761a7deb3696fc0742fb349868317f42825290e)
2001-05-08 05:56:10 +00:00
Tim Potter
ae6e20300c Removed S_ISSOCK() macro as it's only used within winbind client code.
(This used to be commit 8fe76adb33bb7de19c8b2c8783dc6e3a3977bd8f)
2001-05-08 05:53:33 +00:00
Tim Potter
e5500c4a75 Added winbindd to list of binaries.
(This used to be commit 335e41b5ca6c3372aa1005e3c80ca04572f37878)
2001-05-08 05:52:17 +00:00
Tim Potter
b4944528d8 make proto
(This used to be commit 6d218c3e942a9be3af57f2500374b49d8ad25763)
2001-05-08 04:02:59 +00:00
Tim Potter
12ef6bc03e Fixed typo in comment.
(This used to be commit a8c49d1e608b178bcc53725d4a26cebb799fc6eb)
2001-05-08 04:00:01 +00:00
Tim Potter
481a727687 Fixed querydispinfo command.
(This used to be commit 727d2929bc4025ab418e933356d8ba4f31420423)
2001-05-08 03:53:16 +00:00
Tim Potter
3475c25714 Misc fixes to get winbindd working. We can now do a 'getent passwd'
and 'getent group' and have most things working.
(This used to be commit a7728bfa52291ec3149fbb704d7b30689af83e7c)
2001-05-08 03:52:07 +00:00
Tim Potter
706a1188c5 iinit_samr_q_lookup_rids() didn't actually copy the rids into the
parse structure.
(This used to be commit 139e767e78adafa4d4469d2d63415d46267f2fc9)
2001-05-08 03:50:42 +00:00
Tim Potter
4009e89f01 Fix for query_dispinfo()
Added lookup_rids() function.
(This used to be commit 9ff3c82a54a18d0d9f187c119656e58316c7eb0e)
2001-05-08 03:49:57 +00:00
Jeremy Allison
ee8821f2f3 Fix for insure missmatched parameter error.
Jeremy.
(This used to be commit b32b1afe25bc8f7a9c43e0d5fd6703a76caa51f8)
2001-05-08 01:26:28 +00:00
Jeremy Allison
061beddc61 Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stop
%I getpeername() failure.
Jeremy.
(This used to be commit 15584d30cd51650752fcbdd4f0dfc193fed18e5a)
2001-05-08 00:03:45 +00:00
Tim Potter
b50d072529 Hey what happened to my debug messages? Early exit from reopen_logs()
if using stdout_logging.
(This used to be commit 831b0983bd799fd73de18921f09991a1647ec482)
2001-05-07 23:46:48 +00:00
Gerald Carter
495f6e6787 merge from 2.2 removing the 'domain XXX' parameters.
(This used to be commit 9aefc86e355bf160300580acb85a58a18207ccdf)
2001-05-07 22:10:38 +00:00
Gerald Carter
dbd7e0a54e removed unused variables
(This used to be commit 09103b16cf0b70c476b48255190725e3dbb77bdb)
2001-05-07 22:08:34 +00:00
Jeremy Allison
1cebd0fe98 Fix for bad profile perms. Ensure r on files and rwx on directories.
Jeremy.
(This used to be commit f100e091abc57a9ba983e7c3cf84bfda2dbc2e18)
2001-05-07 21:17:42 +00:00
Gerald Carter
30c4c04c2f Patch from Simo:
o sed 's/pdb_clear_sam/pdb_free_sam/g'
  o add pdb_reset_sam()
  o password changing should be ok now as well.
(This used to be commit 96d0e7c3301ad990f6c83b9c216720cb32661fb5)
2001-05-07 14:04:46 +00:00
Tim Potter
050b0307f0 Removed unused variable.
(This used to be commit 6bd197714a6f51e43efb8fb72bb51e83c6991c79)
2001-05-07 06:05:30 +00:00
Tim Potter
c504e240a8 OK so I couldn't be as clever as I wanted to be with winbindd_glue.c
so all the glue functions are prefixed with wb_ to avoid conflicts with
the old rpc_client stuff which is still a dependency of smbd/nmbd.
(This used to be commit 873e672b90e85e092102e10966e9f93f4fa6814f)
2001-05-07 06:04:22 +00:00
Andrew Tridgell
9d5348c758 removed need for scandir in client.c
fixed possible bug with readdirname on systems with NAMELEN != strlen
(This used to be commit 78f448b7d4b83f569d27e0abf6b1759c43ff21f3)
2001-05-07 05:19:52 +00:00
Tim Potter
34417b19f8 Ignore *.po files.
(This used to be commit f8c83ce28b01ffd188dd10f0c731defaacb0fb45)
2001-05-07 05:04:53 +00:00
Tim Potter
ebb900cf3e iAdditional files for winbind merge.
(This used to be commit 38ab3b31b5dc39fb59f224b399bb9c2269f1c933)
2001-05-07 05:03:40 +00:00
Tim Potter
a36f9250e7 Preliminary merge of winbind into HEAD. Note that this compiles and links
but I haven't actually run it yet so it probably doesn't work.  (-:
(This used to be commit 59f95416b66db6df05289bde224de29c721978e5)
2001-05-07 04:32:40 +00:00
Andrew Tridgell
c2887d57b5 rebuild proto.h
(This used to be commit 2e2073447490e192ccb838dd488feb335dfba265)
2001-05-07 04:10:40 +00:00
Andrew Tridgell
6056766247 merge some fixes from 2.2
(This used to be commit 7e57adf2a039cb5b6458496f9190c9c642645600)
2001-05-07 03:55:54 +00:00
Andrew Tridgell
fe6b398a79 fix interfaces.c for aix 3.2.5
(This used to be commit a69532ffde761453f3d9189be2fbf1036c2ed196)
2001-05-07 03:21:23 +00:00
Tim Potter
3762d48404 Some versions of readline don't have rl_completion_func_t. )-:
Spotted by http://build.samba.org/
(This used to be commit da5a0f5c5b0917148fb6b668d4316aa4924708a1)
2001-05-07 02:03:32 +00:00
Tim Potter
8e84cde71d iAdded querydispinfo and querydominfo functions.
Allow rid to be specified in lookupuser.
(This used to be commit 1ea5aa4a80f9da56b071b403fb8f1cfa0ff79b8d)
2001-05-07 02:00:28 +00:00
Tim Potter
b4092fea16 Some reformatting (sorry Gerald).
Cleanup of exit paths.

Added query domain info and query display info.
(This used to be commit ff9e222e2ff3f50f4966d3c5859738a831c7adc9)
2001-05-07 01:55:08 +00:00
Andrew Tridgell
a636c642b5 new mput code from idra that doesn't need a call to find
(This used to be commit 5dac4cdee40b906455d984f4d7a7333ab411f876)
2001-05-07 01:51:56 +00:00
Tim Potter
350dc55c6e Fixed a compiler warning. Still more const warnings though. )-:
(This used to be commit a345b477a22f6261613d21d079b1632a9409c914)
2001-05-07 01:48:03 +00:00
Tim Potter
3bb92410a4 Fixed compiler warning.
(This used to be commit 063c2dea920dbf415e22d0359baa7b36bf513f09)
2001-05-07 01:08:41 +00:00