Volker Lendecke
f2e7b8d144
r18643: Fix a 64-bit warning
...
(This used to be commit bd17517796
)
2007-10-10 11:52:03 -05:00
Gerald Carter
c2c684b460
r18642: convert [out] parameters to pointers in Spooler IDL
...
(This used to be commit 9c67dd36c6
)
2007-10-10 11:52:03 -05:00
Gerald Carter
768e7cb043
r18641: Checking in the wkssvc files after updating the [out]
...
pointers. Waiting on on srvsvc files before it can actually compile.
(This used to be commit 1dbfb25d0a
)
2007-10-10 11:52:03 -05:00
Stefan Metzmacher
47e6b7733a
r18640: move to socket_wrapper to lib/socket_wrapper/
...
and sync it with samba4
metze
(This used to be commit 9c0e5b29f1
)
2007-10-10 11:52:03 -05:00
Volker Lendecke
58bd4333a5
r18638: This is an attempt to fix the AIX build. Jeremy, as you are busy talking
...
SASL/Steve/Andrew I can't right now ask why the aio.h is needed for the
timespec test.
Might have to revert that soon.
Volker
(This used to be commit fa53ad6571
)
2007-10-10 11:52:02 -05:00
Jelmer Vernooij
0da8adbc59
r18632: Make C++ compilers happy.
...
(This used to be commit 609224565f
)
2007-10-10 11:52:01 -05:00
Gerald Carter
738f168ecc
r18623: starting on eventlog IDL
...
(This used to be commit 6cb7b6226d
)
2007-10-10 11:52:01 -05:00
Günther Deschner
505f1d1e04
r18622: Fix at least the python bindings *build*, I'm sure there is much more to
...
do so that they actually work again.
Guenther
(This used to be commit 49d07d0cf9
)
2007-10-10 11:52:01 -05:00
Günther Deschner
1e02ed76eb
r18621: Fix samr server build.
...
Guenther
(This used to be commit 23d6656427
)
2007-10-10 11:52:01 -05:00
Günther Deschner
245aa33f0d
r18620: Fallback to non-paging LDAP searches in ads_do_search_retry_internal()
...
for anonymous bound connections.
When doing anonymous bind you can never use paged LDAP control for
RootDSE searches on AD.
Guenther
(This used to be commit dc1d92faab
)
2007-10-10 11:52:01 -05:00
Günther Deschner
a812e2d7db
r18619: Add rpcclient helper for samr_querydispinfo2|3 for testing.
...
Guenther
(This used to be commit 1a307954e5
)
2007-10-10 11:52:00 -05:00
Gerald Carter
8dd826f500
r18618: * remove svn:externals
...
* 'make idl' now requires pidl in the current PATH
* regenerate winreg ndr files
(This used to be commit e936d39e00
)
2007-10-10 11:52:00 -05:00
Gerald Carter
ab91674753
r18617: fix unixinfo call after change to IDL (change from pointer)
...
(This used to be commit fd0579b963
)
2007-10-10 11:52:00 -05:00
Gerald Carter
4646147a39
r18616: fix breakage after DLIST_ADD_END() changes for --with-pam
...
(This used to be commit 5c00b5497b
)
2007-10-10 11:52:00 -05:00
Jeremy Allison
6b07596a0f
r18613: Metze, in your DLINKLIST commit you changed this
...
from 10 seconds to 30 seconds. I don't think you
meant to do this....
Jeremy.
(This used to be commit dd1691cf81
)
2007-10-10 11:52:00 -05:00
Stefan Metzmacher
7ee716e701
r18612: remove RPC-ECHO till it gets fixed
...
metze
(This used to be commit 2afeec3d15
)
2007-10-10 11:52:00 -05:00
Stefan Metzmacher
86b701d3cc
r18608: -D_SAMBA_BUILD_ was already added in another place to CFLAGS
...
so we don't need it twice
metze
(This used to be commit 19259e5e93
)
2007-10-10 11:51:59 -05:00
Stefan Metzmacher
1626d2926a
r18606: - fix the detection of the working quota implementation
...
- we now define the set of samba related include path in one place
so that we can't get it wrong in different places
metze
(This used to be commit 6bf0aad052
)
2007-10-10 11:51:59 -05:00
Stefan Metzmacher
258a465e20
r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()
...
and DLIST_DEMOTE() now take the type of the tmp pointer
not the tmp pointer itself anymore.
metze
(This used to be commit 2f58645b70
)
2007-10-10 11:51:59 -05:00
Jeremy Allison
8155621d54
r18603: Add in the NFSv4 ACL mapping code from IBM.
...
Sorry for the delay :-).
Jeremy.
(This used to be commit a52fa21895
)
2007-10-10 11:51:59 -05:00
Volker Lendecke
b5fabe4cf8
r18598: Add marshalling support to smb_io_time.
...
Volker
(This used to be commit 2ab0ab3262
)
2007-10-10 11:51:59 -05:00
Volker Lendecke
8bf6d57176
r18597: A C++ warning
...
(This used to be commit 528082aed8
)
2007-10-10 11:51:57 -05:00
Jelmer Vernooij
e5db7fee0f
r18572: Use the autogenerated client and server for the echo interface and implement
...
some of the missing functions. RPC-ECHO now passes against Samba3.
(This used to be commit 9e9a053661
)
2007-10-10 11:51:51 -05:00
Gerald Carter
47debfd03a
r18562: quick build fix rather than rolling back (I didn't actually intend the previous commit but got confused between Samab 3 & 4 branches)
...
(This used to be commit 990e7c3f8e
)
2007-10-10 11:51:50 -05:00
Gerald Carter
c4013df0c1
r18560: * Add in the winreg and initshutdown IDL files
...
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN
for compatibility with pidl libndr output
(This used to be commit 23a8828613
)
2007-10-10 11:51:50 -05:00
Jeremy Allison
1052e48e87
r18557: If you've set security=ads, do the DNS queries first.
...
Doing otherwise means site support doesn't work correctly.
Jeremy.
(This used to be commit 06a75f3b93
)
2007-10-10 11:51:50 -05:00
Volker Lendecke
e5b3b3cac5
r18556: Implement "net sam policy", thanks to Karolin Seeger <ks@sernet.de>.
...
Volker
(This used to be commit da22aa7021
)
2007-10-10 11:51:49 -05:00
Jeremy Allison
a0aaa82f6d
r18552: Ensure the sitename matches before we SAF store a DC in ADS mode.
...
Jeremy.
(This used to be commit 03e1078b45
)
2007-10-10 11:51:49 -05:00
Jeremy Allison
07e9f4e61a
r18551: Implement a 30 seconds from startup, during which we
...
try hard to connect a DC even if we might be offline.
Jeremy.
(This used to be commit a9f1151407
)
2007-10-10 11:51:49 -05:00
Jeremy Allison
315ad641c3
r18547: Add in fixes to mangling dir code - ensure don't
...
look in the paths for wcard - always read directly
from incoming packet.
Jeremy.
(This used to be commit 3745a1af4e
)
2007-10-10 11:51:48 -05:00
Volker Lendecke
8e7799889f
r18543: Fix Coverity ID#312
...
(This used to be commit 763cbe924b
)
2007-10-10 11:51:48 -05:00
Simo Sorce
d6943ee546
r18534: Fix grammar
...
(This used to be commit 6c9b80bde3
)
2007-10-10 11:51:48 -05:00
Jeremy Allison
041e49d196
r18533: Ensure we clear out the failed connection cache for an entire
...
domain when going back online.
Jeremy.
(This used to be commit c7e4c8d0b4
)
2007-10-10 11:51:48 -05:00
Simo Sorce
019c89a67e
r18530: typos
...
(This used to be commit 8c5c4959ed
)
2007-10-10 11:51:48 -05:00
Simo Sorce
f560ee201d
r18529: warn the user that putting the machine host name on the
...
127.0.0.1 line in /etc/hosts is not ok for Kerberos.
(This used to be commit 85126391e1
)
2007-10-10 11:51:47 -05:00
Volker Lendecke
fcec9a23e9
r18527: Janitor for Jeremy ;-)
...
(This used to be commit d72ba9ed12
)
2007-10-10 11:51:46 -05:00
Jelmer Vernooij
71453ab90d
r18526: Use generated server for unixinfo RPC interface.
...
(This used to be commit a5c0606d76
)
2007-10-10 11:51:46 -05:00
Jeremy Allison
1e81145362
r18525: Be a little less agressive about going back online when requested.
...
Jeremy.
(This used to be commit 9a0066278c
)
2007-10-10 11:51:46 -05:00
Volker Lendecke
5077d28081
r18519: Copy over the Samba4 code to figure out options for the named initializers.
...
Volker
(This used to be commit 1786c28cc3
)
2007-10-10 11:51:45 -05:00
Günther Deschner
2ad8c705b2
r18512: Add krb5conf file environment to debug statement.
...
Guenther
(This used to be commit 398f368c8a
)
2007-10-10 11:51:45 -05:00
Günther Deschner
0f9c9db072
r18511: Ops, fix the build.
...
Guenther
(This used to be commit 20de0b4823
)
2007-10-10 11:51:45 -05:00
Günther Deschner
b2c0260219
r18510: Protect against storing null-sids in the winbind cache.
...
Guenther
(This used to be commit b04c8d46ef
)
2007-10-10 11:51:45 -05:00
Jeremy Allison
415c75f320
r18509: We must always canonicalise the usernames to be UPPERCASE DOMAIN,
...
lowercase username. We cache names as keys in this form, and we weren't
always returning this....
Jeremy.
(This used to be commit 205aa2b70d
)
2007-10-10 11:51:45 -05:00
Günther Deschner
dda94fdf96
r18508: A query for the LDAP schema can never be done anonymously against AD.
...
Guenther
(This used to be commit 8bb6e82f02
)
2007-10-10 11:51:44 -05:00
Jeremy Allison
4b57919051
r18507: Added debug log for returned username.
...
Jeremy.
(This used to be commit 7644fa70ba
)
2007-10-10 11:51:44 -05:00
Jeremy Allison
ddbf923253
r18506: Fix online requests to cause an immediate DC connection.
...
Jeremy.
(This used to be commit 03b1699fa7
)
2007-10-10 11:51:44 -05:00
Jelmer Vernooij
e6b7c350c1
r18487: Add NULL checks
...
(This used to be commit 3df11307f8
)
2007-10-10 11:51:44 -05:00
Günther Deschner
1f0b2e84d7
r18484: Start some cleanup on pam_winbind's syslogging:
...
* as openlog() is non-reentrant and pam_winbind thereby overrides the
syslog settings of the calling application, directly call syslog (or
pam_vsyslog if available)
* support the PAM_SILENT flag to avoid any log messages beeing created
Guenther
(This used to be commit 0f7e37ffc4
)
2007-10-10 11:51:44 -05:00
Jeremy Allison
b3b207e966
r18483: Ensure all pdb_XXX calls are wrapped in become_root()/unbecome_root()
...
pairs. Should fix bug #4097 .
Jeremy.
(This used to be commit f787b9d156
)
2007-10-10 11:51:44 -05:00
Jelmer Vernooij
48e2a2bfb7
r18481: Use pidl-generated server side code for dfs.
...
(This used to be commit 3f337c104d
)
2007-10-10 11:51:43 -05:00