summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r23353: Merge r23352 from SAMBA_3_0. Don't generate stamp-h. AFAICT it isJames Peach2007-06-052-2/+1
| | | | never used.
* r23349: Fix from Steve Langasek <vorlon@debian.org> toJeremy Allison2007-06-051-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 byJeremy Allison2007-06-041-0/+3
| | | | | Herb). Jeremy.
* r23347: Fix Coverity 363. Dead code elimination.Jeremy Allison2007-06-041-7/+3
| | | | Jeremy.
* r23346: Fix offline caching with XP/Vista. It was an off-by-oneJeremy Allison2007-06-041-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 Allison2007-06-041-0/+1
| | | | Jeremy.
* r23344: Better error messageVolker Lendecke2007-06-041-2/+4
|
* r23343: Fix error returnVolker Lendecke2007-06-041-1/+3
|
* r23342: Stop Coverity from getting confused.Jeremy Allison2007-06-041-0/+3
| | | | Jeremy.
* r23341: pdb interfaces should be versioned. As SAMBA_3_0 and SAMBA_3_0_26Jeremy Allison2007-06-041-1/+2
| | | | | 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 Adam2007-06-041-1/+1
| | | | Michael
* r23338: merge from SAMBA_3_0:Stefan Metzmacher2007-06-041-25/+2
| | | | | | | | | | | fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticed 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
* r23336: Merge r20824 from 3_0: Michael Adam2007-06-0412-64/+152
| | | | | | | | | | Send access to the trusted domain passwords through the pdb backend. I did not yet find the time to implement the next step: trusted domain passwords support in pdb_ldap. But at I wanted to have the infrastructure available at least. Michael
* r23334: Fix the build on systems where nscd_flush_cache() is available.Michael Adam2007-06-041-2/+2
| | | | Michael
* r23333: merge from SAMBA_3_0:Stefan Metzmacher2007-06-041-2/+2
| | | | | | from logic of using @BUILD_INIPARSER@ metze
* r23332: merge from SAMBA_3_0:Stefan Metzmacher2007-06-044-2/+23
| | | | | | | | | For some systems it's needed to inject replace.h into 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/. metze
* r23331: merge from SAMBA_3_0:Stefan Metzmacher2007-06-042-2/+2
| | | | | | | always include "winbind_client.h" as first header as it brings in "replace.h" this will bring in "config.h" metze
* r23329: merge from SAMBA_3_0:Stefan Metzmacher2007-06-041-2/+2
| | | | | | | don't typedef ber_tag_t when it's already done by openldap headers on HP-UX (lber_types.h defines _LBER_TYPES_H). metze
* r23327: Merge -r 23302 with GPFS fixes from SAMBA_3_0Alexander Bokovoy2007-06-042-96/+111
|
* r23322: - added ldb back into the buildAndrew Tridgell2007-06-045-98/+901
| | | | | | | | - added back the ldb groupdb backend - enable switching between the tdb and ldb backends using "groupdb:backend". This is a safety net only, it should go away in future versions
* r23321: remove unused variable (due to mad merge from Centeris patches)Gerald Carter2007-06-041-1/+1
|
* r23320: pdb_enum_aliasmem() return talloc memory, not malloc memoryAndrew Tridgell2007-06-041-1/+1
|
* r23319: fixed a memory leakAndrew Tridgell2007-06-041-0/+2
|
* r23318: import the lib/ldb tree from 3.0Andrew Tridgell2007-06-04131-0/+38969
|\
| * r23317: Fix the build: r23315 was a little overeager in removing theMichael Adam2007-06-031-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 codeVolker Lendecke2007-06-031-2/+2
| | | | | | | | anyway.
| * r23315: - don't use the builtin and -liniparser together in bin/netStefan Metzmacher2007-06-031-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 intoStefan Metzmacher2007-06-034-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 Lendecke2007-06-031-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 Peach2007-06-021-4/+3
| |
| * r23309: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-06-0225-223/+347
| | | | | | | | metze
| * r23307: move readahead stuff out of libreplace and make it samba3 specificStefan Metzmacher2007-06-025-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 Metzmacher2007-06-021-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 Bokovoy2007-06-022-96/+111
| | | | | | | | during ctdb tests
| * r23300: AFAICT these are not needed. Jerry, can you please review and revertJames Peach2007-06-011-1/+0
| | | | | | | | if this is not correct.
| * r23299: Fix the build for !WITH_SENDFILE.James Peach2007-06-011-4/+3
| |
| * r23297: This introduces the winbind:ads parameter which defaults to True. ↵Volker Lendecke2007-06-011-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 allJames Peach2007-06-011-137/+137
| | | | | | | | binaries. Fix vfs_zfsacl build rule in SAMBA_3_0.
| * r23291: Undo the somewhat naive change of r23279:Michael Adam2007-06-011-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 Adam2007-06-011-1/+1
| | | | | | | | | | | | Hopfully, I have finally got this right... :-) Michael
| * r23287: Use talloc_move instead of talloc_steal as this is what I reallyMichael Adam2007-06-011-1/+1
| | | | | | | | | | | | wanted to do. Michael
| * r23284: Oh what a nasty typo! This gave me some headache,Michael Adam2007-05-311-1/+1
| | | | | | | | | | | | | | | | | | with talloc randomly failing. Hey, shouldn't TALLOC_ARRAY _not_ return NULL when requested to allocate an array with zero entries? :-) Michael
| * r23283: Use a temporary talloc context in ads:lookup_groupmem. Michael Adam2007-05-311-13/+17
| | | | | | | | | | | | | | | | And clean up unused stuff at the end. Daringly, I use talloc_steal at some point, where it appears natural to me. Michael
| * r23279: Replace occurrence of sid_binstring inside lookup_groupmem Michael Adam2007-05-311-11/+4
| | | | | | | | by sid_string_static.
| * r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init ↵Gerald Carter2007-05-319-96/+171
| | | | | | | | call renames for svcctl in the previous commit
| * r23272: Fix main event loop - reviewed by Volker.Jeremy Allison2007-05-311-2/+4
| | | | | | | | Jeremy.
| * r23271: merge service control pidl change for CloseServiceHandle() from ↵Gerald Carter2007-05-319-111/+305
| | | | | | | | SAMBA_3_0_26
| * r23269: Regenerate svcctl files after IDL fixesGerald Carter2007-05-315-120/+120
| |
| * r23268: Rename some variables in the svcctl.idl to prevent Gerald Carter2007-05-311-6/+6
| | | | | | | | | | redeclaration compile failures in the generated client code.
| * r23263: Remove an unused variable -- Fix Coverity ID 358Volker Lendecke2007-05-311-4/+0
| |