summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r12385: call pidl with the perl found by configureStefan Metzmacher2005-12-201-1/+1
| | | | metze
* r12384: I can't spell...Andrew Bartlett2005-12-201-1/+1
|
* r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and theyAndrew Bartlett2005-12-202-6/+9
| | | | | | require the isSynchronized flag in the rootDSE. Andrew Bartlett
* r12382: Ensure to return OK on anonymous mapping.Andrew Bartlett2005-12-191-0/+1
| | | | Andrew Bartlett
* r12381: Try not to segfault on an anonymous LDAP bind, and map to a guest login.Andrew Bartlett2005-12-191-2/+8
| | | | Andrew Bartlett
* r12380: add a wraper script that calls the perl scripts in heimdal_build/Stefan Metzmacher2005-12-192-8/+15
| | | | | | with the correct perl version, that was detected with configure metze
* r12379: export the detected perlStefan Metzmacher2005-12-192-1/+2
| | | | metze
* r12378: fix perl warningsStefan Metzmacher2005-12-191-2/+4
| | | | metze
* r12373: Add RPC-JOIN as a test to always run.Andrew Bartlett2005-12-191-3/+3
| | | | Andrew Bartlett
* r12372: - make the periodic scheduling a bit easier, instead of passingStefan Metzmacher2005-12-193-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 deadStefan Metzmacher2005-12-191-0/+5
| | | | | | instead of segfaulting metze
* r12364: add UINT32_MAX and UINT64_MAX replacement definesStefan Metzmacher2005-12-192-0/+10
| | | | | | (hopefully fix the build on OpenBSD) metze
* r12363: minor fixes for win2000 join/loginAndrew Tridgell2005-12-192-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 shouldAndrew Bartlett2005-12-191-9/+15
| | | | | | allow Win2000 machines to again use kerberos with Samba4. Andrew Bartlett
* r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett2005-12-196-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 Bartlett2005-12-194-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 Bartlett2005-12-181-21/+7
| | | | | | hdb-ldb. Andrew Bartlett
* r12325: - remove the hostcc object files with make cleanStefan Metzmacher2005-12-182-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 ldbAndrew Tridgell2005-12-181-2/+6
|
* r12322: automatically use cmdline_credentials if the ldb object doesn't haveAndrew Tridgell2005-12-181-0/+4
| | | | its own credentials element
* r12320: Add command-line processing hooks for simple bind DN, and password ↵Andrew Bartlett2005-12-182-7/+18
| | | | | | | | callback. We may change this in future. Andrew Bartlett
* r12310: Link simple bind support in our internal LDAP libs to LDB and theAndrew Bartlett2005-12-183-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 caseStefan Metzmacher2005-12-171-6/+9
| | | | metze
* r12304: split out the wins partner configuration into a seperate ldb.Stefan Metzmacher2005-12-174-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 installStefan Metzmacher2005-12-171-3/+28
| | | | | | - get rid of unreadable long lines metze
* r12301: FHS 2.2 says that /var/cache/* contains only cached data, which can ↵Stefan Metzmacher2005-12-171-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 Szczesniak2005-12-161-44/+135
| | | | rafal
* r12288: make sure we always include heimdal_build/config.h, beforeStefan Metzmacher2005-12-161-0/+1
| | | | | | heimdal/lib/roken/roken.h, this fixes the build on the 64bit machines metze
* r12287: move the wins.ldb into lockdirStefan Metzmacher2005-12-162-4/+4
| | | | metze
* r12286: handle absolute path and url in lock_path() as in private_path()Stefan Metzmacher2005-12-161-0/+6
| | | | metze
* r12285: move the smbd.tmp into piddir, --with-fhs piddir is differentStefan Metzmacher2005-12-161-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 loggingStefan Metzmacher2005-12-161-1/+1
| | | | metze
* r12269: Update to current lorikeet-heimdal. This changed the way the hdbAndrew Bartlett2005-12-1532-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 Bartlett2005-12-151-0/+17
| | | | Andrew Bartlett
* r12267: Try to avoid segfault in kerberos libs, because we talloc_free()'edAndrew Bartlett2005-12-154-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 Metzmacher2005-12-151-0/+13
| | | | | | --with-fhs=yes/no metze
* r12265: as all server_service modules are specified in smbd/config.mkStefan Metzmacher2005-12-152-7/+15
| | | | | | follow this rule for the winbind one too metze
* r12260: move the string "smbd" to one placeStefan Metzmacher2005-12-151-14/+16
| | | | metze
* r12256: Add helper script for installing pkg-config filesJelmer Vernooij2005-12-152-1/+17
|
* r12255: - we don't use SIGUSR1 anymore, so ignore itStefan Metzmacher2005-12-151-2/+7
| | | | | | - we don't handle SIGHUP just, so ignore it metze
* r12254: Add some (hopefully correct) descriptions for libraries that are ↵Jelmer Vernooij2005-12-1515-3/+29
| | | | | | installed. Install pkg-config files.
* r12253: Automatically build seperate binaries without -rpath to install when Jelmer Vernooij2005-12-156-61/+85
| | | | using shared libraries and developer mode is enabled.
* r12252: With this change (hack) we can now do an provision onto Samba4's LDAPAndrew Bartlett2005-12-151-1/+4
| | | | | | server. Now to try another one... Andrew Bartlett
* r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead()Stefan Metzmacher2005-12-142-1/+12
| | | | | | - free it at the end of wrepl_socket_dead() if needed metze
* r12242: - make the push notifications triggered by the change countStefan Metzmacher2005-12-146-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 notifiesStefan Metzmacher2005-12-141-6/+12
| | | | metze
* r12240: if the caller isn't interessted in the reply packet, just free itStefan Metzmacher2005-12-141-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 Metzmacher2005-12-141-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 Metzmacher2005-12-141-2/+5
| | | | | | packet_context isn't inplace yet metze
* r12230: prepare for a generic periodic processing scheduling ofStefan Metzmacher2005-12-144-4/+111
| | | | | | pull,push,scavenging and reread-config events metze