1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

7575 Commits

Author SHA1 Message Date
Andrew Bartlett
a30726581e r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in hdb-ldb.
Andrew Bartlett
(This used to be commit 96e124b7bb9a916bbdfbfa36d24a1dafa262c552)
2007-10-10 13:47:30 -05:00
Stefan Metzmacher
49b10f4def r12325: - remove the hostcc object files with make clean
- move the .SUFFIXES statement before the suffix rules
  this fixes the build with bsd make

metze
(This used to be commit 11da32df31db8cd0836bf66ce2650cb1c43c24c5)
2007-10-10 13:47:30 -05:00
Andrew Tridgell
ddbeaa2f65 r12324: use command line credentials if available in ldap.js
(This used to be commit f4f99f9af33699ac8fe43b09fa7542aab72a031a)
2007-10-10 13:47:29 -05:00
Andrew Tridgell
4ee24ce2ba r12323: fixeed the use of options.get_credentials() for ldb
(This used to be commit b27d81dca9fd07c83b11a5bb3a883ec3f28cca6a)
2007-10-10 13:47:29 -05:00
Andrew Tridgell
ac3f676f62 r12322: automatically use cmdline_credentials if the ldb object doesn't have
its own credentials element
(This used to be commit de8975bdd3dc9b4f4d65000e126bbd11c43b3f06)
2007-10-10 13:47:29 -05:00
Andrew Bartlett
46de306f13 r12320: Add command-line processing hooks for simple bind DN, and password callback.
We may change this in future.

Andrew Bartlett
(This used to be commit 5fec784d4795af0cf82d36766586ded134f62165)
2007-10-10 13:47:28 -05:00
Andrew Bartlett
97b54b007e r12310: Link simple bind support in our internal LDAP libs to LDB and the
command line processing system.

This is a little ugly at the moment, but works.  What I cannot manage
to get to work is the extraction and propogation of command line
credentials into the js interface to ldb.

Andrew Bartlett
(This used to be commit f34ede763e7f80507d06224d114cf6b5ac7c8f7d)
2007-10-10 13:47:28 -05:00
Stefan Metzmacher
810833ad93 r12309: fix a crash bug, which appens in an error case
metze
(This used to be commit 292bb4b6cb600ce286ded90d32d72123fdaae1d7)
2007-10-10 13:47:28 -05:00
Stefan Metzmacher
736543016e r12304: split out the wins partner configuration into a seperate ldb.
now $privatedir/wins_config.ldb contains the wins partners
and $lockdir/wins.ldb contains the name records

metze
(This used to be commit baa4a7a9d4f16adf476846850a63dfbfd51b10b3)
2007-10-10 13:47:28 -05:00
Stefan Metzmacher
356eed3fe8 r12302: - create the logfilebase directory with make install
- get rid of unreadable long lines

