Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r23377: Patch from Bjoern Jacke <bjoern@j3e.de> to deal | Gerald Carter | 2007-10-10 | 1 | -2/+2 | |
| | | | | with non-GNU implementations of tr in autogen.sh | |||||
* | r23376: More warnings | Volker Lendecke | 2007-10-10 | 1 | -4/+6 | |
| | ||||||
* | r23375: Fix a 64-bit warning | Volker Lendecke | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r23372: Remove restriction on string length for rpcclient commands. | Jeremy Allison | 2007-10-10 | 1 | -3/+4 | |
| | | | | Jeremy. | |||||
* | r23371: Fix the misleading comment I added - it really *should* | Jeremy Allison | 2007-10-10 | 1 | -2/+2 | |
| | | | | | | say "locks chain and returned record", not "and returns record" Jeremy. | |||||
* | r23370: Traverse in tdb wasn't consistently using the | Jeremy Allison | 2007-10-10 | 1 | -8/+10 | |
| | | | | | | | | | | | | travlocks.lock_rw for lock read/write types, it was sometimes using it (tdb_next_lock) and sometimes explicitly using F_WRLCK instead. Change this to consistently use travlocks.lock_rw only. I'm pretty sure about this fix (else I woudn't be checking this in :-) but tridge and Volker please review. Jeremy. | |||||
* | r23368: Make "winbind:rpc only" a full blown parameter. Thanks to Karolin for | Volker Lendecke | 2007-10-10 | 2 | -1/+4 | |
| | | | | the patch :-) | |||||
* | r23367: check the "use mmap" option for ldb too | Andrew Tridgell | 2007-10-10 | 3 | -0/+14 | |
| | ||||||
* | r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h. | Michael Adam | 2007-10-10 | 2 | -0/+18 | |
| | | | | | | | | | | This fixes the build on a SuSE 6.1. :-) I guess this had been merely forgotten. But beware: The implementations of rep_pread and rep_pwrite are not thread safe. Michael | |||||
* | r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to merge | Volker Lendecke | 2007-10-10 | 1 | -0/+3 | |
| | | | | this in your tree. | |||||
* | r23359: Fix bug #4537, fix from jens.nissen@gmx.net. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r23358: Fix from Justin Maggard <jmaggard@infrant.com> - ensure we don't | Jeremy Allison | 2007-10-10 | 1 | -1/+1 | |
| | | | | | expire a password if it's explicitly set as ACB_PWNOTREQ. Jeremy. | |||||
* | r23357: timespec_current() was returning the wrong ns time | Jeremy Allison | 2007-10-10 | 1 | -1/+1 | |
| | | | | | (multiplying tv_sec, not tv_usec). Jeremy. | |||||
* | r23356: We missed to add the 'c' character to the list of valid ones for | Simo Sorce | 2007-10-10 | 1 | -1/+1 | |
| | | | | | | | | shell escaping. I hate this kind of bugs more than how Jeremy hates off by ones :( Simo. | |||||
* | r23355: Fix some more build warnings. | Günther Deschner | 2007-10-10 | 2 | -3/+3 | |
| | | | | Guenther | |||||
* | r23354: Fix build warning. | Günther Deschner | 2007-10-10 | 1 | -1/+2 | |
| | | | | Guenther | |||||
* | r23352: Don't generate stamp-h. AFAICT it is never used. | James Peach | 2007-10-10 | 2 | -2/+1 | |
| | ||||||
* | r23349: Fix from Steve Langasek <vorlon@debian.org> to | Jeremy Allison | 2007-10-10 | 1 | -0/+16 | |
| | | | | | | allow SIGTERM to cause nmbd to exit on awaiting an interface to come up. Debian bug #168079 Jeremy. | |||||
* | r23348: Fix connection reporting on SIGUSR2 (noticed by | Jeremy Allison | 2007-10-10 | 1 | -0/+3 | |
| | | | | | Herb). Jeremy. | |||||
* | r23347: Fix Coverity 363. Dead code elimination. | Jeremy Allison | 2007-10-10 | 1 | -7/+3 | |
| | | | | Jeremy. | |||||
* | r23346: Fix offline caching with XP/Vista. It was an off-by-one | Jeremy Allison | 2007-10-10 | 1 | -4/+4 | |
| | | | | | | in storing the access mask. I shouldn't have made this mistake. Damn. Fixes bug #4673. Jeremy | |||||
* | r23345: Stop Coverity from getting confused. | Jeremy Allison | 2007-10-10 | 1 | -0/+1 | |
| | | | | Jeremy. | |||||
* | r23344: Better error message | Volker Lendecke | 2007-10-10 | 1 | -2/+4 | |
| | ||||||
* | r23343: Fix error return | Volker Lendecke | 2007-10-10 | 1 | -1/+3 | |
| | ||||||
* | r23342: Stop Coverity from getting confused. | Jeremy Allison | 2007-10-10 | 1 | -0/+3 | |
| | | | | Jeremy. | |||||
* | r23341: pdb interfaces should be versioned. As SAMBA_3_0 and SAMBA_3_0_26 | Jeremy Allison | 2007-10-10 | 1 | -0/+1 | |
| | | | | | are now identical, use the same version number (16) for both. Jeremy. | |||||
* | r23340: Fix typo in debug ouput. Found by Karolin Seeger <ks@sernet.de>. | Michael Adam | 2007-10-10 | 1 | -1/+1 | |
| | | | | Michael | |||||
* | r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticed | Stefan Metzmacher | 2007-10-10 | 1 | -25/+2 | |
| | | | | | | | | | | it via a SIGBUS... I missed to remove the samba3 specifc code path to tdb_open_ex() when I synced lib/tdb/ with samba4. The explicit cast in on tdb_open_ex() dropped the compiler warning :-( metze | |||||
* | r23335: as not all source files include replace.h/config.h | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 | |
| | | | | | | | before unistd.h we need to pass -D_FILE_OFFSET_BITS=64 together with -Dpread=pread64 -Dpwrite=pwrite64 metze | |||||
* | r23330: always include "winbind_client.h" as first header | Stefan Metzmacher | 2007-10-10 | 2 | -2/+2 | |
| | | | | | | as it brings in "replace.h" this will bring in "config.h" metze | |||||
* | r23328: don't typedef ber_tag_t when it's already done by openldap | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 | |
| | | | | | | headers on HP-UX (lber_types.h defines _LBER_TYPES_H). metze | |||||
* | r23323: merged ldb changes from 3.0.26 | Andrew Tridgell | 2007-10-10 | 7 | -136/+196 | |
| | ||||||
* | r23321: remove unused variable (due to mad merge from Centeris patches) | Gerald Carter | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r23317: Fix the build: r23315 was a little overeager in removing the | Michael Adam | 2007-10-10 | 1 | -4/+4 | |
| | | | | | | | | | | INIPARSER_OBJ from the bin/net target altogether. I re-add it in the guise of @BUILD_INIPARSER@ (to NET_OBJ). This also eliminates the need to have @BUILD_INIPARSER@ in the deps for the bin/net target. Same procedure for the pam_winbindd module. Michael | |||||
* | r23316: Ouch... This would not have run in production without cluster code | Volker Lendecke | 2007-10-10 | 1 | -2/+2 | |
| | | | | anyway. | |||||
* | r23315: - don't use the builtin and -liniparser together in bin/net | Stefan Metzmacher | 2007-10-10 | 1 | -4/+3 | |
| | | | | | | | | | | - unify handling on @BUILD_INIPARSER@ btw: nsswitch/pam_winbind.c doesn't compile anymore on SuSE 10.2! I think we should build pam modules by default to notice things like this in the build-farm... metze | |||||
* | r23314: For some systems it's needed to inject replace.h into | Stefan Metzmacher | 2007-10-10 | 4 | -2/+23 | |
| | | | | | | | | | | | the iniparser source code, I do it in a way we can still have a unmodified copy of iniparser in source/iniparser/ and have the wrapper stuff in source/iniparser_build/. If the build-farm is happy with this I'll merge it to 3_0_26 tomorrow... metze | |||||
* | r23313: Janitor for tridge: | Volker Lendecke | 2007-10-10 | 1 | -24/+13 | |
| | | | | | | we need to use tdb_wrap_open in both these backends to allow for multiple opens. This is done for notify.tdb. Otherwise we die when a 2nd share with notify is setup | |||||
* | r23312: As per Volker, rename the "windbind:ads" parameter "winbind:rpc only". | James Peach | 2007-10-10 | 1 | -4/+3 | |
| | ||||||
* | r23309: sync lib/replace with SAMBA_4_0 | Stefan Metzmacher | 2007-10-10 | 25 | -223/+347 | |
| | | | | metze | |||||
* | r23307: move readahead stuff out of libreplace and make it samba3 specific | Stefan Metzmacher | 2007-10-10 | 5 | -10/+5 | |
| | | | | | | | as we can't replace this function in libreplace and we do the some stuff for other function in the same way. metze | |||||
* | r23305: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -3/+3 | |
| | | | | | | fix large file support on HP-UX 11.00 and 11.11 metze | |||||
* | r23302: Refactor vfs_gpfs module, fix problems with chmod Tridge has found ↵ | Alexander Bokovoy | 2007-10-10 | 2 | -96/+111 | |
| | | | | during ctdb tests | |||||
* | r23300: AFAICT these are not needed. Jerry, can you please review and revert | James Peach | 2007-10-10 | 1 | -1/+0 | |
| | | | | if this is not correct. | |||||
* | r23299: Fix the build for !WITH_SENDFILE. | James Peach | 2007-10-10 | 1 | -4/+3 | |
| | ||||||
* | r23297: This introduces the winbind:ads parameter which defaults to True. ↵ | Volker Lendecke | 2007-10-10 | 1 | -1/+3 | |
| | | | | | | | Setting it to False makes winbind use RPC and not LDAP methods to connect to the DCs, even when it figured out they are AD. | |||||
* | r23295: Apply proto_exists and bin/.dummy dependencies consistently for all | James Peach | 2007-10-10 | 1 | -137/+137 | |
| | | | | binaries. Fix vfs_zfsacl build rule in SAMBA_3_0. | |||||
* | r23291: Undo the somewhat naive change of r23279: | Michael Adam | 2007-10-10 | 1 | -2/+10 | |
| | | | | | | | | | The clear text presentaion of the sid in the ldap expression does work with w2k3 but not with w2k.... Thanks to Guenther for advising me of this issue. Michael | |||||
* | r23290: Fix another small and stupid but severe typo. | Michael Adam | 2007-10-10 | 1 | -1/+1 | |
| | | | | | | Hopfully, I have finally got this right... :-) Michael | |||||
* | r23287: Use talloc_move instead of talloc_steal as this is what I really | Michael Adam | 2007-10-10 | 1 | -1/+1 | |
| | | | | | | wanted to do. Michael |