Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-20 | Fix bug 6638 - ADS Domain Member: Computer Mgr can not set share ACLs | Jeremy Allison | 1 | -3/+19 | |
Add good error message for share modification denial. Jeremy. | |||||
2009-08-20 | s3-spoolss: add stubs for new idl opcodes in spoolss server. | Günther Deschner | 1 | -0/+153 | |
Guenther | |||||
2009-08-17 | s3-spoolss: remove another duplicate copy of print_architecture_table. | Günther Deschner | 1 | -23/+12 | |
Guenther | |||||
2009-08-07 | s3:smbd: conn_free_internal() can be static now | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2009-08-07 | s3-wkssvcs: fix check for BUILTIN\Administrators membership in ↵ | Günther Deschner | 1 | -2/+2 | |
wkssvc_Netr{Join,Unjoin}Domain2. Guenther | |||||
2009-08-04 | s3-spoolss: Fix Bug #6568: _spoolss_GetPrintProcessorDirectory() implementation. | Günther Deschner | 1 | -1/+5 | |
We should always return a local path so that users are not forced to setup a [prnproc$] share on the server. This restores pre-3.4.0 spoolss behaviour. Guenther | |||||
2009-08-04 | s3-spoolss: fix crash bug in spoolss_addprinterex_level_2. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-08-03 | Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2009-07-28 | Added prefer_ipv4 bool parameter to resolve_name(). | Jeremy Allison | 1 | -1/+1 | |
W2K3 DC's can have IPv6 addresses but won't serve krb5/ldap or cldap on those addresses. Make sure when we're asking for DC's we prefer IPv4. If you have an IPv6-only network this prioritizing code will be a no-op. And if you have a mixed network then you need to prioritize IPv4 due to W2K3 DC's. Jeremy. | |||||
2009-07-26 | Fix valgrind errors in DeleteDomainGroup and DeleteDomAlias | Volker Lendecke | 1 | -4/+4 | |
2009-07-26 | Fix a valgrind error in _samr_DeleteUser | Volker Lendecke | 1 | -2/+2 | |
The close_handle invalidates uinfo | |||||
2009-07-25 | Fix a 32/64bit stack corruption bug | Volker Lendecke | 1 | -1/+1 | |
2009-07-24 | s3: Allow filename_convert() to pass through unix_convert_flags and let the ↵ | Tim Prouty | 1 | -0/+4 | |
caller know if the path has a wildcard This also eliminates the need for resolve_dfspath(). | |||||
2009-07-21 | s3: Remove the now unused fname parameter from filename_convert() | Tim Prouty | 1 | -4/+2 | |
2009-07-17 | Fix bug #6564 - SetPrinter fails (panics) as non root. | Jeremy Allison | 1 | -0/+4 | |
Missing become_root()/unbecome_root() around reload_services. Jeremy. | |||||
2009-07-17 | s3-lsa: let _lsa_Delete return NT_STATUS_NOT_SUPPORTED as w2k3 does. | Günther Deschner | 1 | -6/+10 | |
Guenther | |||||
2009-07-17 | s3-lsa: Fix access_mask calculation for new handle in _lsa_CreateAccount(). | Günther Deschner | 1 | -6/+24 | |
Guenther | |||||
2009-07-17 | s3-lsa: add (not yet activate) level specific access checks for ↵ | Günther Deschner | 1 | -0/+42 | |
_lsa_QueryInfoPolicy. Guenther | |||||
2009-07-17 | s3-lsa: also implement level 13 in lsa_QueryInfoPolicy. | Günther Deschner | 1 | -19/+24 | |
Guenther | |||||
2009-07-17 | s3-lsa: Fix policy handle memleak and handle type check in _lsa_DeleteObject(). | Günther Deschner | 1 | -4/+14 | |
Guenther | |||||
2009-07-17 | s3-lsa: Fix pointless check for sec_info flags in _lsa_QuerySecurity(). | Günther Deschner | 1 | -13/+3 | |
Guenther | |||||
2009-07-17 | s3-lsa: implement _lsa_LookupPrivName(). | Günther Deschner | 1 | -6/+45 | |
Guenther | |||||
2009-07-17 | s3-lsa: implement _lsa_EnumAccountsWithUserRight(). | Günther Deschner | 1 | -6/+57 | |
Guenther | |||||
2009-07-16 | s3-spoolss: make some of the command hooks static. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-07-15 | S3: Small fix to get rid of annoying log message. | Bo Yang | 1 | -2/+4 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-14 | s3-account_policy: add pdb_policy_type enum. | Günther Deschner | 2 | -32/+32 | |
Guenther | |||||
2009-07-13 | s3-rpc_server: pass down full unix token to map_max_allowed_access(). | Günther Deschner | 2 | -16/+34 | |
Also use unix_token->uid instead of geteuid() when checking for mapping of the SEC_FLAG_MAXIMUM_ALLOWED flag. Guenther | |||||
2009-07-06 | s3: Change some filename_convert to pass in NULL for char **fname argument | Tim Prouty | 1 | -4/+2 | |
2009-07-05 | Use null_ndr_syntax_id instead of zeroing null_interface manually | Volker Lendecke | 1 | -6/+2 | |
2009-07-05 | Remove "typedef struct ndr_syntax_id RPC_IFACE;" | Volker Lendecke | 1 | -4/+6 | |
2009-07-05 | Make check_bind_req static to rpc_server/srv_pipe.c | Volker Lendecke | 1 | -2/+2 | |
2009-07-04 | Handle LSA_POLICY_INFO_DNS | Volker Lendecke | 1 | -0/+26 | |
2009-07-04 | Implement QueryInfoPolicy2 similar to s4: Make it the same as QueryInfoPolicy | Volker Lendecke | 1 | -3/+15 | |
Don't reply to it for non-pdb-ads to keep up our old behaviour | |||||
2009-07-03 | Attempt to fix the build | Volker Lendecke | 1 | -2/+2 | |
2009-07-03 | s3-spoolss: implement _spoolss_AddPrinter. | Günther Deschner | 1 | -11/+24 | |
Guenther | |||||
2009-06-30 | s3-netlogon: remove unneeded fstrings from netlogon server. | Günther Deschner | 1 | -22/+12 | |
Guenther | |||||
2009-06-30 | s3-spoolss: Bug #6512. Fix support for enumerating user forms. | Günther Deschner | 1 | -5/+5 | |
Found while testing Xerox WorkCentre 133 PCL driver, now also tested with torture test. Guenther | |||||
2009-06-28 | _lsa_QueryInfoPolicy: Use symbolic info level names | Volker Lendecke | 1 | -4/+4 | |
2009-06-25 | s3-netlogon: remove init_netr_SamInfo functions. | Günther Deschner | 1 | -25/+25 | |
Guenther | |||||
2009-06-25 | s3-netlogon: fix validation level 2 support in netr_SamLogon and friends. | Günther Deschner | 2 | -47/+112 | |
Guenther | |||||
2009-06-25 | s3-samr: refactor _samr_SetDomainInfo(). | Günther Deschner | 1 | -25/+72 | |
Guenther | |||||
2009-06-25 | s3-samr: refactor _samr_QueryDomainInfo(). | Günther Deschner | 1 | -213/+322 | |
Guenther | |||||
2009-06-24 | s3-spoolss: restructure _spoolss_EndDocPrinter(). | Günther Deschner | 1 | -30/+32 | |
Guenther | |||||
2009-06-23 | s3-lsa: Fix error path in _lsa_EnumAccountRights. | Günther Deschner | 1 | -2/+11 | |
This needs to return NT_STATUS_OBJECT_NAME_NOT_FOUND again as described in MS-LSAD 3.1.4.5.10 and tested with the RPC-SAMR-USER-PRIVILEGES test. Guenther | |||||
2009-06-23 | s3-eventlog: implement _eventlog_ReportEventW(). | Günther Deschner | 1 | -6/+77 | |
Guenther | |||||
2009-06-18 | Add some const to the stat struct in the dosmode calls. | Jeremy Allison | 1 | -15/+4 | |
Fix a couple more unix_convert uses to filename_convert. Fix bug in acl_group_override() where an uninitialized struct could be used. Move unix_convert with wildcard use in SMBsearch reply to boilerplate code. Jeremy. | |||||
2009-06-18 | s3:netlogon Cope with recent rename in netlogon.idl | Andrew Bartlett | 1 | -1/+1 | |
2009-06-16 | Fix msdfs after the change to smb_filename struct. We must *always* | Jeremy Allison | 1 | -2/+23 | |
pull the pathname, then call resolve_dfspath(), before unix_convert(). Jeremy. | |||||
2009-06-16 | _lsa_EnumAccountRights and _lsa_EnumPrivsAccount can return an | Jeremy Allison | 1 | -19/+17 | |
empty set of privilages if the SID doesn't have any. (From [MS-LSAD.pdf]) Jeremy. | |||||
2009-06-12 | s3: Plumb smb_filename through SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -25/+7 | |