Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23348: Fix connection reporting on SIGUSR2 (noticed by | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r23347: Fix Coverity 363. Dead code elimination. | Jeremy Allison | 1 | -7/+3 |
2007-10-10 | r23346: Fix offline caching with XP/Vista. It was an off-by-one | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r23345: Stop Coverity from getting confused. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r23344: Better error message | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r23343: Fix error return | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r23342: Stop Coverity from getting confused. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r23341: pdb interfaces should be versioned. As SAMBA_3_0 and SAMBA_3_0_26 | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r23340: Fix typo in debug ouput. Found by Karolin Seeger <ks@sernet.de>. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticed | Stefan Metzmacher | 1 | -25/+2 |
2007-10-10 | r23335: as not all source files include replace.h/config.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23330: always include "winbind_client.h" as first header | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r23328: don't typedef ber_tag_t when it's already done by openldap | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r23323: merged ldb changes from 3.0.26 | Andrew Tridgell | 7 | -136/+196 |
2007-10-10 | r23321: remove unused variable (due to mad merge from Centeris patches) | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r23317: Fix the build: r23315 was a little overeager in removing the | Michael Adam | 1 | -4/+4 |
2007-10-10 | r23316: Ouch... This would not have run in production without cluster code | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23315: - don't use the builtin and -liniparser together in bin/net | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r23314: For some systems it's needed to inject replace.h into | Stefan Metzmacher | 4 | -2/+23 |
2007-10-10 | r23313: Janitor for tridge: | Volker Lendecke | 1 | -24/+13 |
2007-10-10 | r23312: As per Volker, rename the "windbind:ads" parameter "winbind:rpc only". | James Peach | 1 | -4/+3 |
2007-10-10 | r23309: sync lib/replace with SAMBA_4_0 | Stefan Metzmacher | 25 | -223/+347 |
2007-10-10 | r23307: move readahead stuff out of libreplace and make it samba3 specific | Stefan Metzmacher | 5 | -10/+5 |
2007-10-10 | r23305: merge from samba4: | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r23302: Refactor vfs_gpfs module, fix problems with chmod Tridge has found du... | Alexander Bokovoy | 2 | -96/+111 |
2007-10-10 | r23300: AFAICT these are not needed. Jerry, can you please review and revert | James Peach | 1 | -1/+0 |
2007-10-10 | r23299: Fix the build for !WITH_SENDFILE. | James Peach | 1 | -4/+3 |
2007-10-10 | r23297: This introduces the winbind:ads parameter which defaults to True. Set... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r23295: Apply proto_exists and bin/.dummy dependencies consistently for all | James Peach | 1 | -137/+137 |
2007-10-10 | r23291: Undo the somewhat naive change of r23279: | Michael Adam | 1 | -2/+10 |
2007-10-10 | r23290: Fix another small and stupid but severe typo. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23287: Use talloc_move instead of talloc_steal as this is what I really | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23284: Oh what a nasty typo! This gave me some headache, | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23283: Use a temporary talloc context in ads:lookup_groupmem. | Michael Adam | 1 | -13/+17 |
2007-10-10 | r23279: Replace occurrence of sid_binstring inside lookup_groupmem | Michael Adam | 1 | -11/+4 |
2007-10-10 | r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c... | Gerald Carter | 9 | -96/+171 |
2007-10-10 | r23272: Fix main event loop - reviewed by Volker. | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r23271: merge service control pidl change for CloseServiceHandle() from SAMBA... | Gerald Carter | 9 | -111/+305 |
2007-10-10 | r23269: Regenerate svcctl files after IDL fixes | Gerald Carter | 5 | -120/+120 |
2007-10-10 | r23268: Rename some variables in the svcctl.idl to prevent | Gerald Carter | 1 | -6/+6 |
2007-10-10 | r23263: Remove an unused variable -- Fix Coverity ID 358 | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r23253: Add some debugging output. | Michael Adam | 1 | -1/+6 |
2007-10-10 | r23252: Complete the reworking of the ads lookup_groupmem function | Michael Adam | 1 | -58/+109 |
2007-10-10 | r23251: whoops! Fix compile error | Gerald Carter | 2 | -2/+9 |
2007-10-10 | r23249: another sync from 3.0.26 for the echo work to rpcclient | Gerald Carter | 1 | -11/+26 |
2007-10-10 | r23248: Merge echo pipe implementation chanegs from SAMBA_3_0_26 | Gerald Carter | 1 | -9/+28 |
2007-10-10 | r23244: Fix loop with nscd and NSS recusive calls. | Gerald Carter | 13 | -28/+56 |
2007-10-10 | r23242: BUG 4671: Fix Makefile syntax error when SMBMOUNT_PROGS is not defined | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r23241: In preparation for the cluster messaging import the parent smbd needs to | Volker Lendecke | 1 | -5/+19 |
2007-10-10 | r23236: Another bad merge: Correctly free and unlock the session record in | Volker Lendecke | 1 | -1/+2 |