Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r12385: call pidl with the perl found by configure | Stefan Metzmacher | 2005-12-20 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12384: I can't spell... | Andrew Bartlett | 2005-12-20 | 1 | -1/+1 | |
| | ||||||
* | r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and they | Andrew Bartlett | 2005-12-20 | 2 | -6/+9 | |
| | | | | | | require the isSynchronized flag in the rootDSE. Andrew Bartlett | |||||
* | r12382: Ensure to return OK on anonymous mapping. | Andrew Bartlett | 2005-12-19 | 1 | -0/+1 | |
| | | | | Andrew Bartlett | |||||
* | r12381: Try not to segfault on an anonymous LDAP bind, and map to a guest login. | Andrew Bartlett | 2005-12-19 | 1 | -2/+8 | |
| | | | | Andrew Bartlett | |||||
* | r12380: add a wraper script that calls the perl scripts in heimdal_build/ | Stefan Metzmacher | 2005-12-19 | 2 | -8/+15 | |
| | | | | | | with the correct perl version, that was detected with configure metze | |||||
* | r12379: export the detected perl | Stefan Metzmacher | 2005-12-19 | 2 | -1/+2 | |
| | | | | metze | |||||
* | r12378: fix perl warnings | Stefan Metzmacher | 2005-12-19 | 1 | -2/+4 | |
| | | | | metze | |||||
* | r12373: Add RPC-JOIN as a test to always run. | Andrew Bartlett | 2005-12-19 | 1 | -3/+3 | |
| | | | | Andrew Bartlett | |||||
* | r12372: - make the periodic scheduling a bit easier, instead of passing | Stefan Metzmacher | 2005-12-19 | 3 | -30/+61 | |
| | | | | | | | | an uint32_t next_interval everywhere, we now call wreplsrv_periodic_schedule() if we want to schedule an event - also prevent us from looping with a 0 interval, by using 1s as minimum interval metze | |||||
* | r12370: - if we got a reply without a pending request, mark the socket as dead | Stefan Metzmacher | 2005-12-19 | 1 | -0/+5 | |
| | | | | | | instead of segfaulting metze | |||||
* | r12364: add UINT32_MAX and UINT64_MAX replacement defines | Stefan Metzmacher | 2005-12-19 | 2 | -0/+10 | |
| | | | | | | (hopefully fix the build on OpenBSD) metze | |||||
* | r12363: minor fixes for win2000 join/login | Andrew Tridgell | 2005-12-19 | 2 | -2/+12 | |
| | | | | | | | | - the objectClass needs to be added to the list of attributes to make the check for objectClass=computer work - the short version of the name needs to be used for the 'cn' in cracknames | |||||
* | r12362: Along with a cracknames change in the previous commit, this should | Andrew Bartlett | 2005-12-19 | 1 | -9/+15 | |
| | | | | | | allow Win2000 machines to again use kerberos with Samba4. Andrew Bartlett | |||||
* | r12361: Add a new function: ldb_binary_encode_string() | Andrew Bartlett | 2005-12-19 | 6 | -27/+82 | |
| | | | | | | | | | | This is for use on user-supplied arguments to printf style format strings which will become ldb filters. I have used it on LSA, SAMR and the auth/ code so far. Also add comments to cracknames code. Andrew Bartlett | |||||
* | r12360: Add simple bind support into our LDAP server. | Andrew Bartlett | 2005-12-19 | 4 | -3/+188 | |
| | | | | | | Needs changes to our client code for automated testing. Andrew Bartlett | |||||
* | r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in ↵ | Andrew Bartlett | 2005-12-18 | 1 | -21/+7 | |
| | | | | | | hdb-ldb. Andrew Bartlett | |||||
* | r12325: - remove the hostcc object files with make clean | Stefan Metzmacher | 2005-12-18 | 2 | -2/+3 | |
| | | | | | | | - move the .SUFFIXES statement before the suffix rules this fixes the build with bsd make metze | |||||
* | r12323: fixeed the use of options.get_credentials() for ldb | Andrew Tridgell | 2005-12-18 | 1 | -2/+6 | |
| | ||||||
* | r12322: automatically use cmdline_credentials if the ldb object doesn't have | Andrew Tridgell | 2005-12-18 | 1 | -0/+4 | |
| | | | | its own credentials element | |||||
* | r12320: Add command-line processing hooks for simple bind DN, and password ↵ | Andrew Bartlett | 2005-12-18 | 2 | -7/+18 | |
| | | | | | | | | callback. We may change this in future. Andrew Bartlett | |||||
* | r12310: Link simple bind support in our internal LDAP libs to LDB and the | Andrew Bartlett | 2005-12-18 | 3 | -5/+41 | |
| | | | | | | | | | | 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 | |||||
* | r12309: fix a crash bug, which appens in an error case | Stefan Metzmacher | 2005-12-17 | 1 | -6/+9 | |
| | | | | metze | |||||
* | r12304: split out the wins partner configuration into a seperate ldb. | Stefan Metzmacher | 2005-12-17 | 4 | -4/+21 | |
| | | | | | | | now $privatedir/wins_config.ldb contains the wins partners and $lockdir/wins.ldb contains the name records metze | |||||
* | r12302: - create the logfilebase directory with make install | Stefan Metzmacher | 2005-12-17 | 1 | -3/+28 | |
| | | | | | | - get rid of unreadable long lines metze | |||||
* | r12301: FHS 2.2 says that /var/cache/* contains only cached data, which can ↵ | Stefan Metzmacher | 2005-12-17 | 1 | -1/+1 | |
| | | | | | | | | | | we removed without losing data, we should keep our databases under /var/lib/* should I merge this to samba3 too? metze | |||||
* | r12294: Move dcerpc_pipe_open_sock() to async implementation. | Rafal Szczesniak | 2005-12-16 | 1 | -44/+135 | |
| | | | | rafal | |||||
* | r12288: make sure we always include heimdal_build/config.h, before | Stefan Metzmacher | 2005-12-16 | 1 | -0/+1 | |
| | | | | | | heimdal/lib/roken/roken.h, this fixes the build on the 64bit machines metze | |||||
* | r12287: move the wins.ldb into lockdir | Stefan Metzmacher | 2005-12-16 | 2 | -4/+4 | |
| | | | | metze | |||||
* | r12286: handle absolute path and url in lock_path() as in private_path() | Stefan Metzmacher | 2005-12-16 | 1 | -0/+6 | |
| | | | | metze | |||||
* | r12285: move the smbd.tmp into piddir, --with-fhs piddir is different | Stefan Metzmacher | 2005-12-16 | 1 | -1/+24 | |
| | | | | | | | | 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 | |||||
* | r12284: use the correct name for logging | Stefan Metzmacher | 2005-12-16 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12269: Update to current lorikeet-heimdal. This changed the way the hdb | Andrew Bartlett | 2005-12-15 | 32 | -742/+949 | |
| | | | | | | interface worked, so hdb-ldb.c and the glue have been updated. Andrew Bartlett | |||||
* | r12268: Use transactions to ensure that the schannel db is consistant. | Andrew Bartlett | 2005-12-15 | 1 | -0/+17 | |
| | | | | Andrew Bartlett | |||||
* | r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'ed | Andrew Bartlett | 2005-12-15 | 4 | -7/+18 | |
| | | | | | | the old event context in the standard process modal child. Andrew Bartlett | |||||
* | r12266: add --with-libdir option to overwrite the result that is set by ↵ | Stefan Metzmacher | 2005-12-15 | 1 | -0/+13 | |
| | | | | | | --with-fhs=yes/no metze | |||||
* | r12265: as all server_service modules are specified in smbd/config.mk | Stefan Metzmacher | 2005-12-15 | 2 | -7/+15 | |
| | | | | | | follow this rule for the winbind one too metze | |||||
* | r12260: move the string "smbd" to one place | Stefan Metzmacher | 2005-12-15 | 1 | -14/+16 | |
| | | | | metze | |||||
* | r12256: Add helper script for installing pkg-config files | Jelmer Vernooij | 2005-12-15 | 2 | -1/+17 | |
| | ||||||
* | r12255: - we don't use SIGUSR1 anymore, so ignore it | Stefan Metzmacher | 2005-12-15 | 1 | -2/+7 | |
| | | | | | | - we don't handle SIGHUP just, so ignore it metze | |||||
* | r12254: Add some (hopefully correct) descriptions for libraries that are ↵ | Jelmer Vernooij | 2005-12-15 | 15 | -3/+29 | |
| | | | | | | installed. Install pkg-config files. | |||||
* | r12253: Automatically build seperate binaries without -rpath to install when | Jelmer Vernooij | 2005-12-15 | 6 | -61/+85 | |
| | | | | using shared libraries and developer mode is enabled. | |||||
* | r12252: With this change (hack) we can now do an provision onto Samba4's LDAP | Andrew Bartlett | 2005-12-15 | 1 | -1/+4 | |
| | | | | | | server. Now to try another one... Andrew Bartlett | |||||
* | r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead() | Stefan Metzmacher | 2005-12-14 | 2 | -1/+12 | |
| | | | | | | - free it at the end of wrepl_socket_dead() if needed metze | |||||
* | r12242: - make the push notifications triggered by the change count | Stefan Metzmacher | 2005-12-14 | 6 | -83/+155 | |
| | | | | | | | | | - 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 | |||||
* | r12241: fix the inform push notifies | Stefan Metzmacher | 2005-12-14 | 1 | -6/+12 | |
| | | | | metze | |||||
* | r12240: if the caller isn't interessted in the reply packet, just free it | Stefan Metzmacher | 2005-12-14 | 1 | -1/+1 | |
| | | | | | | (mostly use for send_only requests, where we don't have a reply at all) metze | |||||
* | r12239: as we only get error from our events system when we wait for read ↵ | Stefan Metzmacher | 2005-12-14 | 1 | -1/+1 | |
| | | | | | | | | | events, we need to initialy ask for read events too, otherwise we'll never get an error back from socket_connect() metze | |||||
* | r12238: don't crash when an error happens while connecting and the ↵ | Stefan Metzmacher | 2005-12-14 | 1 | -2/+5 | |
| | | | | | | packet_context isn't inplace yet metze | |||||
* | r12230: prepare for a generic periodic processing scheduling of | Stefan Metzmacher | 2005-12-14 | 4 | -4/+111 | |
| | | | | | | pull,push,scavenging and reread-config events metze |