summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r17258: Cleanup the 'net ads help join' output and document createupnGerald Carter2007-10-101-35/+46
* r17254: Simple flattening of an if-statement, no logic change.Volker Lendecke2007-10-101-21/+27
* r17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNCJeremy Allison2007-10-101-3/+0
* r17248: Ensure we definately add the WRITE_DATA on O_TRUNC.Jeremy Allison2007-10-101-3/+4
* r17247: When we map generic to specific we need to rememberJeremy Allison2007-10-101-2/+5
* r17246: BUG 3964: lower case username prior to getpwnam() call in smbpasswdGerald Carter2007-10-101-1/+5
* r17245: Second part of fix for #3962. Don't do a doubleJeremy Allison2007-10-101-14/+8
* r17244: There were several error paths where NT_PRINTER_INFO_LEVELJeremy Allison2007-10-101-6/+17
* r17242: BUG 3957: make sure to zero memory in the SRV hostlist in case there ...Gerald Carter2007-10-101-1/+1
* r17239: BUG 3959: patch from William Charles <william@charles.name> to fix a ...Gerald Carter2007-10-101-7/+1
* r17234: Fix error mappings for EQUOTA and ENOBUFS.Jeremy Allison2007-10-101-1/+8
* r17231: Some patch cosmeticsVolker Lendecke2007-10-102-2/+2
* r17229: Indent-style reformatting -- getting used to the code again :-)Volker Lendecke2007-10-101-51/+53
* r17228: Modest reformattingVolker Lendecke2007-10-101-17/+24
* r17220: If we're going to fail a write with an errno, makeJeremy Allison2007-10-102-1/+5
* r17217: Fix a couple of "smbldap_open(): Cannot open when not root" bugsGerald Carter2007-10-101-1/+7
* r17216: From Kai Blin <kai.blin@gmail.com>:Andrew Bartlett2007-10-104-6/+120
* r17199: Add comment to the RID/SID miracleVolker Lendecke2007-10-101-1/+6
* r17198: Fix wins_nss dependenciesAlexander Bokovoy2007-10-101-2/+2
* r17194: To run rpc-samba3-lsa in the build farm, we can't rely on geteuid()==...Volker Lendecke2007-10-101-2/+2
* r17192: Make this actually survive valgrind. We NEED pidl here...Volker Lendecke2007-10-101-5/+12
* r17191: Forgotten file, sorry!Volker Lendecke2007-10-101-0/+1
* r17190: Remove a warning from "opi", a 64-bit machineVolker Lendecke2007-10-101-1/+1
* r17188: Dump lsa_lookupsids3. I could not make it work at all against W2k3, theVolker Lendecke2007-10-101-24/+10
* r17184: Attempt to get rid of some warnings on HP/UX. Without _XOPEN_SOURCE_E...Volker Lendecke2007-10-101-0/+1
* r17183: LsaLookupSids() shoudl return the string form of a SID whenGerald Carter2007-10-101-2/+3
* r17181: Fix the build farm RAW-READ bug. When making a copyJeremy Allison2007-10-101-1/+3
* r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough2007-10-1013-3014/+2636
* r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke2007-10-105-23/+41
* r17162: Fix typo small typos noticed by Paul Green.Gerald Carter2007-10-102-2/+2
* r17159: Bug 3920: Restore wnibind use default domain behavior for domain groups.Gerald Carter2007-10-102-18/+25
* r17158: Add two new options to 'net ads join'Gerald Carter2007-10-101-12/+114
* r17152: Don't handle the delete pending here, awaitJeremy Allison2007-10-101-7/+0
* r17151: revert a few accidental commits to the MakefileGerald Carter2007-10-101-3/+2
* r17150: MMC User & group plugins fixes:Gerald Carter2007-10-104-18/+77
* r17149: Fail the join if we cannot set any SPNs for the machine account.Gerald Carter2007-10-101-24/+18
* r17148: the wins service should not accept any controls so that a GUI can gre...Gerald Carter2007-10-101-0/+1
* r17147: Install fixes for librariesGerald Carter2007-10-102-36/+42
* r17146: Starting to cleanout my local tree someGerald Carter2007-10-102-16/+206
* r17142: Ensure we record the correct can_read/can_writeJeremy Allison2007-10-101-4/+6
* r17140: Get rid of the lock release/reacquire code ! Turns outJeremy Allison2007-10-101-85/+73
* r17138: In preparation for the cluster merge, add an empty configure option :-)Volker Lendecke2007-10-101-0/+14
* r17136: Fix alignment on lsaquery. This broke in particular level 6, where th...Volker Lendecke2007-10-101-0/+3
* r17134: Fix a debug messageVolker Lendecke2007-10-101-1/+1
* r17131: Optimisation - when doing a stat open don't open theJeremy Allison2007-10-101-1/+1
* r17130: Remove unneeded unlock call.Jeremy Allison2007-10-101-3/+0
* r17128: Missed a logic error in my last patch. Ensure we deal with anyJeremy Allison2007-10-101-5/+42
* r17125: Drastic problems require drastic solutions. There'sJeremy Allison2007-10-102-109/+228
* r17124: fixed a bug which caused resolve_ads() to spin forever if one of theAndrew Tridgell2007-10-101-11/+9
* r17123: Fix 32bit/64bit portability issues again.Gerald Carter2007-10-101-22/+54