Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18754: Get rid of some more invalid time sets | Jim McDonough | 1 | -48/+0 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 2 | -18/+18 |
2007-10-10 | r18742: this function returns WERROR | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r18739: * Get the wkssvc patch right this time. | Gerald Carter | 2 | -100/+301 |
2007-10-10 | r18730: readd missing files (one more) | Gerald Carter | 1 | -0/+78 |
2007-10-10 | r18728: revert previous commit until I fix the wkssvc_nt.c changes | Gerald Carter | 1 | -294/+22 |
2007-10-10 | r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogenerated | Gerald Carter | 2 | -100/+294 |
2007-10-10 | r18724: Fixup time(0) -> time(NULL) | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r18722: Fix up password change times. The can change and must change times are | Jim McDonough | 1 | -40/+20 |
2007-10-10 | r18680: Fix last struct uuids (in uncommented code). | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r18654: Rename "struct uuid" => "struct GUID" for consistency. | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r18621: Fix samr server build. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r18572: Use the autogenerated client and server for the echo interface and im... | Jelmer Vernooij | 3 | -167/+73 |
2007-10-10 | r18526: Use generated server for unixinfo RPC interface. | Jelmer Vernooij | 2 | -235/+44 |
2007-10-10 | r18487: Add NULL checks | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r18481: Use pidl-generated server side code for dfs. | Jelmer Vernooij | 2 | -732/+77 |
2007-10-10 | r18429: fix a regression renaming local group introduced by trying to handle ... | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r18413: Based on the new torture test I added in samba4 it turns out | Simo Sorce | 1 | -1/+18 |
2007-10-10 | r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.h | Gerald Carter | 3 | -13/+12 |
2007-10-10 | r18390: give a better error code | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18271: Big change: | Gerald Carter | 2 | -8/+8 |
2007-10-10 | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 3 | -37/+29 |
2007-10-10 | r17872: Fix possible null deref found by the Stanford checker. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17797: Just say "ok" when trying to rename a local group to its same name. | Gerald Carter | 1 | -4/+11 |
2007-10-10 | r17554: Cleanup | Volker Lendecke | 2 | -4/+4 |
2007-10-10 | r17468: To minimize the diff later on, pre-commit some changes independently:... | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r17463: A bit of cleanup work: | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs). | Günther Deschner | 1 | -4/+17 |
2007-10-10 | r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as an | Volker Lendecke | 2 | -4/+4 |
2007-10-10 | r17439: Fix logic error in checking TALLOC return. Spotted by Volker. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17386: fix inverted logic pointed out by Volker. When deleting a printer re... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r17364: Another NT4 join bug: The idealx tools set the primary group sid, and... | Volker Lendecke | 1 | -15/+12 |
2007-10-10 | r17348: Some C++ warnings | Volker Lendecke | 3 | -13/+18 |
2007-10-10 | r17346: Add optimisation vl needs for the cluster code where | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r17293: After the results from the cluster tests in Germany, | Jeremy Allison | 1 | -9/+0 |
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 | r17217: Fix a couple of "smbldap_open(): Cannot open when not root" bugs | Gerald Carter | 1 | -1/+7 |
2007-10-10 | r17199: Add comment to the RID/SID miracle | Volker Lendecke | 1 | -1/+6 |
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 | r17188: Dump lsa_lookupsids3. I could not make it work at all against W2k3, the | Volker Lendecke | 1 | -24/+10 |
2007-10-10 | r17183: LsaLookupSids() shoudl return the string form of a SID when | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r17177: Get rid of a global variable by adding a private data pointer to | Volker Lendecke | 1 | -8/+9 |
2007-10-10 | r17150: MMC User & group plugins fixes: | Gerald Carter | 1 | -7/+25 |
2007-10-10 | r17097: Move share_access_check from rpc_server/srv_srvsvc_nt.c to lib/shares... | Volker Lendecke | 1 | -31/+0 |
2007-10-10 | r17096: Simplify share_access_check a bit: It takes the sharename instead of ... | Volker Lendecke | 1 | -15/+9 |
2007-10-10 | r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ... | Volker Lendecke | 1 | -4/+16 |
2007-10-10 | r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr... | Volker Lendecke | 1 | -124/+155 |