Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-01 | Fix bug where format arguments were reversed. Please compile with -Wall ! | Jeremy Allison | 1 | -2/+2 | |
2011-06-01 | s3-epmapper: Register ports on IPv4 too. | Andreas Schneider | 2 | -2/+2 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Jun 1 13:14:53 CEST 2011 on sn-devel-104 | |||||
2011-06-01 | s3-rpc_server: Remove unused variable pipes_open. | Andreas Schneider | 1 | -4/+2 | |
2011-06-01 | s3-rpc_server: Remove syntax from pipes_struct. | Andreas Schneider | 2 | -2/+0 | |
2011-06-01 | s3-rpc_server: Fixed debug messages of srv_pipe_hnd. | Andreas Schneider | 1 | -5/+5 | |
2011-06-01 | s3-rpc_server: Fixed debug messages for rpc_handles. | Andreas Schneider | 1 | -6/+7 | |
2011-06-01 | s3-rpc_server: Fix debug messages. | Andreas Schneider | 1 | -46/+20 | |
2011-06-01 | s3-rpc_server: Don't segfault if there are not handles to free. | Andreas Schneider | 1 | -0/+4 | |
2011-06-01 | s3-rpc_server: Remove guessing of the syntax id. | Andreas Schneider | 5 | -51/+11 | |
This is only a wild guess. We don't know to which rpc service the client wants to talk until we read the the rpc bind packet. | |||||
2011-06-01 | s3-rpc_server: Use the correct syntax id for debugging. | Andreas Schneider | 1 | -8/+11 | |
2011-06-01 | s3-rpc_server: Migrate init_pipe_handles() to new syntax. | Andreas Schneider | 1 | -8/+21 | |
2011-06-01 | s3-rpc_server: Use the context syntax id in api_pipe_request(). | Andreas Schneider | 1 | -7/+7 | |
2011-06-01 | s3-rpc_server: Use the correct syntax id in api_pipe_bind_req(). | Andreas Schneider | 1 | -19/+14 | |
2011-06-01 | s3-rpc_server: Use the correct context syntax. | Andreas Schneider | 1 | -2/+20 | |
2011-06-01 | s3-rpc_server: Move the context functions to own file. | Andreas Schneider | 4 | -21/+70 | |
2011-06-01 | s3-rpc_server: Store the ndr syntax id in the pipe context. | Andreas Schneider | 1 | -5/+6 | |
The client tell us in the rpc bind to which rpc service it wants to connect. We did set the p->syntax earlier by guessing to which pipe name it connects, but we don't know to which rpc service it wants to bind until we read the first packet. | |||||
2011-06-01 | s3: fix more -Wunused-but-set-variable build warnings. | Günther Deschner | 1 | -2/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jun 1 00:29:30 CEST 2011 on sn-devel-104 | |||||
2011-05-31 | s3:rpc_server: add _RPC_SERVER_SRV_ACCESS_CHECK_H_ guard to srv_access_check.h | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:rpc_server: add GPL/Copyright header to rpc_server/srv_access_check.h | Michael Adam | 1 | -0/+29 | |
2011-05-31 | libcli/security: move secdesc.c to the top level libcli/security | Andrew Bartlett | 1 | -0/+1 | |
This code does not rely on lp_ or other source3 only functions, so can be part of the common library. Andrew Bartlett | |||||
2011-05-31 | s3-smbd provide struct smbd_server_connection * to conn_snum_used | Andrew Bartlett | 3 | -2/+6 | |
This provides the 'sconn' parameter to this key functions, that is currently duplicated in dummysmbd.c, which causes duplicate symbol issues in the waf build. This has natrually caused a number of consequential changes across the codebase, includning not passing a messaging context into initial reload_services(): This causes problems because the global smbd_server_connection isn't yet set up, as there isn't a connection here, just the initial process. Andrew Bartlett | |||||
2011-05-25 | Fix numerous missing dependencies in WAF build scripts | Sean Finney | 1 | -5/+17 | |
With the recent consolidation of code between s3 and s4, a number of new dependencies have been implicitly introduced. For example, previous s3 code gained an implicit dependency on talloc after the charset related consolidation (lib/util/charset/charset.h now includes talloc.h). When building against the embedded version of talloc this isn't a problem since the paths are automatically added to the search path, but when building against the external libraries build failures will occur for all components that don't directly or indirectly include talloc as a dependency. Since charset.h is included from util.h, which in turn is included from includes.h, this means most of the codebase (s3 and s4) has such an undeclared dependency. Therefore, samba-util-common and samba-util have been added as dependencies to the s3 and s4 code respectively, for all cases where the source would otherwise fail to build. Additionally, a few other dependencies are added in specific wscript_build files to address similar dependency-related problems. https://bugzilla.samba.org/show_bug.cgi?id=8128 Signed-off-by: Sean Finney <seanius@seanius.net> Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed May 25 19:22:13 CEST 2011 on sn-devel-104 | |||||
2011-05-24 | Fix bug #7054 - X account flag does not work when pwdlastset is 0. | Jeremy Allison | 1 | -1/+10 | |
Don't allow pass_last_set_time to be set to zero (which means "user must change password on next logon") if user object doesn't allow password change. Don't automatically allow user object password change if "user must change password on next logon" is set. Jim please check. Jeremy. | |||||
2011-05-20 | s3-epmapper: Fixed endpoint registration. | Andreas Schneider | 1 | -4/+4 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri May 20 12:03:18 CEST 2011 on sn-devel-104 | |||||
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 5 | -52/+52 | |
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-18 | build: Add depenencies needed by Samba3 subsystems | Andrew Bartlett | 1 | -2/+3 | |
2011-05-17 | s3:rpc_server: create lp_ncalrpc_dir() with 0755 before lp_ncalrpc_dir()/np ↵ | Stefan Metzmacher | 1 | -0/+11 | |
with 0700 metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 17 13:01:14 CEST 2011 on sn-devel-104 | |||||
2011-05-17 | Revert "s3-rpc_server: Force ncalrpc dir to be mode 755." | Stefan Metzmacher | 1 | -1/+13 | |
This reverts commit a032c9c8fe8aff455407485169b9445860f89606. | |||||
2011-05-16 | s3-rpc_server: Force ncalrpc dir to be mode 755. | Andreas Schneider | 1 | -13/+1 | |
This completes aae9353ecf56323b63da66aa84d8a0a4f219d94d. directory_create_or_exist() is not needed cause create_pipe_sock() takes care of setting up the directory correctly. Andrew please check! Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon May 16 17:54:20 CEST 2011 on sn-devel-104 | |||||
2011-05-16 | s3-spoolss: Get the printer location from cups. | Andreas Schneider | 1 | -2/+33 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-05-13 | rpc_server: Always use rpc_pipe_open_interface() | Simo Sorce | 2 | -28/+31 | |
This way we can configure which rpc service we actually want to connect to. By default it uses an "embedded" interface and calls rpc_pipe_open_internal() Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri May 13 14:40:26 CEST 2011 on sn-devel-104 | |||||
2011-05-08 | ncalrpc: Force ncalrpc dir to be mode 755 in all users | Andrew Bartlett | 1 | -2/+2 | |
This allows this directory to be shared between Samba3 and Samba4 in a Franky-style setup easily. Andrew Bartlett | |||||
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-06 | s3-spoolss: remove unused struct in construct_notify_printer_info(). | Günther Deschner | 1 | -2/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri May 6 12:07:17 CEST 2011 on sn-devel-104 | |||||
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 4 | -10/+10 | |
2011-05-05 | s3-rpc_server: run minimal_includes.pl. | Günther Deschner | 7 | -8/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu May 5 03:04:38 CEST 2011 on sn-devel-104 | |||||
2011-05-04 | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 1 | -1/+1 | |
2011-05-02 | s3-rpc_server: (re)move last globally included rpc_server prototypes. | Günther Deschner | 4 | -0/+36 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon May 2 16:05:31 CEST 2011 on sn-devel-104 | |||||
2011-05-02 | s3-spoolss: remove another unused header. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-05-02 | s3: include ntdomain.h before including generated srv_ headers. | Günther Deschner | 18 | -15/+18 | |
Guenther | |||||
2011-05-02 | s3-rpc_server: add pipes_struct forward declaration. | Günther Deschner | 2 | -0/+3 | |
Guenther | |||||
2011-05-02 | s3-smbd: avoid using pipes_struct when only session_info is needed. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-05-02 | s3-printing: avoid using pipes_struct when only session_info is needed. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2011-05-02 | s3-proto: move remaining srvsvc protos to own header file. | Günther Deschner | 3 | -0/+35 | |
Guenther | |||||
2011-05-02 | s3-proto: move remaining spoolss protos to own header file. | Günther Deschner | 3 | -0/+42 | |
Guenther | |||||
2011-05-02 | s3-proto: move more rpc_server prototypes out of proto.h | Günther Deschner | 4 | -1/+54 | |
Guenther | |||||
2011-05-02 | s3-rpc_server: remove proto of nonexisting function | Günther Deschner | 1 | -1/+1 | |
(rpc_pipe_register_commands). Guenther | |||||
2011-05-02 | s3-util: move valid_share_pathname() to lib/util.c | Günther Deschner | 1 | -34/+0 | |
Guenther | |||||
2011-05-02 | s3-proto: move rpc_srv_register protos and structs to town headerfile. | Günther Deschner | 6 | -0/+45 | |
Guenther |