Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmap | Gerald Carter | 2007-04-22 | 1 | -0/+8 | |
| | | | | | | | | | | plugin when neither idmap domains nor idmap backend have been defined. | |||||
| * | r22444: * Validate a SID before trying to convert it to a uid/gid via the public | Gerald Carter | 2007-04-22 | 1 | -3/+3 | |
| | | | | | | | | | | | | winbindd interface * Add nss_info/*so files to the RHEL/Fedora packaging | |||||
| * | r22441: Add automatic dependency tracking. The dependency generation is | James Peach | 2007-04-22 | 12 | -8/+1065 | |
| | | | | | | | | | | | | | | | | | | | | | | toolchain independent, but since there's no portable method for doing makefile includes, we can actually use the dependencies with GNU make. It's easy to add this for other makes, but I don't have any to test. This also moves as much m4 as possible into the m4 directory where no-one has to look at it. AFAICT, there's no way to hide depcomp in there too, which is unfortunate. | |||||
| * | r22430: Add SID validate to sid2uid() and sid2gid() public entry points in ↵ | Gerald Carter | 2007-04-21 | 1 | -4/+81 | |
| | | | | | | | | winbindd | |||||
| * | r22425: Avoid to segfault if we only have the realm. | Simo Sorce | 2007-04-21 | 1 | -0/+5 | |
| | | ||||||
| * | r22419: Update configure so that we only need one copy of os2_delete.c | James Peach | 2007-04-20 | 2 | -109/+10 | |
| | | ||||||
| * | r22418: Support running under launchd. We abstract the method of obtaining | James Peach | 2007-04-20 | 8 | -74/+582 | |
| | | | | | | | | | | | | sockets to listen on a little, because in the launchd case these are provided for us. We also add an idle timeout so that a daemon can exit after a period of inactivity. | |||||
| * | r22417: Refactor the various daemon run-mode options to make the semantics | James Peach | 2007-04-20 | 6 | -92/+116 | |
| | | | | | | | | of the various flags explicit. | |||||
| * | r22416: Remove precompiled headers on clean. | James Peach | 2007-04-20 | 1 | -2/+5 | |
| | | ||||||
| * | r22413: Simplify the build rules for plugin modules. Add support for ↵ | James Peach | 2007-04-20 | 3 | -109/+76 | |
| | | | | | | | | | | | | per-platform exports files. Fix the shared library build pf pdb_ldap. | |||||
| * | r22412: Add a "deletelocalgroup" subcommand to net sam. | Michael Adam | 2007-04-20 | 1 | -0/+42 | |
| | | | | | | | | Thanks to Karolin Seeger <ks@sernet.de>. | |||||
| * | r22411: Fix the build: | Michael Adam | 2007-04-20 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | Prototype of create_aio_ex_read, set_message and definition of UNIXERROR have changed in r22389 and r22391? to require an additional "inbuf" argument. Some places in smbd/aio.c had not been adapted. This patch fixes the build. Michael | |||||
| * | r22402: Fix build warning. | Günther Deschner | 2007-04-20 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r22401: Add bzr revision+nick support to mkversion.sh. | Michael Adam | 2007-04-20 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | The plan is to actually synchronize with SAMBA_4_0's mkversion.sh, which is more elaborate. But there are a few differences in behaviour I still have to check. So I am cheching this here in for a start... Michael | |||||
| * | r22395: allow profiling level to be set on startup | Herb Lewis | 2007-04-20 | 2 | -6/+23 | |
| | | ||||||
| * | r22394: Remove test directory once we are finished. | James Peach | 2007-04-19 | 1 | -0/+2 | |
| | | ||||||
| * | r22393: fix cut&paste error | Simo Sorce | 2007-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | r22392: Remove leftover potentially segfaulty code. | Simo Sorce | 2007-04-19 | 1 | -6/+5 | |
| | | | | | | | | Check we are online before actually trying to connect anywhere | |||||
| * | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 2007-04-19 | 29 | -278/+378 | |
| | | | | | | | | | | | | | | to all callers of smb_setlen (via set_message() calls). This will allow the server to reflect back the correct encryption context. Jeremy. | |||||
| * | r22390: Patchset sent to samba-technical to address the winbind | Gerald Carter | 2007-04-19 | 8 | -203/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loop when allocating a new id for a SID: auth_util.patch Revert create_local_token() to the 3.0.24 codebase idmap_type.patch Have the caller fillin the id_map.xid.type field when resolving a SID so that if we allocate a new id, we know what type to use winbindd_api.patch Remove the WINBINDD_SIDS_TO_XIDS calls from the public winbindd interface for the 3.0.25 release idmap_rid.patch Cleanup the idmap_rid backend to not call back into winbindd to resolve the SID in order to verify it's type. | |||||
| * | r22389: Start preparing for multiple encryption contexts in the | Jeremy Allison | 2007-04-19 | 6 | -25/+45 | |
| | | | | | | | | | | | | server. Allow server to reflect back to calling client the encryption context that was sent. Jeremy. | |||||
| * | r22388: clearer message, thanks David | Simo Sorce | 2007-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x) | Günther Deschner | 2007-04-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | Timur, please check. Guenther | |||||
| * | r22366: sync lib/talloc/ with samba4 | Stefan Metzmacher | 2007-04-19 | 4 | -8/+22 | |
| | | | | | | | | metze | |||||
| * | r22364: sync lib/tdb/ with samba4 | Stefan Metzmacher | 2007-04-19 | 10 | -82/+3300 | |
| | | | | | | | | | | | | there's no code change here... metze | |||||
| * | r22363: merge from samba4: | Stefan Metzmacher | 2007-04-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | fix compiler warning metze | |||||
| * | r22362: fix the build on othersystems | Stefan Metzmacher | 2007-04-19 | 1 | -1/+4 | |
| | | | | | | | | metze | |||||
| * | r22358: Use gss error to NTSTATUS mapping function for errors. | Jeremy Allison | 2007-04-19 | 1 | -4/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22355: Ensure we get good debug messages from gss_XX calls. | Jeremy Allison | 2007-04-19 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r22354: Make client select krb5 encrpyt if krb5 already on. | Jeremy Allison | 2007-04-19 | 2 | -23/+33 | |
| | | | | | | | | Jeremy. | |||||
| * | r22353: Fix bad #ifdefs. | Jeremy Allison | 2007-04-19 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22352: Wow - working gss SMB sealing ! | Jeremy Allison | 2007-04-19 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r22351: Making progress in tests... | Jeremy Allison | 2007-04-19 | 1 | -0/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r22350: Add some helpful debug messages. | Jeremy Allison | 2007-04-19 | 1 | -1/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r22349: Fix missing ) in #else path. | Jeremy Allison | 2007-04-18 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22348: 3_0 as well | Simo Sorce | 2007-04-18 | 1 | -1/+1 | |
| | | ||||||
| * | r22345: Only use new krb5 OID. | Jeremy Allison | 2007-04-18 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22344: Correctly create sub-struct for GSS encryption. | Jeremy Allison | 2007-04-18 | 1 | -0/+15 | |
| | | | | | | | | Jeremy. | |||||
| * | r22343: Commit to 3_0 as well after adapting the patch. | Simo Sorce | 2007-04-18 | 9 | -206/+352 | |
| | | | | | | | | (tdb_delete_bystring instead of tdb_delete is used here) | |||||
| * | r22340: Fix another segfault in idmap_ldap.c caused by setting the iterator | Gerald Carter | 2007-04-18 | 1 | -1/+1 | |
| | | | | | | | | LDAPMessage * to NULL on each loop rotation. | |||||
| * | r22327: Finish the gss-spnego part of the seal code. Now | Jeremy Allison | 2007-04-18 | 3 | -18/+201 | |
| | | | | | | | | | | for testing.... Jeremy. | |||||
| * | r22321: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so | Gerald Carter | 2007-04-17 | 1 | -0/+3 | |
| | | | | | | | | plugins in $libdir/nss_info to idmap/ad.so | |||||
| * | r22320: Be more careful and check for the euid instead of the uid. | Lars Müller | 2007-04-17 | 1 | -1/+1 | |
| | | | | | | | | Thx for the hint James! | |||||
| * | r22318: If we're running as non root we might not be able to dump the core file | Lars Müller | 2007-04-17 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the corepath. Even the chdir() will fail if the LOGFILEBASE path is set 0700. If the currrent user doesn't have the permission to create the core file we end with: unable to change to <LOGFILEBASE> refusing to dump core The alternative would be to change the permissions of the directory. But taht would not ensure core dumps are working out of the box. | |||||
| * | r22317: add tdb_ prefix to non static function | Stefan Metzmacher | 2007-04-17 | 3 | -8/+8 | |
| | | | | | | | | metze | |||||
| * | r22316: merge from samba4: | Stefan Metzmacher | 2007-04-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | this function should be static metze | |||||
| * | r22315: move tdbback.c content into tdbbackup.c | Stefan Metzmacher | 2007-04-17 | 5 | -276/+171 | |
| | | | | | | | | | | | | | | | | and make the functions static. also use libreplace headers in tdbbackup.c metze | |||||
| * | r22314: use libreplace headers | Stefan Metzmacher | 2007-04-17 | 1 | -12/+4 | |
| | | | | | | | | metze | |||||
| * | r22313: as discussed with simo: | Stefan Metzmacher | 2007-04-17 | 1 | -28/+4 | |
| | | | | | | | | | | | | | | remove the only usage of backup_tdb() in samba3. As backup_tdb() will go completely soon. metze | |||||
| * | r22304: remove unused stuff completely to fix the build, sorry | Stefan Metzmacher | 2007-04-17 | 1 | -2/+2 | |
| | | | | | | | | metze |