Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17313: Non-Ascii attribute values need to be encoded as base64, with an attr... | Volker Lendecke | 1 | -15/+60 |
2007-10-10 | r17312: Do some reformatting on net rpc samsync ldif. Not doing this checkin ... | Volker Lendecke | 1 | -135/+152 |
2007-10-10 | r17307: Add datarootdir setting (required for newer autoconfs) | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r17296: Replace the understandable parts of the quota | Jeremy Allison | 1 | -17/+13 |
2007-10-10 | r17295: Back out the become_root_uid_only change on the POSIX | Jeremy Allison | 2 | -13/+12 |
2007-10-10 | r17294: Make the code a little cleaner. Instead of using the two | Jeremy Allison | 3 | -22/+45 |
2007-10-10 | r17293: After the results from the cluster tests in Germany, | Jeremy Allison | 11 | -45/+32 |
2007-10-10 | r17292: Try and fix bug #3967 - signing problems on trans | Jeremy Allison | 2 | -43/+127 |
2007-10-10 | r17291: Fix memory leaks on early exit path. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r17279: conn->cnum is the tid we've given to the client. This has nothing to ... | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r17276: Don't change the POSIX lock ref count if posix locking = no. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r17271: Fix a regression in the ldapsam uri syntax. | Gerald Carter | 1 | -7/+12 |
2007-10-10 | r17262: After messages from Metze and traces from Karolin Seeger, | Jeremy Allison | 1 | -5/+1 |
2007-10-10 | r17260: remove extra ;SAMBA_3_0_23/source/utils/netlookup.c | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r17258: Cleanup the 'net ads help join' output and document createupn | Gerald Carter | 1 | -35/+46 |
2007-10-10 | r17254: Simple flattening of an if-statement, no logic change. | Volker Lendecke | 1 | -21/+27 |
2007-10-10 | r17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNC | Jeremy Allison | 1 | -3/+0 |
2007-10-10 | r17248: Ensure we definately add the WRITE_DATA on O_TRUNC. | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r17247: When we map generic to specific we need to remember | Jeremy Allison | 1 | -2/+5 |
2007-10-10 | r17246: BUG 3964: lower case username prior to getpwnam() call in smbpasswd | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r17245: Second part of fix for #3962. Don't do a double | Jeremy Allison | 1 | -14/+8 |
2007-10-10 | r17244: There were several error paths where NT_PRINTER_INFO_LEVEL | Jeremy Allison | 1 | -6/+17 |
2007-10-10 | r17242: BUG 3957: make sure to zero memory in the SRV hostlist in case there ... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r17239: BUG 3959: patch from William Charles <william@charles.name> to fix a ... | Gerald Carter | 1 | -7/+1 |
2007-10-10 | r17234: Fix error mappings for EQUOTA and ENOBUFS. | Jeremy Allison | 1 | -1/+8 |
2007-10-10 | r17231: Some patch cosmetics | Volker Lendecke | 2 | -2/+2 |
2007-10-10 | r17229: Indent-style reformatting -- getting used to the code again :-) | Volker Lendecke | 1 | -51/+53 |
2007-10-10 | r17228: Modest reformatting | Volker Lendecke | 1 | -17/+24 |
2007-10-10 | r17220: If we're going to fail a write with an errno, make | Jeremy Allison | 2 | -1/+5 |
2007-10-10 | r17217: Fix a couple of "smbldap_open(): Cannot open when not root" bugs | Gerald Carter | 1 | -1/+7 |
2007-10-10 | r17216: From Kai Blin <kai.blin@gmail.com>: | Andrew Bartlett | 4 | -6/+120 |
2007-10-10 | r17199: Add comment to the RID/SID miracle | Volker Lendecke | 1 | -1/+6 |
2007-10-10 | r17198: Fix wins_nss dependencies | Alexander Bokovoy | 1 | -2/+2 |
2007-10-10 | r17194: To run rpc-samba3-lsa in the build farm, we can't rely on geteuid()==... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r17192: Make this actually survive valgrind. We NEED pidl here... | Volker Lendecke | 1 | -5/+12 |
2007-10-10 | r17191: Forgotten file, sorry! | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r17190: Remove a warning from "opi", a 64-bit machine | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17188: Dump lsa_lookupsids3. I could not make it work at all against W2k3, the | Volker Lendecke | 1 | -24/+10 |
2007-10-10 | r17184: Attempt to get rid of some warnings on HP/UX. Without _XOPEN_SOURCE_E... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r17183: LsaLookupSids() shoudl return the string form of a SID when | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r17181: Fix the build farm RAW-READ bug. When making a copy | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17179: Merge the vl-posixacls tmp branch into mainline. It | Jim McDonough | 13 | -3014/+2636 |
2007-10-10 | r17177: Get rid of a global variable by adding a private data pointer to | Volker Lendecke | 5 | -23/+41 |
2007-10-10 | r17172: Fix typo. | John Terpstra | 1 | -1/+1 |
2007-10-10 | r17162: Fix typo small typos noticed by Paul Green. | Gerald Carter | 2 | -2/+2 |
2007-10-10 | r17159: Bug 3920: Restore wnibind use default domain behavior for domain groups. | Gerald Carter | 2 | -18/+25 |
2007-10-10 | r17158: Add two new options to 'net ads join' | Gerald Carter | 1 | -12/+114 |
2007-10-10 | r17152: Don't handle the delete pending here, await | Jeremy Allison | 1 | -7/+0 |
2007-10-10 | r17151: revert a few accidental commits to the Makefile | Gerald Carter | 1 | -3/+2 |
2007-10-10 | r17150: MMC User & group plugins fixes: | Gerald Carter | 4 | -18/+77 |