Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-04 | libreplace: move "struct timespec" checks into libreplace (where timespec is ↵ | Günther Deschner | 6 | -33/+31 | |
already used). Bjoern, Metze, please check. Guenther | |||||
2011-03-03 | socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev() | Stefan Metzmacher | 1 | -49/+17 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Mar 3 23:43:39 CET 2011 on sn-devel-104 | |||||
2011-03-03 | socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg() | Stefan Metzmacher | 1 | -47/+66 | |
This also adds the same logic for broadcast as in swrap_sendto() for SOCK_DGRAM. metze | |||||
2011-03-03 | socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send() | Stefan Metzmacher | 1 | -37/+18 | |
metze | |||||
2011-03-03 | socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendto() | Stefan Metzmacher | 1 | -86/+35 | |
metze | |||||
2011-03-03 | socket_wrapper: add swrap_sendmsg_before/after helper functions | Stefan Metzmacher | 1 | -0/+191 | |
Currently have almost the same logic in swrap_send(), swrap_sendto(), swrap_writev() and swrap_sendmsg(), this helper functions let combine all the logic in 2 places. metze | |||||
2011-03-03 | socket_wrapper: replace recvmsg() correctly | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2011-03-03 | socket_wrapper: readv() should only work on connected sockets | Stefan Metzmacher | 1 | -0/+5 | |
metze | |||||
2011-03-03 | socket_wrapper: move swrap_ioctl() above the send*/recv* functions | Stefan Metzmacher | 1 | -26/+26 | |
metze | |||||
2011-03-03 | socket_wrapper: fix compiler warnings | Stefan Metzmacher | 1 | -28/+37 | |
metze | |||||
2011-03-03 | socket_wrapper: don't allow connect() to the broadcast address | Stefan Metzmacher | 1 | -1/+8 | |
This will simplify other code later. metze | |||||
2011-03-03 | s3: Use dom_sid_string_buf in sid_to_fstring | Volker Lendecke | 1 | -3/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 3 22:56:57 CET 2011 on sn-devel-104 | |||||
2011-03-03 | Add dom_sid_string_buf | Volker Lendecke | 2 | -12/+40 | |
This prints into a fixed buffer with the same overflow semantics as snprintf has: Return required string length, regardless of whether it fit or not. | |||||
2011-03-03 | s3: Use dom_sid_string in _lsa_lookup_sids_internal | Volker Lendecke | 1 | -4/+1 | |
2011-03-03 | s3: Remove an obsolete comment | Volker Lendecke | 1 | -3/+1 | |
2011-03-03 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2011-03-03 | lib/util: LIBCRYPTO is in common already, so add it to samba-util-common. | Günther Deschner | 2 | -3/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 3 18:08:30 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-includes: remove global include of system/readline.h. | Günther Deschner | 1 | -1/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 23:06:17 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-proto: fix some inline comments. | Günther Deschner | 1 | -3/+12 | |
Guenther | |||||
2011-03-02 | s3-libds: use already existing ../libds/common/flag_mapping.h header. | Günther Deschner | 5 | -9/+4 | |
Guenther | |||||
2011-03-02 | s3: Pass the aio_force operation through vfs_gpfs | Volker Lendecke | 1 | -0/+7 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 2 19:24:27 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3: Ask GPFS for the IS_OFFLINE operation | Volker Lendecke | 1 | -0/+31 | |
2011-03-02 | s3: Announce HSM in the gpfs module | Volker Lendecke | 2 | -0/+44 | |
2011-03-02 | s3: Pass smb_filename through the set_offline vfs op | Volker Lendecke | 8 | -12/+36 | |
2011-03-02 | s3: Pass smb_filename through the is_offline vfs op | Volker Lendecke | 8 | -14/+53 | |
2011-03-02 | s3: Fix operation names in vfs_full_audit.c | Volker Lendecke | 1 | -2/+2 | |
2011-03-02 | s3: Print all flags in "smbclient allinfo" | Volker Lendecke | 1 | -1/+25 | |
2011-03-02 | s4:torture/rap/rap.c - remove unused variable "i" | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Mar 2 18:38:58 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3:idmap_cache: remove an leftover wip comment | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 2 14:55:20 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3: adjust loglevel for idmap_cache | Gregor Beck | 1 | -10/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-03-02 | librpc/idl: remove unused string defines from idl_types.h | Stefan Metzmacher | 1 | -23/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 2 14:09:44 CET 2011 on sn-devel-104 | |||||
2011-03-02 | librpc/rpc: let ndr_pull_spoolss_EnumPrinterDataEx() use a subcontext | Stefan Metzmacher | 1 | -1/+4 | |
This is not strictly needed, but it's good to have the logic in common with the other Enum* calls. This also allows us to play with the NDR_RELATIVE_REVERSE flag. metze | |||||
2011-03-02 | s3-sessionid: avoid global include of sessionid.h | Günther Deschner | 9 | -2/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 12:58:12 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-lanman: talk to srvsvc dcerpc server in api_RNetSessionEnum(). | Günther Deschner | 1 | -10/+63 | |
Guenther | |||||
2011-03-02 | s4-smbtorture: add netsessionenum rap torture test. | Günther Deschner | 2 | -0/+26 | |
Guenther | |||||
2011-03-02 | s4-smbtorture: add smbcli_rap_netsessionenum(). | Günther Deschner | 1 | -0/+80 | |
Guenther | |||||
2011-03-02 | rap: add rap_NetSessionEnum to IDL. | Günther Deschner | 1 | -0/+30 | |
Guenther | |||||
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 12 | -1/+11 | |
Guenther | |||||
2011-03-02 | s3: Attempt to fix the build on IRIX | Volker Lendecke | 1 | -55/+10 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 2 11:33:05 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3: GPFS can't deal with mangled names | Volker Lendecke | 1 | -0/+7 | |
In getrealfilename, avoid calling the GPFS function | |||||
2011-03-02 | build: fixed the ELF name for private libraries | Andrew Tridgell | 1 | -2/+6 | |
thanks to Simo and rpmbuild for spotting this! Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 2 02:49:34 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s4-dsdb: Ensure we permit multi-valued backlinks on single-valued attributes | Andrew Bartlett | 1 | -0/+7 | |
This was already done in repl_meta_data, but it needs to be done here as well to cope with Windows 2000 level links. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Mar 2 02:03:58 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-printing: vfs_connect prior to driver/dfs IO | David Disseldorp | 3 | -10/+29 | |
samba3.posix_s3.rpc.spoolss.driver fails with the xattr_tdb vfs module loaded as a part of make test. The (now checked) create_directory() call in move_driver_to_download_area() fails, uncovering another bug in the printer driver upload code path. move_driver_to_download_area() creates a new conn_struct for manipulating files in [print$]. The VFS layer is plumbed through with the call to create_conn_struct(), however SMB_VFS_CONNECT() is never called. Many vfs modules expect state stored at connect time with SMB_VFS_HANDLE_SET_DATA() to be available on any IO operation and fail if this is not the case. This fix adds a call to SMB_VFS_CONNECT() in create_conn_struct() prior to IO. https://bugzilla.samba.org/show_bug.cgi?id=7976 Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 2 01:16:30 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-printing: clean up get_correct_cversion error paths | David Disseldorp | 1 | -18/+16 | |
Remove an unneeded variable and simplify error paths. | |||||
2011-03-02 | s3-printing: fix move_driver_to_download_area() error paths | David Disseldorp | 3 | -72/+54 | |
WERR_ACCESS_DENIED errors are mapped to WERR_UNKNOWN_PRINTER_DRIVER, resulting in incorrect error messages on Windows clients. move_driver_to_download_area() returns the same error status values to the caller via the *perr argument as well as the return value. The create_directory() call is not checked for error. | |||||
2011-03-02 | s3: remove superfluous debug messages from msg_idmap | Gregor Beck | 1 | -4/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 2 00:30:41 CET 2011 on sn-devel-104 | |||||
2011-03-01 | Revert "examples/LDAP: remove overoutdated samba-schema.IBMSecureWay" | Björn Jacke | 1 | -0/+43 | |
This reverts commit 90b0f86d81d4c68bf326c3e7c2247d9dabd75058. this isn't that outdated at all. Got confused by the splitted oc/at files Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Mar 1 23:43:51 CET 2011 on sn-devel-104 | |||||
2011-03-01 | examples/LDAP: remove overoutdated samba-schema.IBMSecureWay | Björn Jacke | 1 | -43/+0 | |
2011-03-01 | examples/LDAP: delete unmaintained samba-schema-netscapeds4.x | Björn Jacke | 1 | -112/+0 | |
2011-03-01 | libds/common/flag_mapping.c - fix another build dependency | Sean Finney | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Mar 1 18:53:40 CET 2011 on sn-devel-104 |