summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r12421: Handle the case where we are a joining as different account types ↵Andrew Bartlett2005-12-222-36/+81
| | | | | | far better. Andrew Bartlett
* r12413: do some testing with 0x1E namesStefan Metzmacher2005-12-211-2/+6
| | | | metze
* r12412: - the 0x1E name must be registered as group nameStefan Metzmacher2005-12-211-0/+13
| | | | | | - reject wins registration with a static record in the database metze
* r12411: Add 'net samdump keytab <keytab>'.Andrew Bartlett2005-12-218-44/+264
| | | | | | | | | | | | | This extracts a remote windows domain into a keytab, suitable for use in ethereal for kerberos decryption. For the moment, like net samdump and net samsync, the 'password server' smb.conf option must be set to the binding string for the server. eg: password server = ncacn_np:mypdc Andrew Bartlett
* r12408: as we always add the destinguishedName as autogenerated value,Stefan Metzmacher2005-12-211-8/+16
| | | | | | don't store it on disk, as this would cause confusing results metze
* r12405: I'm afraid I can't take care of the xplogin test in the near future, ↵Volker Lendecke2005-12-213-2223/+0
| | | | | | | | | | so remove it. I'll add it again later when I have more time for it. Volker
* r12397: Change the 'samba4' prefix in the Debian packages back to 'samba'Jelmer Vernooij2005-12-2018-36/+42
|
* r12391: use the new periodic schedule system for the pull replication tooStefan Metzmacher2005-12-206-188/+164
| | | | metze
* r12388: fix debug messagesStefan Metzmacher2005-12-201-3/+3
| | | | metze
* 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
* r12324: use command line credentials if available in ldap.jsAndrew Tridgell2005-12-181-0/+7
|
* 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