Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24249: Thse generated attributes should not be pushed this far down the stack | Andrew Bartlett | 1 | -69/+0 |
2007-10-10 | r24248: Attempt to fix bug #4830 by <mwallnoefer@yahoo.de>. If there is no | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r24247: Remove extra newlines from ldb_debug() calls - it already adds one. | Andrew Bartlett | 3 | -23/+23 |
2007-10-10 | r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixing | Andrew Bartlett | 3 | -9/+11 |
2007-10-10 | r24245: Fix bug #4828 - we need to set the samba LDB debug handler early, so | Andrew Bartlett | 1 | -10/+20 |
2007-10-10 | r24157: Merge from kai/samba4-gsoc.git;h=728deba680f8cf85cab168a6278a2cf657f6... | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24146: It is not an error for a Win2k3-only server not to support the NT4 | Andrew Bartlett | 3 | -0/+5 |
2007-10-10 | r24127: Set the Domain SID into the libnet context, and have libnet_UserInfo | Andrew Bartlett | 6 | -7/+20 |
2007-10-10 | r24118: Start fixing #4842 (usrmgr polcies menu not working) by removing range | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24112: Complete initialistion of the libnet_ctx when setting up the domain. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r24111: Untested code is broken code, untested code is broken code... | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r24110: I hate seeing callers manually filling in the composite context. Use | Andrew Bartlett | 2 | -4/+3 |
2007-10-10 | r24109: Add a wb_name2domain call | Kai Blin | 2 | -0/+132 |
2007-10-10 | r24108: Split out samba3_parse_domuser to a seperate file and rename, so it c... | Kai Blin | 3 | -23/+51 |
2007-10-10 | r24083: Don't fail the test (looking for the user in the enum) if we didn't | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r24082: Following the removal of a fanstsy condition from the SAMR testsuite, | Andrew Bartlett | 1 | -7/+0 |
2007-10-10 | r24081: Domain Controllers are also shown in this enumeration. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24080: Set the primary group (matching windows) when creating new users in | Andrew Bartlett | 3 | -4/+30 |
2007-10-10 | r24076: Make ldap.js pass against Win2k3 again (looks like we don't match AD | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r24075: As suggested by metze, match the behaviour of ntvfs_posix, and remove | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 3 | -6/+73 |
2007-10-10 | r24061: Anther part of bug #4823, which is that until now Samba4 didn't parse | Andrew Bartlett | 3 | -27/+72 |
2007-10-10 | r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need to | Andrew Bartlett | 4 | -10/+83 |
2007-10-10 | r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>. | Andrew Bartlett | 2 | -155/+188 |
2007-10-10 | r24054: Fix some warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24053: Ensure we filter EnumDomainUsers with the supplied mask. | Andrew Bartlett | 2 | -34/+100 |
2007-10-10 | r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815. | Andrew Bartlett | 3 | -16/+209 |
2007-10-10 | r24051: more monitor function calls and monitor msg names | Rafal Szczesniak | 7 | -44/+103 |
2007-10-10 | r24041: After metze's ack, check in torture_comment from Zack Krisch | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24012: Remove duplicate code block (from bad merge). | Andrew Bartlett | 1 | -17/+0 |
2007-10-10 | r24011: Keep the connect handle around in libnet, in case we want it. | Andrew Bartlett | 2 | -0/+2 |
2007-10-10 | r24010: Fix warning for the function paramter to qsort(). | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23995: Work to allow mimir's libnet code to be called from winbind. | Andrew Bartlett | 9 | -57/+53 |
2007-10-10 | r23994: Finish my work to ensure that non-root and non-administrator users | Andrew Bartlett | 4 | -166/+193 |
2007-10-10 | r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issue | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r23982: Fix use-after-realloc() found by valgrind and mwallnoefer@yahoo.de. | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r23980: Fix one more use of pwrite in expand_file. | Michael Adam | 1 | -1/+10 |
2007-10-10 | r23979: Fix another occurence of (written != requested) as an | Michael Adam | 1 | -5/+22 |
2007-10-10 | r23978: Merge r23161 from Samba3: | Michael Adam | 2 | -0/+5 |
2007-10-10 | r23977: Im prove the pwrite-patch to tdb_expand_file of r23972: | Michael Adam | 1 | -7/+20 |
2007-10-10 | r23972: Fix a bug in pwrite error detection in tdb_expand_file(): | Michael Adam | 1 | -3/+3 |
2007-10-10 | r23966: It isn't great, but at least now we have some access control in SWAT | Andrew Bartlett | 4 | -50/+112 |
2007-10-10 | r23965: Add testing the 'net time' command to the script. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r23964: Update blackbox selftest scripts to cover more code, and to more | Andrew Bartlett | 3 | -38/+83 |
2007-10-10 | r23961: Allow SWAT to operate on x86_64 machines. | Andrew Bartlett | 5 | -20/+29 |
2007-10-10 | r23960: Don't destory the 'reason' for terminating the service before printin... | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r23959: add more monitor messages support that's been sitting around on my | Rafal Szczesniak | 6 | -55/+216 |
2007-10-10 | r23950: unlink before rename is superfluous. | Michael Adam | 1 | -1/+0 |
2007-10-10 | r23925: Use NULL instead of 0 for a void * argument. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23912: We always accept / as a seperator, and it is far less confusing | Andrew Bartlett | 1 | -1/+1 |