ira/wip.git
2007-10-10 Volker Lendecker17451: Change pdb_getgrsid not to take a DOM_SID but...
2007-10-10 Volker Lendecker17446: Fix some C++ warnings and two memleaks found...
2007-10-10 Gerald Carterr17445: fix bad PAM file on 64 bit boxes
2007-10-10 Gerald Carterr17444: put pam and nss libs in samba-common on RHEL...
2007-10-10 Jeremy Allisonr17439: Fix logic error in checking TALLOC return....
2007-10-10 Jeremy Allisonr17431: Fix bug #4003, reported by dale-keyword-samba...
2007-10-10 Volker Lendecker17425: Add the multi-key wrapper. If it's necessary...
2007-10-10 Simo Sorcer17408: Let us use netgroups even without a NIS domain...
2007-10-10 Jeremy Allisonr17407: Don't do strchr_m twice when once will do.
2007-10-10 Volker Lendecker17406: We need to do a translation of winbind separato...
2007-10-10 Volker Lendecker17404: Is this XP (extreme programming)? :-)
2007-10-10 Gerald Carterr17403: add a helpful debug msg
2007-10-10 Jeremy Allisonr17402: Added lookup_name_smbconf() to be called when...
2007-10-10 Gerald Carterr17401: BUG 3855: remove bits of XML and SQL checks...
2007-10-10 Volker Lendecker17399: Some C++ warnings
2007-10-10 Jeremy Allisonr17393: Remove Volker's ASSERT that num_groupsids > 0.
2007-10-10 Jeremy Allisonr17392: Commit Volker's fix for the valid users problem.
2007-10-10 Jeremy Allisonr17391: Revert the second part of the valid users fix...
2007-10-10 Jeremy Allisonr17388: Fix the "valid users"/token issue for now....
2007-10-10 Gerald Carterr17386: fix inverted logic pointed out by Volker. ...
2007-10-10 Gerald Carterr17383: Patch from Michael Adams <ma@sernet.de> to...
2007-10-10 Jeremy Allisonr17378: Fix the issues people have been having with...
2007-10-10 Jeremy Allisonr17376: Fix bug #3985 - ensure in msdfs we check for our
2007-10-10 Volker Lendecker17375: If a field containts only whitespace, we need...
2007-10-10 Volker Lendecker17374: Get rid of a silly "System User" default for...
2007-10-10 Jeremy Allisonr17367: Reverting the ab code. Note I'm not saying...
2007-10-10 Günther Deschnerr17366: Save the logon script path from the info3 in...
2007-10-10 Günther Deschnerr17365: Fix memleak.
2007-10-10 Volker Lendecker17364: Another NT4 join bug: The idealx tools set...
2007-10-10 Volker Lendecker17363: Some C++ warnings
2007-10-10 Alexander Bokovoyr17358: Re-add JFS2 NFS4 ACLs support, move readme...
2007-10-10 Volker Lendecker17356: Also transfer the sambaHomePath attribute.
2007-10-10 Alexander Bokovoyr17354: Revert -r 17353 per Volker request while gpfs...
2007-10-10 Alexander Bokovoyr17353: Add support for JFS2 NFS4/AIXC and GPFS acls...
2007-10-10 Volker Lendecker17348: Some C++ warnings
2007-10-10 Volker Lendecker17347: Some C++ warnings -- 271 left
2007-10-10 Jeremy Allisonr17346: Add optimisation vl needs for the cluster code...
2007-10-10 Volker Lendecker17345: Some C++ warnings
2007-10-10 Alexander Bokovoyr17338: Add support for multiple shares test inspired...
2007-10-10 Volker Lendecker17335: Some more fixes to net rpc vampire ldif. Still...
2007-10-10 Volker Lendecker17334: Some C++ warnings
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Volker Lendecker17315: Make talloc and tdb C++-warning-free. Would...
2007-10-10 Jeremy Allisonr17314: Optimisation for POSIX locking. If we're downgr...
2007-10-10 Volker Lendecker17313: Non-Ascii attribute values need to be encoded...
2007-10-10 Volker Lendecker17312: Do some reformatting on net rpc samsync ldif...
2007-10-10 Jelmer Vernooijr17307: Add datarootdir setting (required for newer...
2007-10-10 Jeremy Allisonr17296: Replace the understandable parts of the quota
2007-10-10 Jeremy Allisonr17295: Back out the become_root_uid_only change on...
2007-10-10 Jeremy Allisonr17294: Make the code a little cleaner. Instead of...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Jeremy Allisonr17292: Try and fix bug #3967 - signing problems on...
2007-10-10 Jeremy Allisonr17291: Fix memory leaks on early exit path.
2007-10-10 Volker Lendecker17279: conn->cnum is the tid we've given to the client...
2007-10-10 Jeremy Allisonr17276: Don't change the POSIX lock ref count if posix...
2007-10-10 Gerald Carterr17271: Fix a regression in the ldapsam uri syntax.
2007-10-10 Jeremy Allisonr17262: After messages from Metze and traces from Karol...
2007-10-10 Gerald Carterr17260: remove extra ;SAMBA_3_0_23/source/utils/netlookup.c
2007-10-10 Gerald Carterr17258: Cleanup the 'net ads help join' output and...
2007-10-10 Volker Lendecker17254: Simple flattening of an if-statement, no logic...
2007-10-10 Jeremy Allisonr17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNC
2007-10-10 Jeremy Allisonr17248: Ensure we definately add the WRITE_DATA on...
2007-10-10 Jeremy Allisonr17247: When we map generic to specific we need to...
2007-10-10 Gerald Carterr17246: BUG 3964: lower case username prior to getpwnam...
2007-10-10 Jeremy Allisonr17245: Second part of fix for #3962. Don't do a double
2007-10-10 Jeremy Allisonr17244: There were several error paths where NT_PRINTER...
2007-10-10 Gerald Carterr17242: BUG 3957: make sure to zero memory in the SRV...
2007-10-10 Gerald Carterr17239: BUG 3959: patch from William Charles <william...
2007-10-10 Jeremy Allisonr17234: Fix error mappings for EQUOTA and ENOBUFS.
2007-10-10 Volker Lendecker17231: Some patch cosmetics
2007-10-10 Volker Lendecker17229: Indent-style reformatting -- getting used to...
2007-10-10 Volker Lendecker17228: Modest reformatting
2007-10-10 Jeremy Allisonr17220: If we're going to fail a write with an errno...
2007-10-10 Gerald Carterr17217: Fix a couple of "smbldap_open(): Cannot open...
2007-10-10 Andrew Bartlettr17216: From Kai Blin <kai.blin@gmail.com>:
2007-10-10 Volker Lendecker17199: Add comment to the RID/SID miracle
2007-10-10 Alexander Bokovoyr17198: Fix wins_nss dependencies
2007-10-10 Volker Lendecker17194: To run rpc-samba3-lsa in the build farm, we...
2007-10-10 Volker Lendecker17192: Make this actually survive valgrind. We NEED...
2007-10-10 Volker Lendecker17191: Forgotten file, sorry!
2007-10-10 Volker Lendecker17190: Remove a warning from "opi", a 64-bit machine
2007-10-10 Volker Lendecker17188: Dump lsa_lookupsids3. I could not make it work...
2007-10-10 Volker Lendecker17184: Attempt to get rid of some warnings on HP/UX...
2007-10-10 Gerald Carterr17183: LsaLookupSids() shoudl return the string form...
2007-10-10 Jeremy Allisonr17181: Fix the build farm RAW-READ bug. When making...
2007-10-10 Jim McDonoughr17179: Merge the vl-posixacls tmp branch into mainline. It
2007-10-10 Volker Lendecker17177: Get rid of a global variable by adding a privat...
2007-10-10 John Terpstrar17172: Fix typo.
2007-10-10 Gerald Carterr17162: Fix typo small typos noticed by Paul Green.
2007-10-10 Gerald Carterr17159: Bug 3920: Restore wnibind use default domain...
2007-10-10 Gerald Carterr17158: Add two new options to 'net ads join'
2007-10-10 Jeremy Allisonr17152: Don't handle the delete pending here, await
2007-10-10 Gerald Carterr17151: revert a few accidental commits to the Makefile
2007-10-10 Gerald Carterr17150: MMC User & group plugins fixes:
2007-10-10 Gerald Carterr17149: Fail the join if we cannot set any SPNs for...
2007-10-10 Gerald Carterr17148: the wins service should not accept any controls...
2007-10-10 Gerald Carterr17147: Install fixes for libraries
2007-10-10 Gerald Carterr17146: Starting to cleanout my local tree some
2007-10-10 Jeremy Allisonr17142: Ensure we record the correct can_read/can_write
next