Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-21 | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 2 | -21/+18 | |
open and get/set NT security descriptor code. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 21 00:15:57 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | s3: Make "unpack_pjob" static | Volker Lendecke | 2 | -2/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 20 16:51:04 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | s3: Use any_nt_status_not_ok in winbind | Volker Lendecke | 19 | -95/+19 | |
2010-10-20 | s3: Add any_nt_status_not_ok | Volker Lendecke | 2 | -0/+14 | |
This helps avoid quite a bit of repetitive code when looking at dcerpc_xx_recv results. | |||||
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username ↵ | Jeremy Allison | 17 | -117/+97 | |
lookups go through Get_Pwnam_alloc(), which is the correct wrapper function. We were using it *some* of the time anyway, so this just makes us properly consistent. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 20 16:02:12 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | nsstest: no need for two copies of the same tool. | Günther Deschner | 3 | -497/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 20 15:05:34 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | s3-waf: more registry cleanup. | Günther Deschner | 1 | -9/+20 | |
Guenher | |||||
2010-10-20 | s3-waf: convert LIBSMBCONF into a subsystem. | Günther Deschner | 1 | -5/+8 | |
Guenther | |||||
2010-10-20 | s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem. | Günther Deschner | 2 | -7/+12 | |
Guenther | |||||
2010-10-20 | s3: Add some DEBUG | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 20 11:58:20 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | s3: Cope with EINTR in smbd_[un]lock_socket | Volker Lendecke | 1 | -2/+10 | |
2010-10-19 | Add deadtime detection for SMB2. Correctly update lastused timestamp across ↵ | Jeremy Allison | 2 | -30/+76 | |
all active tcons. Should fix dfree cache not updating bug. | |||||
2010-10-19 | Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up ↵ | Jeremy Allison | 1 | -32/+105 | |
next. | |||||
2010-10-19 | Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths. | Jeremy Allison | 1 | -20/+27 | |
2010-10-19 | Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ↵ | Jeremy Allison | 4 | -7/+11 | |
SMB2 also. | |||||
2010-10-19 | s3-waf Use LIBSECRUITY subsystem from the common wscript_build | Andrew Bartlett | 1 | -24/+9 | |
Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 19 22:06:51 UTC 2010 on sn-devel-104 | |||||
2010-10-19 | s3-waf: all subsystems complete now, no need for this loop anymore. | Günther Deschner | 1 | -26/+0 | |
Kai, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 19 17:10:24 UTC 2010 on sn-devel-104 | |||||
2010-10-19 | s3-waf: convert rpc into a subsystem. | Günther Deschner | 2 | -63/+140 | |
Guenther | |||||
2010-10-18 | s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules. | Günther Deschner | 5 | -0/+5 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 18 14:39:39 UTC 2010 on sn-devel-104 | |||||
2010-10-18 | s3-waf: fix the build after libcli/security changes. | Günther Deschner | 1 | -2/+5 | |
Guenther | |||||
2010-10-18 | s3-waf: fix the build of smbtorture. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-10-18 | s3-waf: fix pdb modules build. | Günther Deschner | 2 | -16/+15 | |
Guenther | |||||
2010-10-18 | s3:libsmb: add pipe related NT_STATUS_RPC_* codes | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2010-10-18 | s3-winbind: Fixed init order. | Andreas Schneider | 1 | -3/+3 | |
We need the system server info in the rpc services. Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Mon Oct 18 12:43:16 UTC 2010 on sn-devel-104 | |||||
2010-10-16 | Don't arbitrarily clean all parametric options in add_a_service(), | Jeremy Allison | 1 | -3/+3 | |
that is called from many places, not just smb.conf processing. Only clean parametric options when doing actual smb.conf reading (or registry equivalent). Michael Adams, Volker, Metze, please check. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Oct 16 06:46:19 UTC 2010 on sn-devel-104 | |||||
2010-10-16 | Ensure we have correct parameters to use Windows ACL modules. | Jeremy Allison | 2 | -4/+9 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Oct 16 03:36:04 UTC 2010 on sn-devel-104 | |||||
2010-10-16 | Add acl_xattr:ignore system acls boolean (normally false) to allow | Jeremy Allison | 3 | -11/+38 | |
Samba ACL module to ignore mapping to lower POSIX layer. With this fix Samba 3.6.x now passes RAW-ACLs (with certain smb.conf parameters set). Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Oct 16 01:26:31 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | Add make_default_filesystem_acl() function to be used in following change to ↵ | Jeremy Allison | 2 | -0/+114 | |
acl_xattr and acl_tdb module. | |||||
2010-10-15 | Fix handling of "NULL" DACL. Map to u/g/w - rwx. | Jeremy Allison | 1 | -23/+33 | |
Jeremy. | |||||
2010-10-15 | Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if ↵ | Jeremy Allison | 1 | -0/+8 | |
they can't be mapped. | |||||
2010-10-15 | Add debug message to get_nt_acl_internal() to see what we got. | Jeremy Allison | 1 | -0/+7 | |
2010-10-15 | Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK. | Jeremy Allison | 1 | -1/+5 | |
Jeremy. | |||||
2010-10-15 | Fix bug #7734 - When creating files with "inherit ACLs" set to true, we ↵ | Jeremy Allison | 2 | -2/+2 | |
neglect to apply appropriate create masks. Jeremy. | |||||
2010-10-15 | Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect ↵ | Jeremy Allison | 1 | -0/+9 | |
unix mode_t to be generated. It turns out a client can send an NTCreateX call for a new file, but specify FILE_ATTRIBUTE_DIRECTORY in the attribute list. Windows silently strips this, but we don't - causing the unix_mode() function to go through the "mode bits for new directory" codepath, instead of the "mode bits for new file" codepath. Jeremy. | |||||
2010-10-15 | s3-rpc_server: Normalize rpc_pipe_open_interface pipe name. | Andreas Schneider | 1 | -1/+6 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Oct 15 12:15:45 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s3-rpc_server: Make auth_serversupplied_info const. | Andreas Schneider | 4 | -11/+11 | |
2010-10-15 | s3-winbind: Fixed the build of idmap_rid. | Andreas Schneider | 1 | -0/+1 | |
2010-10-14 | s3: Remove smbd_server_conn from construct_reply | Volker Lendecke | 1 | -4/+6 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 14 12:35:07 UTC 2010 on sn-devel-104 | |||||
2010-10-14 | s3: Lift smbd_server_conn from receive_smb_talloc | Volker Lendecke | 1 | -10/+9 | |
2010-10-14 | s3: Lift smbd_server_conn from receive_smb_raw_talloc | Volker Lendecke | 1 | -8/+10 | |
2010-10-14 | s3: Lift smbd_server_conn from receive_smb_raw_talloc_partial_read | Volker Lendecke | 1 | -10/+10 | |
2010-10-14 | s3: Remove some explicit smbd_server_conn refs in process_smb() | Volker Lendecke | 1 | -2/+2 | |
2010-10-14 | s3: Rename "conn" to the more used "sconn" in process_smb() | Volker Lendecke | 1 | -7/+7 | |
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 5 | -360/+5 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/security Define traditional constants in terms of IDL macros | Andrew Bartlett | 1 | -65/+0 | |
The source3/ code uses these constants in a lot of places, and it will take time and care to rename them, if that is desired. Linking the macros here will at least allow common code to use the IDL based macros, and preserve a documentary link between the constants (other than just their value) Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/security Move source3/lib/util_seaccess.c into the common code | Andrew Bartlett | 3 | -260/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | s3-acl Use uint32_t for counting the ACEs | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | s3-acl Merge source4-supported privileges into se_access_check | Andrew Bartlett | 1 | -5/+9 | |
This will shortly be the common se_access_check function. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | s3-util_nttoken.c Also copy the rights_mask when copying a security_token | Andrew Bartlett | 1 | -0/+4 | |
These are unused in source3/ code at the moment, but it would be unfortunate if that were to change, and this function not be updated. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | s3-auth Use security_token_debug() from common code | Andrew Bartlett | 8 | -35/+7 | |
This prints the security token including the privileges as strings instead of just a bitmap. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> |