Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:smbcacls: use lp_load_global() | Michael Adam | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | s3-utils/smbcacls.c: replace cli_query_secdesc_old() | Björn Baumbach | 2011-07-23 | 1 | -3/+4 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old() | Björn Baumbach | 2011-07-23 | 1 | -1/+1 |
| | | | | | | Will introduce new cli_query_secdesc() function Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3:smbcacls: pass down NULL instead of a zero sockaddr_storage | Stefan Metzmacher | 2011-07-22 | 1 | -4/+1 |
| | | | | metze | ||||
* | s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind ↵ | Stefan Metzmacher | 2011-07-20 | 1 | -4/+4 |
| | | | | | | cli_state_[g|s]et_tid() metze | ||||
* | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 |
| | | | | | | | | There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | ||||
* | s3:smbcacls: fix parsing of multiple flags | Gregor Beck | 2011-05-30 | 1 | -1/+6 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 2011-05-06 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 2011-04-29 | 1 | -1/+1 |
| | | | | | | This means we use just one constant for this file attribute. Andrew Bartlett | ||||
* | s3-passdb: use passdb headers where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: Fix Coverity ID 2202, NULL_RETURNS | Volker Lendecke | 2011-03-23 | 1 | -0/+3 |
| | |||||
* | s3-libsmb: only include rap client when needed. | Günther Deschner | 2011-03-15 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 2011-02-28 | 1 | -0/+1 |
| | |||||
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | s3: Avoid some calls to cli_errstr | Volker Lendecke | 2011-01-15 | 1 | -18/+24 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 15 17:18:54 CET 2011 on sn-devel-104 | ||||
* | s3: Convert cli_set_secdesc to cli_trans | Volker Lendecke | 2011-01-15 | 1 | -2/+4 |
| | |||||
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2011-01-15 | 1 | -4/+4 |
| | |||||
* | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 2010-12-20 | 1 | -2/+1 |
| | |||||
* | s3: string_to_sid does thorough syntax checking | Volker Lendecke | 2010-11-14 | 1 | -2/+2 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Nov 14 14:07:29 UTC 2010 on sn-devel-104 | ||||
* | s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt calls | Andrew Bartlett | 2010-11-02 | 1 | -1/+0 |
| | | | | | | | | | | The problem here is that we cannot run lp_set_cmdline() (directly or indirectly via the popt helpers) until load_case_tables() has been run. However, load_case_tables does not have auto-initialisation, so we must init it once, and once only. Andrew Bartlett | ||||
* | s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead | Andrew Bartlett | 2010-11-02 | 1 | -4/+1 |
| | | | | | | | | | By removing this global variable, the API between the two different debug systems is made more similar. Both s3 and s4 now have lp_set_cmdline() which ensures that the smb.conf cannot overwrite these the user-specified log level. Andrew Bartlett | ||||
* | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 2010-11-02 | 1 | -3/+1 |
| | | | | | | | | This change improves the setup_logging() API so that callers which wish to set up logging to stderr can simply ask for it, rather than directly modify the dbf global variable. Andrew Bartlett | ||||
* | s3: Convert cli_qfileinfo_basic to cli_qfileinfo | Volker Lendecke | 2010-10-24 | 1 | -2/+3 |
| | |||||
* | s3: Rename cli_fileinfo() to cli_fileinfo_basic() | Volker Lendecke | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2010-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | ||||
* | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 2010-09-20 | 1 | -3/+4 |
| | | | | Guenther | ||||
* | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 2010-08-05 | 1 | -0/+1 |
| | |||||
* | Fix bug with incorrect flag values for inherited ace in some cases. | Matthew McGillis | 2010-06-07 | 1 | -0/+5 |
| | |||||
* | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2010-05-21 | 1 | -10/+10 |
| | | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 2010-05-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 2010-05-18 | 1 | -11/+11 |
| | | | | Guenther | ||||
* | s3-secdesc: remove "typedef struct security_acl SEC_ACL". | Günther Deschner | 2010-05-18 | 1 | -6/+6 |
| | | | | Guenther | ||||
* | s3-secdesc: remove "typedef struct security_ace SEC_ACE". | Günther Deschner | 2010-05-18 | 1 | -14/+15 |
| | | | | Guenther | ||||
* | added support for a -I flag | Matthew McGillis | 2010-05-17 | 1 | -2/+148 |
| | |||||
* | Consolidate all set SEC_DESC into single procedure set_secdesc | Matthew McGillis | 2010-05-17 | 1 | -25/+32 |
| | |||||
* | s3: only include gen_ndr headers where needed. | Günther Deschner | 2010-05-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther | ||||
* | Consolidate all get SEC_DESC into single procedure get_secdesc | Matthew McGillis | 2010-05-03 | 1 | -44/+37 |
| | |||||
* | always pass filename as const char | Matthew McGillis | 2010-05-03 | 1 | -2/+2 |
| | |||||
* | s3:smbcacls: also honour the "--sddl" flag when setting ACLs. | Michael Adam | 2010-03-16 | 1 | -2/+6 |
| | | | | Michael | ||||
* | s3:smbcacls: add switch "--sddl" to output acls as sddl encoded strings | Michael Adam | 2010-03-03 | 1 | -1/+9 |
| | |||||
* | s3: last part of TYPESAFE_QSORT() conversion | Andrew Tridgell | 2010-02-14 | 1 | -1/+1 |
| | | | | convert smbcacls, sharesec and web/ | ||||
* | Ensure all callers to the rpc_client/cli_pipe functions correctly | Jeremy Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | | initialize return variables. Jeremy. | ||||
* | s3:smbcacls: forbid change of debug level from config file | Michael Adam | 2009-08-12 | 1 | -0/+3 |
| | | | | Michael | ||||
* | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 2009-04-30 | 1 | -19/+14 |
| | | | | | | | Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions. This is smaller than it looks, it just fixes a lot of old code. Next up, ensure all cli_XX functions return NTSTATUS. Jeremy. | ||||
* | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 2009-03-17 | 1 | -6/+1 |
| | | | | | | | | | 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. | ||||
* | Make cli_tcon_andx async | Volker Lendecke | 2009-01-30 | 1 | -4/+6 |
| | |||||
* | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 2008-12-14 | 1 | -13/+21 |
| | | | | This involves changing all our clients, that's why it's so large. | ||||
* | don't return 0 on error - bad for scripts | Herb Lewis | 2008-12-13 | 1 | -0/+2 |
| | |||||
* | s3: Change sockaddr util function names for consistency | Tim Prouty | 2008-12-03 | 1 | -1/+1 |
| | | | | Also eliminates name conflicts with OneFS system libraries | ||||
* | Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses ↵ | Jeremy Allison | 2008-10-14 | 1 | -26/+157 |
| | | | | | | | | | | inheritance", based on a patch from Paul Fertser <fercerpav@gmail.com>. I also added the ability to get/set hex and symbolic inheritance flag names on ACE flags. I'm still investigating the effects of setting the "SEC_DESC_DACL_AUTO_INHERIT_REQ" flag as I don't yet see what effects this is having on the ACE sent. Jeremy. |