Jelmer Vernooij
7ed8b615b9
Reverse previous patch from Stefan and me after comments by Andrew Bartlett.
...
(This used to be commit d31509fe88da8727521586dced1da2c73bfee2bc)
2003-05-10 11:47:29 +00:00
Jelmer Vernooij
ec40d70b3b
Patch from metze and me that adds dummy smb_register_*() functions
...
(This used to be commit 367a5cad1edf6a49783806d5a8b59a62d8856706)
2003-05-10 10:56:20 +00:00
John Terpstra
e2641c5926
Fixes for typos and other stuff resulting from VL's feedback.
...
(This used to be commit 59d17982b7062e6a34e9382fb0056a913b28e23e)
2003-05-10 05:26:48 +00:00
Jeremy Allison
c3b5da608b
Fix from Tom.Lackemann@falconstor.com to correctly set the flags based
...
on the security entries sent.
Jeremy.
(This used to be commit 748ae44d55f54291da3fe6ba2d60285d6da3d415)
2003-05-10 02:05:27 +00:00
Jeremy Allison
364792cd48
Optimisation. We don't need to do 2 strlen's when we're setting the stat
...
struct in the correct place.
Jeremy.
(This used to be commit 98729bc9a60f77dbc107c42f4f7a60ed96e2102f)
2003-05-10 00:35:23 +00:00
Jeremy Allison
b6e365271f
Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.
...
Jeremy.
(This used to be commit ec36cb4f6f59dac2f459d831f960152603e12633)
2003-05-10 00:32:13 +00:00
Gerald Carter
b493aadb7a
removing total print jobs since it is not used anymore
...
(This used to be commit 6138093aa0ded3719f73ed3efbd7172131ca0fa3)
2003-05-09 21:49:24 +00:00
Jim McDonough
a441a70b16
Fix bug #4 for net rap. Allow more than 50 chars for long form listings of users and groups.
...
(This used to be commit 27ca9bde6ba1a21326d89ab1dab52f7053fff9a4)
2003-05-09 13:06:11 +00:00
Richard Sharpe
a5f417c33b
Some more static definitions ...
...
(This used to be commit 05d7850302d4369c4f8001c923217f8912261e7d)
2003-05-09 07:42:23 +00:00
Richard Sharpe
908491a0ec
Add some static ...
...
(This used to be commit 5368f10eabbca09eee1e2777e8cb2fcb7f92fc1d)
2003-05-09 07:03:10 +00:00
John Terpstra
89784e6c77
More edits. Hackety Hack.
...
(This used to be commit 6829762e3d71bd934b834dc2f09cc136758d04e0)
2003-05-09 06:48:33 +00:00
Richard Sharpe
00dde89dcd
Some more fixes for syntax problems on AIX etc ...
...
(This used to be commit 20756925486b407fbb2cf06d776ad2ce19b00c74)
2003-05-09 06:23:15 +00:00
Richard Sharpe
c1b0d515d5
Fix up a bunch of compiler warnings ...
...
(This used to be commit cd1182ba75fbfa6b17964a3fefba2c2c0292cfb7)
2003-05-09 05:39:50 +00:00
Richard Sharpe
40c924cb1e
Fix some compiler warnings about const etc ...
...
(This used to be commit edc51dbc9ce319c612e2ff9434ca5a7521ba016f)
2003-05-09 04:59:36 +00:00
Jeremy Allison
5418b7b5f0
Fix nasty bug pointed out by samba-technical poster. If name is mangled
...
then we weren't always correctly detecting that it had a valid stat struct
and so might now return a 'file existed'. Finally realized this when installing
the W2K resource kit as a test case.
Jeremy.
(This used to be commit a0688316ce0a9bad0b24cbb495f6e0a112227b50)
2003-05-09 01:06:43 +00:00
Gerald Carter
4286b7812f
add new %a strings
...
(This used to be commit b13046d95958995d9d05be977b8874df17fedb9b)
2003-05-08 21:58:34 +00:00
Gerald Carter
051c3c64d2
adding warning about case sensitive parameter
...
(This used to be commit 11bc14736df6826fb1619c04da4792c27c05d06b)
2003-05-08 21:56:51 +00:00
Gerald Carter
11d5c0a8b4
fix bug #47 ; revert registration of workgroup<1b> to 2.2 behavior
...
(This used to be commit 26824f572d29bebd3791bad6f6690b35984705cd)
2003-05-08 21:20:07 +00:00
Gerald Carter
1463c220c5
fixed bug #75 ; add check for non-zero destlen
...
(This used to be commit bfcec106d00355d32eb40dde99ddd5d5bed4cedb)
2003-05-08 20:19:21 +00:00
John Terpstra
949b2e3f6f
Another set of updates.
...
(This used to be commit 5fc92d4596956ad7a2f099276fb529d0ba28d10b)
2003-05-08 07:40:57 +00:00
Jeremy Allison
243b831de6
SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATION
...
are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>.
Jeremy.
(This used to be commit a635b6406ab091b4207b148d7a25099205008567)
2003-05-07 22:19:56 +00:00
Jeremy Allison
a262aa7329
Make fchown, fchmod conditional for systems that don't have them.
...
Jeremy.
(This used to be commit 4fe84f61735ee2328e01d2ae864b0e6c7729f51b)
2003-05-07 18:28:26 +00:00
John Terpstra
0627958bd3
Fix missing para marker.
...
(This used to be commit 453552d2cb2cdcb75c27a374fd8b93a72482cbdd)
2003-05-07 07:51:08 +00:00
John Terpstra
c42a842b24
More edits. Now working on BDC Documentation.
...
(This used to be commit c799638763fe0eb17b3bc5df853f0137aff54b94)
2003-05-07 07:44:38 +00:00
Jeremy Allison
819b48c4a9
Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>
...
Jeremy.
(This used to be commit 56fd8427389a45fe640d84b3481e9f3f3c24b4b7)
2003-05-07 02:01:33 +00:00
Martin Pool
b1f3d0e2c3
Merge from distcc:
...
Put in a prototype for dummy_snprintf() to quiet compiler warnings.
Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even if
the C library has some snprintf functions already.
(This used to be commit c49cfe1677b8daba4e2e73813ee712b2d0ec92cd)
2003-05-07 01:18:06 +00:00
Jeremy Allison
5601a2b7cc
We used to use the name "*",0x0 here, but some Windows
...
servers don't answer that name. However we *know* they
have the name workgroup#1b (as we just looked it up).
So do the node status request on this name instead.
Found at LBL labs.
Jeremy.
(This used to be commit c5b1654c28e33823a58c6447c152996a1eed1d0d)
2003-05-07 01:00:12 +00:00
John Terpstra
f0bf4b1f53
More stuffing, this turkey will soon be done.
...
(This used to be commit 4c1c75ae224eb138a71058472b25f9c22b61b349)
2003-05-06 23:57:37 +00:00
Jelmer Vernooij
078e66c8d2
Add metze's exit and idle event patch
...
(This used to be commit e599eba851db40816c684da2b7b1be4b978166e0)
2003-05-06 17:52:11 +00:00
Andrew Bartlett
e471916974
Domain Controller -> Domain Member Server.
...
(This used to be commit 61a01797113b5b9b08face1099b0433e8f9dd114)
2003-05-06 14:27:06 +00:00
Simo Sorce
c92b926ddf
uff, forgot to put back this one :-/
...
(This used to be commit 8e1e47b960495df7f603d7798d86734d070b21bb)
2003-05-06 14:02:34 +00:00
Simo Sorce
9cd45eeaf9
sort out some include dependencies
...
split out privileges from rpc_lsa.h
(This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9)
2003-05-06 13:10:10 +00:00
Simo Sorce
0c6cdfadfd
add mapping.h here
...
(This used to be commit fb03fafed14a2816808e98fd95850db3e655d5d9)
2003-05-06 10:00:02 +00:00
Simo Sorce
7835af32ec
restore structures from previous erroneous commit
...
(This used to be commit 58d284bd06f5893a752c1f22828715f8bd130c82)
2003-05-06 09:36:51 +00:00
John Terpstra
bf87f30253
Hackety, hackety, hack. More edits.
...
(This used to be commit b41b42ca31486aba39edb726fc30b0f48b618e3f)
2003-05-06 06:03:58 +00:00
John Terpstra
8b970cbb4d
Fix typo.
...
(This used to be commit ba7305600ceae51cc6d6eb302e12fd00648d6ca8)
2003-05-05 19:20:14 +00:00
Rafal Szczesniak
4905d39f4f
Turn off using lsa_qos.
...
Rafal
(This used to be commit d03124fbf182f194e48c4ef9ae6aedc4db4f13b0)
2003-05-05 08:43:43 +00:00
John Terpstra
91a77e8afb
More updates.
...
(This used to be commit 6fab230bef2626f1d24d84de9994bb06d1db8c66)
2003-05-05 06:46:13 +00:00
John Terpstra
08eaa9de93
Fixing Syntax Problems.
...
(This used to be commit f1332b194982c5255bdf4fa453cd2a2939668239)
2003-05-05 04:58:35 +00:00
Tim Potter
ddb870f36b
A good reason to use make variables instead of autoconf substitutions
...
directly - fixed problem where the last line of the link command was
'\ @LDAP_LIBS@'. If @LDAP_LIBS@ is zero then the backslash
incorrectly includes the next line of the Makefile in the current
target.
This should fix a bucketload of build farm failures.
(This used to be commit 895bef1a62f60f4e91dc6b1c244820b024c36a5c)
2003-05-05 04:09:56 +00:00
Tim Potter
c724747e2d
Fixed typo introduced when reverting patch from revision 1.19
...
(This used to be commit a102734263a2cbd5b9eafbddf036e173b507a7fd)
2003-05-05 03:34:19 +00:00
Tim Potter
4b8d28f832
AIX doesn't append $SHLIB_EXT to NSS libraries.
...
Also merged a little bit of abartlet's recent configure.in change of
duplicated IRIX stuff.
(This used to be commit d15406ad910bc952c741e8d4d574064dbc5e88ef)
2003-05-05 01:52:08 +00:00
John Terpstra
722791b4f8
Updatting docs further. More to come.
...
(This used to be commit e1c6242dbc4c448de19d61d7a39b05f0444c4fbf)
2003-05-05 00:08:31 +00:00
Simo Sorce
a5cc68290e
move some things around
...
(This used to be commit a4fc9c3b2dfbdbb3f75bf38415741ff66dbe1367)
2003-05-04 23:41:51 +00:00
John Terpstra
9748661b71
More updates.
...
(This used to be commit 969b0f8cce59e5ce25b71eac6845e1c2dcd8cc1a)
2003-05-04 08:29:46 +00:00
John Terpstra
0b16ea577f
Update.
...
(This used to be commit da4d7a8797eb69e6960db798e78eb3b0ca2dd84a)
2003-05-04 01:25:15 +00:00
John Terpstra
0e97dec594
Re-arrangement of Chapters 3-8, merges, updates - first installment only.
...
(This used to be commit 549b047994bbaacc8e2e847c80bcb307c9f4a565)
2003-05-03 05:51:54 +00:00
Simo Sorce
8b232cbb3e
fixes to *_util.c files
...
add winbindd_passdb backend
this makes it possible to have nua accounts on security = user servers to
show up in unic through nss_winbind.so
the problem is that we do not have group support, so nss group support is
not very good at this time (read: totally absent)
we NEED group support in passdb
(This used to be commit 921215cf4bfbd4d7457f81e181bb1a74a4531ca1)
2003-05-03 01:29:18 +00:00
Simo Sorce
8caaebf56e
exclude tdbsam2.h generation until it will be used
...
(This used to be commit 28b73a39219fd717c60eba207143fb40d5ff123a)
2003-05-02 18:24:30 +00:00
Simo Sorce
7474488713
fix pam_smbpass
...
typos
(This used to be commit 7e28ee1cf8db065f2518b4543f2e54da97cc19e2)
2003-05-02 17:44:59 +00:00