summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24075: As suggested by metze, match the behaviour of ntvfs_posix, and removeAndrew Bartlett1-0/+1
2007-10-10r24074: Test both permitted logon hours and permitted workstations in theAndrew Bartlett3-6/+73
2007-10-10r24061: Anther part of bug #4823, which is that until now Samba4 didn't parseAndrew Bartlett3-27/+72
2007-10-10r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need toAndrew Bartlett4-10/+83
2007-10-10r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>.Andrew Bartlett2-155/+188
2007-10-10r24054: Fix some warningsVolker Lendecke1-2/+2
2007-10-10r24053: Ensure we filter EnumDomainUsers with the supplied mask.Andrew Bartlett2-34/+100
2007-10-10r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.Andrew Bartlett3-16/+209
2007-10-10r24051: more monitor function calls and monitor msg namesRafal Szczesniak7-44/+103
2007-10-10r24041: After metze's ack, check in torture_comment from Zack KrischVolker Lendecke1-2/+2
2007-10-10r24012: Remove duplicate code block (from bad merge).Andrew Bartlett1-17/+0
2007-10-10r24011: Keep the connect handle around in libnet, in case we want it.Andrew Bartlett2-0/+2
2007-10-10r24010: Fix warning for the function paramter to qsort().Andrew Bartlett1-1/+1
2007-10-10r23995: Work to allow mimir's libnet code to be called from winbind.Andrew Bartlett9-57/+53
2007-10-10r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issueAndrew Bartlett1-1/+4
2007-10-10r23982: Fix use-after-realloc() found by valgrind and mwallnoefer@yahoo.de.Andrew Bartlett1-1/+5
2007-10-10r23980: Fix one more use of pwrite in expand_file.Michael Adam1-1/+10
2007-10-10r23979: Fix another occurence of (written != requested) as anMichael Adam1-5/+22
2007-10-10r23978: Merge r23161 from Samba3:Michael Adam2-0/+5
2007-10-10r23977: Im prove the pwrite-patch to tdb_expand_file of r23972:Michael Adam1-7/+20
2007-10-10r23972: Fix a bug in pwrite error detection in tdb_expand_file():Michael Adam1-3/+3
2007-10-10r23966: It isn't great, but at least now we have some access control in SWATAndrew Bartlett2-0/+50
2007-10-10r23964: Update blackbox selftest scripts to cover more code, and to moreAndrew Bartlett1-3/+3
2007-10-10r23961: Allow SWAT to operate on x86_64 machines.Andrew Bartlett5-20/+29
2007-10-10r23960: Don't destory the 'reason' for terminating the service before printin...Andrew Bartlett1-1/+3
2007-10-10r23959: add more monitor messages support that's been sitting around on myRafal Szczesniak6-55/+216
2007-10-10r23950: unlink before rename is superfluous.Michael Adam1-1/+0
2007-10-10r23925: Use NULL instead of 0 for a void * argument.Michael Adam1-1/+1
2007-10-10r23912: We always accept / as a seperator, and it is far less confusingAndrew Bartlett1-1/+1
2007-10-10r23907: Fix bug 4790 reported by mwallnoefer@yahoo.de:Andrew Bartlett1-5/+7
2007-10-10r23905: SATOH Fumiyasu <fumiyas@osstech.jp> points out that we want &&, not ;...Andrew Bartlett1-1/+1
2007-10-10r23895: reapply rev 23493:Stefan Metzmacher1-27/+6
2007-10-10r23890: Allow wbinfo -a to work against Samba4's winbind.Andrew Bartlett8-331/+397
2007-10-10r23881: A quick fix from davecb@spamcop.net to be more portable to non-GNUAndrew Bartlett1-1/+1
2007-10-10r23880: Don't crash when we run wbinfo -a against our own winbind when we are...Andrew Bartlett2-3/+6
2007-10-10r23876: Prepare to run nsstest from make test, just not add it to tests_all.s...Kai Blin3-1/+31
2007-10-10r23875: As pointed out by mwallnoefer@yahoo.de:Andrew Bartlett1-6/+6
2007-10-10r23862: Explain who requested unknown dependency. Helps a lot in chasing depe...Alexander Bokovoy1-1/+1
2007-10-10r23860: export WINBINDD_SOCKET_DIR into the testenvStefan Metzmacher1-1/+2
2007-10-10r23859: Work to have Group Policy work 'out of the box' in Samba4.Andrew Bartlett6-38/+94
2007-10-10r23853: Fix a very misleading error message in tdbbackup.Michael Adam1-1/+1
2007-10-10r23852: Merge Samba 3.2's wbinfo into Samba4, so Kai can use it for testing.Andrew Bartlett2-0/+1271
2007-10-10r23851: export _ABS versions of PREFIX and SRCDIRStefan Metzmacher1-0/+2
2007-10-10r23849: ldap_server: Provide more info in debug tracesAndrew Bartlett1-7/+8
2007-10-10r23848: Thanks to derrell for pointing out that I had not finished my patch toAndrew Bartlett2-4/+6
2007-10-10r23821: Extend the winreg test by a test for DeleteKey on aMichael Adam1-0/+66
2007-10-10r23816: A little more static, but leave the dead code testjoin.c as documenta...Andrew Bartlett3-13/+5
2007-10-10r23815: Thanks to Matthias Wallnoefer <mwallnoefer@yahoo.de> for pointing outAndrew Bartlett3-8/+8
2007-10-10r23812: Remove more code found as dead by the find_static script, and makeAndrew Bartlett1-43/+4
2007-10-10r23811: Try to ensure struct nbt_name is always pre-declared. Might fix theAndrew Bartlett1-9/+10