Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3:net conf: support dangling parameters by specifying "" as the section name. | Michael Adam | 2009-04-27 | 1 | -12/+30 | |
| | | | | | | for {get,set,del}parm Michael | |||||
* | Make cli_chkpath async. | Jeremy Allison | 2009-04-22 | 1 | -3/+3 | |
| | | | | Jeremy | |||||
* | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 2009-04-21 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | s3-secdesc: move all winreg access bits to IDL. | Günther Deschner | 2009-04-21 | 1 | -3/+3 | |
| | | | | Guenther | |||||
* | s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY. | Günther Deschner | 2009-04-21 | 2 | -3/+3 | |
| | | | | Guenther | |||||
* | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED. | Günther Deschner | 2009-04-21 | 2 | -2/+2 | |
| | | | | Guenther | |||||
* | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 2009-04-21 | 8 | -23/+23 | |
| | | | | Guenther | |||||
* | Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if | Jelmer Vernooij | 2009-04-20 | 1 | -1/+1 | |
| | | | | the system one is broken. | |||||
* | libgpo: fix the build of gpext plugins. | Günther Deschner | 2009-04-20 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | Adjust samba 3 to the new gpo API. Still untested code. | Wilco Baan Hofman | 2009-04-20 | 1 | -2/+4 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | Fix to use modified cli_rpc_pipe_open_schannel_with_key API | Andrew Bartlett | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 2009-04-20 | 7 | -17/+32 | |
|\ | ||||||
| * | s3:net: add --request-timeout option | Stefan Metzmacher | 2009-04-17 | 3 | -0/+4 | |
| | | | | | | | | metze | |||||
| * | s3:net_rpc: don't shutdown a cli_state passed from the caller | Stefan Metzmacher | 2009-04-17 | 1 | -9/+8 | |
| | | | | | | | | | | | | This fixes a crash bug if we timeout in net rpc trustdom list. metze | |||||
| * | Merge branch 'master' of /home/jmcd/samba/git.samba.org/samba-master into ↵ | Jim McDonough | 2009-04-17 | 1 | -0/+8 | |
| |\ | | | | | | | | | | mymaster | |||||
| | * | In net_conf_import, start a transaction when importing a single share. | Martin Schwenke | 2009-04-16 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit d69c3db9d44ad5d9fd1f5d7a9499f3bd79ecfb47 caused the transaction start to be conditional but the commit is still unconditional, so an error occurs when importing a single share. An alternate fix would be to return the transaction start to be unconditional but then it would occur before other error checking. Signed-off-by: Martin Schwenke <martin@meltin.net> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
| * | | Don't look up local user for remote changes, even when root. | Jim McDonough | 2009-04-16 | 1 | -6/+10 | |
| |/ | ||||||
| * | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 2009-04-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | 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. | |||||
* | | Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key() | Andrew Bartlett | 2009-04-20 | 1 | -1/+1 | |
| | | ||||||
* | | s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIs | Andrew Bartlett | 2009-04-14 | 1 | -2/+2 | |
| | | ||||||
* | | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 2009-04-14 | 1 | -3/+3 | |
| | | | | | | | | | | This is particuarly in the netlogon client (but not server at this stage) | |||||
* | | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 2009-04-14 | 4 | -10/+16 | |
|/ | | | | | | | | | | | 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 | |||||
* | Add some harmless use of talloc_tos() in ntlm_auth | Andrew Bartlett | 2009-04-14 | 2 | -5/+5 | |
| | ||||||
* | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 2009-04-14 | 3 | -22/+22 | |
| | | | | | | | | | | | | This removes calls to push_*_allocate() and pull_*_allocate(), as well as convert_string_allocate, as they are not in the common API To allow transition to a common charcnv in future, provide Samba4-like strupper functions in source3/lib/charcnv.c (the actual implementation remains distinct, but the API is now shared) Andrew Bartlett | |||||
* | s3-net: Fix Bug #5329: add "net rpc service delete/create". | Günther Deschner | 2009-04-08 | 1 | -0/+204 | |
| | | | | | | Patch from Danny Tylman <danny.tylman@insightix.com>. Guenther | |||||
* | s3-eventlog: split out evlog_convert_tdb_to_evt(). | Günther Deschner | 2009-04-08 | 1 | -52/+2 | |
| | | | | Guenther | |||||
* | s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context | Andrew Bartlett | 2009-04-07 | 1 | -4/+2 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3-libads: avoid NULL talloc context with ads_get_dn(). | Günther Deschner | 2009-04-07 | 1 | -4/+4 | |
| | | | | Guenther | |||||
* | s3:libads Make ads_get_dn() take a talloc context | Andrew Bartlett | 2009-04-06 | 2 | -12/+10 | |
| | | | | | | | | | | | | Also remove ads_memfree(), which was only ever a wrapper around SAFE_FREE, used only to free the DN from ads_get_ds(). This actually makes libgpo more consistant, as it mixed a talloc and a malloc based string on the same element. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | Remove a silly check | Volker Lendecke | 2009-04-05 | 1 | -7/+0 | |
| | | | | | This does not increase security, and if later error messages suck, we have to fix those. | |||||
* | s3:net conf: don't store share names as lower case, but as given. | Michael Adam | 2009-04-02 | 1 | -11/+11 | |
| | | | | Michael | |||||
* | s3:rpc_parse: remove unused init_unistr(). | Günther Deschner | 2009-03-26 | 1 | -5/+4 | |
| | | | | Guenther | |||||
* | s3-net: Fix Coverity #861 (UNINIT). | Günther Deschner | 2009-03-20 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-net: Fix Coverity #898 (UNINIT). | Günther Deschner | 2009-03-20 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-spoolss: pure comsetics. | Günther Deschner | 2009-03-20 | 1 | -41/+41 | |
| | | | | | | sorry, I just need to do that. Guenther | |||||
* | s3-net: Fix Coverity #886 (FORWARD_NULL). | Günther Deschner | 2009-03-20 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3: remove POLICY_HND. | Günther Deschner | 2009-03-18 | 11 | -86/+86 | |
| | | | | Guenther | |||||
* | s3-smbcontrol: use correct PRINTER_NOTIFY flags. | Günther Deschner | 2009-03-18 | 1 | -3/+3 | |
| | | | | Guenther | |||||
* | spoolss: add my copyright. | Günther Deschner | 2009-03-18 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL. | Günther Deschner | 2009-03-18 | 3 | -24/+24 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_enumprinterdataex. | Günther Deschner | 2009-03-18 | 1 | -24/+44 | |
| | | | | Guenther | |||||
* | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 2009-03-17 | 4 | -19/+4 | |
| | | | | | | | | | callers pass in a struct user_auth_info * instead. This commit causes smbc_set_credentials() to print out a message telling callers to use smbc_set_credentials_with_fallback() instead, as smbc_set_credentials() has a broken API (no SMBCCTX * pointer). No more global variables used in the connection manager API for client dfs calls. Jeremy. | |||||
* | s3-net: use rpccli_spoolss_enumprinterkey wrapper. | Günther Deschner | 2009-03-17 | 1 | -17/+6 | |
| | | | | Guenther | |||||
* | s3-net: fix net_spoolss_setprinterdataex. | Günther Deschner | 2009-03-17 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-net: fix net_spoolss_setprinterdata. | Günther Deschner | 2009-03-17 | 1 | -7/+13 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_EnumPrinterData. | Günther Deschner | 2009-03-17 | 1 | -16/+59 | |
| | | | | Guenther | |||||
* | s3-net: temporary disable net_spoolss_setprinterdata. | Günther Deschner | 2009-03-17 | 1 | -1/+4 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_enumprinters wrapper. | Günther Deschner | 2009-03-13 | 1 | -134/+71 | |
| | | | | Guenther | |||||
* | s3-spoolss: remove old leftover driver print functions. | Günther Deschner | 2009-03-13 | 1 | -56/+0 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_enumprinterdrivers wrapper. | Günther Deschner | 2009-03-13 | 1 | -11/+12 | |
| | | | | Guenther |