Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-20 | Do not vasprint stuff where not necessary | Volker Lendecke | 1 | -1/+1 | |
2009-04-20 | Fix warning in use of talloc_set_name. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-04-20 | Convert the domain handles to type-safe policy handles | Volker Lendecke | 1 | -283/+197 | |
2009-04-19 | Make force_flush_samr_cache use a dom_sid to find what to flush | Volker Lendecke | 1 | -16/+18 | |
2009-04-19 | Remove flag "builtin_domain" from disp_info | Volker Lendecke | 1 | -9/+5 | |
2009-04-19 | Remove flag "builtin_domain" from samr_info | Volker Lendecke | 1 | -6/+3 | |
2009-04-19 | Make get_samr_info_by_sid use recent coding conventions | Volker Lendecke | 1 | -9/+5 | |
2009-04-19 | Add "uint32_t access_granted" to policy handles | Volker Lendecke | 2 | -51/+85 | |
All policy handles have a mask of allowed operations attached that were calculated at creation time, so they should carry this mask. This is the basis for consolidating all our policy handle access checks. If you want to do your own more complicated access checks further down, just pass "0" to policy_handle_find. | |||||
2009-04-19 | Make "struct policy" private to srv_lsa_hnd.c | Volker Lendecke | 2 | -1/+28 | |
2009-04-18 | Convert the samr connect_handles to type-safe calls | Volker Lendecke | 1 | -23/+37 | |
2009-04-18 | Add type-safe policy_handle_create/find | Volker Lendecke | 1 | -0/+45 | |
2009-04-18 | Add some const | Volker Lendecke | 1 | -2/+5 | |
2009-04-17 | s3-spoolss: remove some direct checks for 0 uid in AddForm,SetForm,DelForm. | Günther Deschner | 1 | -4/+13 | |
Also add some become_root()/unbecome_root() pairs which were missing IMHO. Guenther | |||||
2009-04-17 | s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 6. | Günther Deschner | 1 | -1/+25 | |
Guenther | |||||
2009-04-17 | s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 5. | Günther Deschner | 1 | -0/+71 | |
Guenther | |||||
2009-04-17 | s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 4. | Günther Deschner | 1 | -0/+90 | |
Guenther | |||||
2009-04-17 | s3-samr: set the builtin_domain bool flag in get_samr_dispinfo_by_sid(). | Günther Deschner | 1 | -0/+2 | |
Volker, please check. Found by torture test RPC-SAMR-PASSWORDS-PWDLASTSET (which we pass with this fix). Guenther | |||||
2009-04-16 | s3-lsa: Fix Bug #6263. Unexpected LookupSids reply crashes XP pre-SP3. | Günther Deschner | 1 | -1/+9 | |
LookupSids needs to bounce back string sids in case of NT_STATUS_NONE_MAPPED. Guenther (cherry picked from commit 1c9266c8caa59e287b993393b6050732a0b33547) | |||||
2009-04-15 | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 1 | -10/+3 | |
What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy. | |||||
2009-04-15 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 2 | -12/+7 | |
libcli-auth-merge-without-netlogond | |||||
2009-04-14 | s3-spoolss: Fix format of description string in spoolss_PrinterInfo1. | Günther Deschner | 1 | -10/+6 | |
This is what windows does and should get us closer to show the appropriate printer location string in explorer. Guenther | |||||
2009-04-14 | s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW(). | Günther Deschner | 1 | -2/+1 | |
Make sure we are not copying more than what we have as valid data. Fix from Jeremy. Thanks a lot for watching this so closely! Guenther | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 3 | -9/+12 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-04-13 | s3-spoolss: fix typo in fill_printer_driver_info3(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-13 | s3-spoolss: Fix permission checks for _spoolss_AddForm,SetForm and DelForm. | Günther Deschner | 1 | -12/+34 | |
Found by smbtorture test. Guenther | |||||
2009-04-13 | s3-spoolss: use enumprinterdrivers_level() for level 3 enum. | Günther Deschner | 1 | -67/+6 | |
Guenther | |||||
2009-04-13 | s3-spoolss: use enumprinterdrivers_level() for level 2 enum. | Günther Deschner | 1 | -66/+6 | |
Guenther | |||||
2009-04-13 | s3-spoolss: use enumprinterdrivers_level() for level 1 enum. | Günther Deschner | 1 | -67/+7 | |
Guenther | |||||
2009-04-13 | s3-spoolss: add generic enumprinterdrivers_level function. | Günther Deschner | 1 | -0/+86 | |
Guenther | |||||
2009-04-10 | s3-spoolss: implement dummy _spoolss_AddPort(). | Günther Deschner | 1 | -11/+12 | |
Guenther | |||||
2009-04-10 | s3-spoolss: add support for level 8 in _spoolss_GetPrinter(). | Günther Deschner | 1 | -0/+37 | |
Guenther | |||||
2009-04-10 | s3-eventlog: implement _eventlog_FlushEventLog(). | Günther Deschner | 1 | -6/+15 | |
Guenther | |||||
2009-04-10 | s3-eventlog: implement _eventlog_GetLogInformation(). | Günther Deschner | 1 | -6/+44 | |
Guenther | |||||
2009-04-10 | s3-ntsvcs: fix _PNP_GetDeviceList and _PNP_GetDeviceListSize. | Günther Deschner | 1 | -17/+24 | |
Guenther | |||||
2009-04-09 | s3-svcctl: minor fix for _svcctl_EnumDependentServicesW(). | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2009-04-09 | s3-svcctl: Fix invalid buffer memset in _svcctl_QueryServiceObjectSecurity(). | Günther Deschner | 1 | -1/+0 | |
Found by torture-test. Guenther | |||||
2009-04-09 | s3-svcctl: Fix _svcctl_Set/GetServiceObjectSecurity after IDL changes. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2009-04-08 | s3-svcctl: Fix _svcctl_EnumServicesStatusW (again). | Günther Deschner | 1 | -3/+1 | |
The final plan is to use the same macro based code that we have in spoolss to handle the buffers and calculate the buffer-sizes. Guenther | |||||
2009-04-08 | s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server. | Günther Deschner | 1 | -960/+0 | |
Guenther | |||||
2009-04-08 | s3-rpc-server: remove unused rpc_server/srv_util.c file. | Günther Deschner | 1 | -88/+0 | |
Guenther | |||||
2009-04-08 | svcctl: use offered/needed for buffer sizes as in spoolss. | Günther Deschner | 1 | -14/+14 | |
Guenther | |||||
2009-04-08 | s3-svcctl: no need to define SVCCTL_NUM_INTERNAL_SERVICES twice in a file. | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2009-04-07 | s3-spoolss: set servername to global_myname() in set_printer_hnd_name(). | Günther Deschner | 1 | -1/+1 | |
This allows spoolss_OpenPrinterEx to open a printer by printername. Now the Samba3 spoolss server passes the RPC-SPOOLSS-WIN test. Guenther | |||||
2009-04-07 | s3-svcctl: Fix _svcctl_EnumServicesStatusW() crash bug on too small buffer. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-04-06 | s3-samr: add support for _samr_Connect3() while planning to pass a s4 ↵ | Günther Deschner | 1 | -10/+19 | |
smbtorture test. Guenther | |||||
2009-04-03 | s3-samr: add support for setting password hashes via samr_SetUserInfo level 21. | Günther Deschner | 1 | -4/+53 | |
Guenther | |||||
2009-04-02 | s3-lsa: use LSA_ROLE definitions in _lsa_QueryInfoPolicy(). | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-04-02 | s3-lsa: don't SAFE_FREE talloced structs. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-04-02 | s3-spoolss: implement _spoolss_GetPrinterDriver2 level 101 (Bug #5140). | Günther Deschner | 1 | -5/+238 | |
Guenther | |||||
2009-03-27 | Fix external np read after conversion to tevent_req | Volker Lendecke | 1 | -1/+1 | |