metze
(This used to be commit 98fa61714b61d8a725b1aca82f830fd0d24456d3)
2007-10-10 13:47:28 -05:00
Stefan Metzmacher
358cfffaa2 r12301: FHS 2.2 says that /var/cache/* contains only cached data, which can we removed without
losing data, we should keep our databases under /var/lib/*

should I merge this to samba3 too?

metze
(This used to be commit 82f5a0462e51e9e59d8d1ed402762d08cfca20fe)
2007-10-10 13:47:27 -05:00
Rafal Szczesniak
b19d882458 r12294: Move dcerpc_pipe_open_sock() to async implementation.
rafal
(This used to be commit 02e79800346d232bb14c476f62a3e5ba30f79bd4)
2007-10-10 13:47:27 -05:00
Stefan Metzmacher
019a322c56 r12288: make sure we always include heimdal_build/config.h, before
heimdal/lib/roken/roken.h, this fixes the build on the 64bit machines

metze
(This used to be commit 657345da222a7aa0fc2c8d96881a969805a4d7a5)
2007-10-10 13:47:27 -05:00
Stefan Metzmacher
8a2385c933 r12287: move the wins.ldb into lockdir
metze
(This used to be commit bcf04a49e329af6c2a72c0a9cf037cc4efeeb26f)
2007-10-10 13:47:27 -05:00
Stefan Metzmacher
a2013b16b9 r12286: handle absolute path and url in lock_path() as in private_path()
metze
(This used to be commit 35d76f733793aecb89d82ce30a8cecb7371d3e95)
2007-10-10 13:47:27 -05:00
Stefan Metzmacher
c0277892d0 r12285: move the smbd.tmp into piddir, --with-fhs piddir is different
from lockdir and they are typically set to piddir=/var/run/samba
and lockdir=/var/lib/samba, and we should keep the temporary stuff
under /var/run/samba

metze
(This used to be commit 571a870618cf595930da3057b147058489c8a37b)
2007-10-10 13:47:26 -05:00
Stefan Metzmacher
28e3c7ac00 r12284: use the correct name for logging
metze
(This used to be commit 6c457873f78397b7da47a4d98fe27d63ae60a379)
2007-10-10 13:47:26 -05:00
Andrew Bartlett
fbf106f670 r12269: Update to current lorikeet-heimdal. This changed the way the hdb
interface worked, so hdb-ldb.c and the glue have been updated.

Andrew Bartlett
(This used to be commit 8fd5224c6b5c17c3a2c04c7366b7e367012db77e)
2007-10-10 13:47:26 -05:00
Andrew Bartlett
d8966dcd7e r12268: Use transactions to ensure that the schannel db is consistant.
Andrew Bartlett
(This used to be commit 949137e3122a3163a9fc923a418633a791364afe)
2007-10-10 13:47:26 -05:00
Andrew Bartlett
984860f922 r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'ed
the old event context in the standard process modal child.

Andrew Bartlett
(This used to be commit 0f52a9ab071c181c7f764adc8be83e162e649931)
2007-10-10 13:47:25 -05:00
Stefan Metzmacher
76ec239ccd r12266: add --with-libdir option to overwrite the result that is set by --with-fhs=yes/no
metze
(This used to be commit 8e3b0a99979021540a7fc741c441c6cc647755fe)
2007-10-10 13:47:25 -05:00
Stefan Metzmacher
a5b6b170a3 r12265: as all server_service modules are specified in smbd/config.mk
follow this rule for the winbind one too

metze
(This used to be commit 2ace7e0d2d608f7b5e9d17a2d533514fe0d22840)
2007-10-10 13:47:25 -05:00
Stefan Metzmacher
3c145e05c7 r12260: move the string "smbd" to one place
metze
(This used to be commit dbb8f626706bc1d41d6629b04432a34840daa355)
2007-10-10 13:47:25 -05:00
Jelmer Vernooij
4bc1cc52ec r12256: Add helper script for installing pkg-config files
(This used to be commit c05ffb05c85475669d72afcc183cfb54bd7c73d5)
2007-10-10 13:47:25 -05:00
Stefan Metzmacher
275cf2b364 r12255: - we don't use SIGUSR1 anymore, so ignore it
- we don't handle SIGHUP just, so ignore it

metze
(This used to be commit 09a517bd974e47547d6c3f3ff932289c47845efe)
2007-10-10 13:47:24 -05:00
Jelmer Vernooij
ab31a44216 r12254: Add some (hopefully correct) descriptions for libraries that are installed.
Install pkg-config files.
(This used to be commit a86abe84e2cae7c6188c094a92c6b62aace02fdf)
2007-10-10 13:47:24 -05:00
Jelmer Vernooij
f8be4e8a4f r12253: Automatically build seperate binaries without -rpath to install when
using shared libraries and developer mode is enabled.
(This used to be commit 507bee76dc26b048ead317ec5e10a9deb1ff7f09)
2007-10-10 13:47:24 -05:00
Andrew Bartlett
6589e93b1b r12252: With this change (hack) we can now do an provision onto Samba4's LDAP
server.  Now to try another one...

Andrew Bartlett
(This used to be commit 175f616d74ac3567a35713343be0c63c96c5aede)
2007-10-10 13:47:24 -05:00
Stefan Metzmacher
c0c55a8168 r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead()
- free it at the end of wrepl_socket_dead() if needed

metze
(This used to be commit 58285115c83a3b7bbc9bf52a105cebd11831e9d8)
2007-10-10 13:47:24 -05:00
Stefan Metzmacher
1d91ad0f73 r12242: - make the push notifications triggered by the change count
- for now we fake the change count to '1', so we'll still have periodicly triggered push
  notifies, the interval is the 'wreplsrv:periodic_interval=60'
- add the 'pushUseInform' attribute to the wreplPartner objectClass
  to configure if we'll use WREPL_REPL_INFORM notifies

metze
(This used to be commit fa1a5660bb2ef7fabd72ad9b993dd91d59ac409e)
2007-10-10 13:47:23 -05:00
Stefan Metzmacher
b1e5004665 r12241: fix the inform push notifies
metze
(This used to be commit 626d0e6fe508603f5f28b88fd18ff5d71a4660ca)
2007-10-10 13:47:23 -05:00
Stefan Metzmacher
e55a7077e6 r12240: if the caller isn't interessted in the reply packet, just free it
(mostly use for send_only requests, where we don't have a reply at all)

metze
(This used to be commit a01d5a769c63777232aad89f8c4b5460824ca2b1)
2007-10-10 13:47:23 -05:00
Stefan Metzmacher
bdc2a850da r12239: as we only get error from our events system when we wait for read events,
we need to initialy ask for read events too, otherwise we'll never get an
error back from socket_connect()

metze
(This used to be commit 7d94054d0fc954e6d810573430f2c5d35b73125d)
2007-10-10 13:47:23 -05:00
Stefan Metzmacher
d09a32f5d7 r12238: don't crash when an error happens while connecting and the packet_context isn't inplace yet
metze
(This used to be commit 064d9409c3dda25a803fd5ca9ad15c48271e8905)
2007-10-10 13:47:23 -05:00
Andrew Bartlett
daa4cce71d r12232: I hate SWAT code being outside 'source'. Add in code to push the
user's session info into ldb structure for the ldb tests.

Andrew Bartlett
(This used to be commit 4e1a60a24f7c38170a22d6092b4d5392f5bca5d3)
2007-10-10 13:47:22 -05:00
Stefan Metzmacher
39f914d4e7 r12230: prepare for a generic periodic processing scheduling of
pull,push,scavenging and reread-config events

metze
(This used to be commit 977117278c4b9fc1b7845b6aa6d5862e5a776651)
2007-10-10 13:47:22 -05:00
Stefan Metzmacher
2e51b42c2c r12229: fix the expire time for released records
metze
(This used to be commit 6d355a953838bb551b6aef05b2daaeae13682a7b)
2007-10-10 13:47:22 -05:00
Stefan Metzmacher
2759fc850b r12228: fix the expire time for RELEASED records
metze
(This used to be commit afb0f660a2e4e5ae78c2906e2acf9eba50ea598f)
2007-10-10 13:47:22 -05:00
Andrew Bartlett
a1827a1deb r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb
backend.

The idea is that every time we open an LDB, we can provide a
session_info and/or credentials.  This would allow any ldb to be remote
to LDAP.  We should also support provisioning to a authenticated ldap
server.

(They are separate so we can say authenticate as foo for remote, but
here we just want a token of SYSTEM).

Andrew Bartlett
(This used to be commit ae2f3a64ee0b07575624120db45299c65204210b)
2007-10-10 13:47:22 -05:00
Jelmer Vernooij
470ba9434a r12219: Use some more common functions
(This used to be commit 57ea480c24ff914dfa6cbc5a309020b21fa4af39)
2007-10-10 13:47:21 -05:00
Jelmer Vernooij
085aac2e01 r12218: Use common functions for generating lists
(This used to be commit ba913b86e866a67402785d9177711beb16db2cab)
2007-10-10 13:47:21 -05:00
Stefan Metzmacher
1fb792114a r12217: add my copyright
metze
(This used to be commit f251c5709678415521b3ebae413a6616daa6e50a)
2007-10-10 13:47:20 -05:00
Jelmer Vernooij
efe67458c1 r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers
in build/smb_build/, remove unused pstring macros
(This used to be commit 432296207400636dd81d0929ec7b1b4cebbcaa62)
2007-10-10 13:47:19 -05:00
Stefan Metzmacher
d8c4862d8c r12211: remove unused element
metze
(This used to be commit 1c0586868083455780aec38f638277b313dcfa1a)
2007-10-10 13:47:19 -05:00
Jelmer Vernooij
d0f4663771 r12209: Fix some issues with XML entities.
(This used to be commit 754e51b19d2d1fd6be8e01d62b6ec892688f934c)
2007-10-10 13:47:18 -05:00
Jelmer Vernooij
265b0c6a31 r12208: Remove obsolete scons directory
(This used to be commit e90abfcc7d84d0cae566ecf395dbef4b927de0f9)
2007-10-10 13:47:18 -05:00
Jelmer Vernooij
12354cbe91 r12207: More improvements to the Debian package by Steinar Gunderson.
(This used to be commit 72df2de396a3d8ada56362b807532ca6416d99e4)
2007-10-10 13:47:18 -05:00
Jelmer Vernooij
a3b0f53f47 r12206: Fix some issues in NOEMIT
(This used to be commit 905cebd117f3b05a286f014e2c21b0843e8f7caf)
2007-10-10 13:47:18 -05:00
Jelmer Vernooij
5352b38928 r12205: Support 'TFS' command in conformance files
(This used to be commit 3241ce7ad75a2f91327815374ad698e8bedb2e73)
2007-10-10 13:47:18 -05:00
Jelmer Vernooij
b0acabca58 r12201: Remove some lines that I accidently added more then once
(This used to be commit 332dbf755796c7e51752bd735b5de3f693bbf88e)
2007-10-10 13:47:17 -05:00