Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-06 | s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct' | Stefan Metzmacher | 12 | -28/+28 | |
metze | |||||
2012-06-06 | s3:smbd: move forward declaration of struct aio_extra to smbd.h | Stefan Metzmacher | 2 | -3/+1 | |
metze | |||||
2012-06-06 | s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.c | Stefan Metzmacher | 1 | -1/+1 | |
This fixes compiler warnings regarding incomplete types. metze | |||||
2012-06-06 | s3:torture: use smbd/smbd.h instead of just smbd/proto.h in vfstest_chain.c | Stefan Metzmacher | 1 | -1/+1 | |
This fixes compiler warnings regarding incomplete types. metze | |||||
2012-06-06 | s3:utils: use smbd/smbd.h instead of just smbd/proto.h | Stefan Metzmacher | 1 | -1/+1 | |
This fixes compiler warnings regarding incomplete types. metze | |||||
2012-06-06 | s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2012-06-06 | s3:lib: we don't need smbd/proto.h in smbd_shim.c | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2012-06-06 | examples/VFS: don't use smbd/proto.h | Stefan Metzmacher | 3 | -3/+0 | |
metze | |||||
2012-06-06 | s3:include: move some prototypes (e.g. smb_register_vfs) to vfs.h | Stefan Metzmacher | 2 | -9/+10 | |
These are called from vfs modules, which should not depend on smbd/proto.h metze | |||||
2012-06-06 | s3:include: remove unused forward declaration of deferred_open_record in smb.h | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
2012-06-06 | s3:smbd: move UCF_ defines to smbd.h | Stefan Metzmacher | 2 | -9/+9 | |
metze | |||||
2012-06-06 | s3:include: move struct smb_filename to vfs.h | Stefan Metzmacher | 2 | -10/+10 | |
metze | |||||
2012-06-06 | s3:include: move struct smb_file_time to vfs.h | Stefan Metzmacher | 2 | -8/+8 | |
metze | |||||
2012-06-06 | s3:include: move struct connection_struct (and sub structs) to vfs.h | Stefan Metzmacher | 3 | -94/+94 | |
metze | |||||
2012-06-06 | s3:include: move struct stream_struct to vfs.h | Stefan Metzmacher | 2 | -10/+10 | |
metze | |||||
2012-06-06 | s3:include: move struct fd_handle/files_struct to vfs.h | Stefan Metzmacher | 2 | -82/+82 | |
metze | |||||
2012-06-06 | s3:includes: move union unid_t to vfs.h | Stefan Metzmacher | 2 | -5/+5 | |
metze | |||||
2012-06-06 | s3:smbd: move struct trans_state to smbd.h | Stefan Metzmacher | 2 | -30/+30 | |
metze | |||||
2012-06-06 | s3:smbd: move struct privilege_paths to smbd.h | Stefan Metzmacher | 2 | -9/+9 | |
metze | |||||
2012-06-06 | s3:smbd: make struct notify_change_buf private to notify.c | Stefan Metzmacher | 2 | -20/+20 | |
metze | |||||
2012-06-06 | s3:smbd: make use of change_notify_fsp_has_changes() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2012-06-06 | s3:smbd: add change_notify_fsp_has_changes() | Stefan Metzmacher | 2 | -0/+18 | |
metze | |||||
2012-06-06 | s3:printing: add print_spool_rap_jobid() | Stefan Metzmacher | 2 | -0/+10 | |
metze | |||||
2012-06-06 | s3:printing: make struct print_file_data private to printspoolss.c | Stefan Metzmacher | 2 | -9/+9 | |
metze | |||||
2012-06-06 | s3:smbd: use print_spool_rap_jobid() in call_trans2ioctl() | Stefan Metzmacher | 1 | -5/+3 | |
metze | |||||
2012-06-06 | s3:smbd: use print_spool_rap_jobid() in reply_ioctl() | Stefan Metzmacher | 1 | -5/+2 | |
metze | |||||
2012-06-06 | s3:smbd: fcb_or_dos_open() can be static | Stefan Metzmacher | 2 | -20/+10 | |
metze | |||||
2012-06-06 | s3:smbd: dup_file_fsp() never gets called for print files | Stefan Metzmacher | 1 | -8/+3 | |
metze | |||||
2012-06-06 | s3:smbd: make struct vfs_fsp_data private to vfs.c | Stefan Metzmacher | 2 | -10/+10 | |
metze | |||||
2012-06-06 | s3:smbd: make use of vfs_remove_all_fsp_extensions() in file_free() | Stefan Metzmacher | 1 | -3/+1 | |
metze | |||||
2012-06-06 | s3:smbd: add vfs_remove_all_fsp_extensions() | Stefan Metzmacher | 2 | -0/+22 | |
metze | |||||
2012-06-06 | s3:includes: move struct share_mode_lock to locking.h | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
2012-06-06 | s3:smbd: remove typedef for struct write_cache | Stefan Metzmacher | 1 | -9/+9 | |
metze | |||||
2012-06-06 | s3:smbd: make typedef write_cache private to fileio.c | Stefan Metzmacher | 2 | -9/+9 | |
metze | |||||
2012-06-06 | s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LM | Andrew Bartlett | 1 | -6/+6 | |
Also make all the message say the same thing. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Jun 6 10:17:55 CEST 2012 on sn-devel-104 | |||||
2012-06-06 | build: Rationalise AIO support in configure, ensure on by default | Andrew Bartlett | 7 | -30/+26 | |
With this change, the define to check for AIO is HAVE_AIO, consistant with other subsystems. It is now also on by default in the autoconf build, as it has been for waf. Andrew Bartlett | |||||
2012-06-06 | lib/replace: Fix snprintf() override for systems with a broken snprintf() | Andrew Bartlett | 1 | -1/+1 | |
This ensures we provide the replacement functions that we need. Andrew Bartlett | |||||
2012-06-05 | s3: temporary hack to make the waf build work withouth autotools being required | Björn Jacke | 1 | -0/+1 | |
this also disables the examples/VFS build for waf now. Finally we should create a wscript file for examples/VFS. Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Jun 5 23:56:22 CEST 2012 on sn-devel-104 | |||||
2012-06-05 | s3:lib: split things into a conn_tdb.h | Stefan Metzmacher | 12 | -44/+71 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jun 5 19:28:35 CEST 2012 on sn-devel-104 | |||||
2012-06-05 | s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-06-05 | s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbuf | Stefan Metzmacher | 1 | -8/+8 | |
metze | |||||
2012-06-05 | s3:libsmb: use inhdr instead of inbuf in tree connect related functions | Stefan Metzmacher | 1 | -5/+5 | |
metze | |||||
2012-06-05 | s3:libsmb: use inhdr instead of inbuf in session setup related functions | Stefan Metzmacher | 1 | -34/+36 | |
metze | |||||
2012-06-05 | s3:libsmb: remove unused 'inbuf' variable | Stefan Metzmacher | 5 | -20/+10 | |
metze | |||||
2012-06-05 | s3:libsmb: don't require a pinbuf in cli_smb_recv() to keep the memory | Stefan Metzmacher | 1 | -0/+5 | |
metze | |||||
2012-06-05 | s4:torture/locktest: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-06-05 | s3: remove dependency on automake for "make everything" | Björn Jacke | 2 | -1/+9 | |
the dependency was introduced by 737a1c9b96a4ba8d8688f4dba1df6d931e10e64d We now call auto* in examples/VFS from within the main autogen.sh. This fixes bug #8978. Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Jun 5 17:32:22 CEST 2012 on sn-devel-104 | |||||
2012-06-05 | VERSION: mark as beta2 as we move on to the next release | Andrew Bartlett | 1 | -2/+2 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jun 5 11:38:21 CEST 2012 on sn-devel-104 | |||||
2012-06-05 | VERSION: Mark release as beta1 | Andrew Bartlett | 1 | -1/+1 | |
2012-06-05 | build: Add newlines for clarity | Andrew Bartlett | 1 | -0/+2 | |