Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-26 | s3:include: implement trans_oob() as wrapper to smb_buffer_oob() | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2011-10-21 | s3:include: make smb_setlen() a macro | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-10-19 | s3:include: use smb_[set]len_[nbt|tcp]() macros | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2011-08-10 | s3:smb_macros.h: simplify _smb_setlen() and _smb_setlen_large() | Stefan Metzmacher | 1 | -6/+4 | |
This also takes care of the correct casting. metze | |||||
2011-08-02 | s3: Remove unused ERROR_FORCE_NT macro | Volker Lendecke | 1 | -1/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Aug 2 20:32:08 CEST 2011 on sn-devel-104 | |||||
2011-08-02 | s3: Remove unused ERROR_DOS macro | Volker Lendecke | 1 | -1/+0 | |
2011-08-02 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2011-08-02 | s3:include: make use of cli_state_capabilities() in SERVER_HAS_UNIX_CIFS() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-06-09 | s3-talloc Change TALLOC_MEMDUP() to talloc_memdup() | Andrew Bartlett | 1 | -1/+0 | |
Using the standard macro makes it easier to move code into common, as TALLOC_MEMDUP isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+0 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+0 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 1 | -1/+0 | |
Using the standard macro makes it easier to move code into common, as TALLOC_P isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+0 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -2/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_REALLOC_ARRAY isn't standard talloc. Andrew Bartlett | |||||
2011-06-09 | s3-talloc Remove unused TALLOC zeronull functions and macro definitions | Andrew Bartlett | 1 | -21/+0 | |
These have been under #if 0 for a long time now. Andrew Bartlett | |||||
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -0/+1 | |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-13 | s3-lib: Remove unused _w functions. | Andrew Bartlett | 1 | -1/+0 | |
In general we don't manipulate UTF16 strings internally, particularly as they are also multibyte, so are no easier to work with than UTF8. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-16 | s3: remove TvalDiff macro, we can use the shared usec_time_diff function | Björn Jacke | 1 | -9/+0 | |
2010-09-16 | s3: remove TspecDiff macro, we can use the shared nsec_time_diff function | Björn Jacke | 1 | -9/+0 | |
2010-08-31 | s3: add TspecDiff macro | Björn Jacke | 1 | -0/+9 | |
2010-07-16 | s3-registry: use some prs macros to the only place where they are used. | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2010-07-01 | s3-libads: move keytab macros out of ads.h. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2010-06-13 | s3: Remove the pointless PRINTERNAME macro | Volker Lendecke | 1 | -1/+0 | |
2010-06-13 | s3: Remove the pointless SERVICE macro | Volker Lendecke | 1 | -1/+0 | |
2009-12-21 | Rename reply_doserror() -> reply_force_doserror(). | Jeremy Allison | 1 | -1/+1 | |
Rewrite all calls to reply_nterror(NT_STATUS_DOS()) to reply_force_doserror() and update the comment in smbd/error.c Jeremy. | |||||
2009-12-18 | reply_force_nterror() is not used anywhere. Remove it. | Jeremy Allison | 1 | -1/+0 | |
Jeremy. | |||||
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit" | Volker Lendecke | 1 | -0/+3 | |
This reverts commit f7b4151a64d8c6851e62255a7139fd00a5fc63a3. | |||||
2009-11-21 | s3: Make the implicit reference to Protocol in is_in_path() explicit | Volker Lendecke | 1 | -3/+0 | |
2009-07-10 | Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ↵ | Jeremy Allison | 1 | -1/+0 | |
a lot easier. Jeremy. | |||||
2009-06-05 | s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the ↵ | Stefan Metzmacher | 1 | -3/+0 | |
_ex() function metze | |||||
2009-06-04 | Change smbd_smb2_request_error() to add a __location__. | Jeremy Allison | 1 | -0/+3 | |
This allows quick identification of smb2 parsing errors. Jeremy. | |||||
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -3/+3 | |
This patch introduces struct stat_ex { dev_t st_ex_dev; ino_t st_ex_ino; mode_t st_ex_mode; nlink_t st_ex_nlink; uid_t st_ex_uid; gid_t st_ex_gid; dev_t st_ex_rdev; off_t st_ex_size; struct timespec st_ex_atime; struct timespec st_ex_mtime; struct timespec st_ex_ctime; struct timespec st_ex_btime; /* birthtime */ blksize_t st_ex_blksize; blkcnt_t st_ex_blocks; }; typedef struct stat_ex SMB_STRUCT_STAT; It is really large because due to the friendly libc headers playing macro tricks with fields like st_ino, so I renamed them to st_ex_xxx. Why this change? To support birthtime, we already have quite a few #ifdef's at places where it does not really belong. With a stat struct that we control, we can consolidate the nanosecond timestamps and the birthtime deep in the VFS stat calls. At this moment it is triggered by a request to support the birthtime field for GPFS. GPFS does not extend the system level struct stat, but instead has a separate call that gets us the additional information beyond posix. Without being able to do that within the VFS stat calls, that support would have to be scattered around the main smbd code. It will very likely break all the onefs modules, but I think the changes will be reasonably easy to do. | |||||
2009-03-16 | s3: only define TALLOC_ZERO if needed | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-01-31 | Remove the global variable "chain_size" | Volker Lendecke | 1 | -1/+1 | |
2009-01-24 | talloc_free() copes with a NULL pointer just fine | Volker Lendecke | 1 | -1/+1 | |
Saved around 10kb of code on my box :-) | |||||
2008-12-14 | Move 128 bytes from the data to the text segment | Volker Lendecke | 1 | -1/+1 | |
2008-11-08 | change CHECK_READ to use smb_request instead of inbuf | Volker Lendecke | 1 | -2/+2 | |
2008-11-02 | Remove some direct inbuf references by adding smbreq_bufrem | Volker Lendecke | 1 | -0/+2 | |
2008-11-01 | Remove IS_DOT and IS_DOTDOT macros, already provided by libreplace or | Jelmer Vernooij | 1 | -8/+0 | |
the system. | |||||
2008-11-01 | Move ABS() to libutil. | Jelmer Vernooij | 1 | -24/+0 | |
2008-11-01 | Samba3: Include util.h header file rather than having custom prototypes. | Jelmer Vernooij | 1 | -11/+1 | |
2008-10-08 | Remove unused CHECK_FSP macro | Volker Lendecke | 1 | -16/+0 | |
2008-06-19 | Remove current_user references from trans2.c | Volker Lendecke | 1 | -2/+0 | |
This involved replacing the CHECK_NTQUOTA_HANDLE_OK macro by a function. (This used to be commit 5595cdf837edb82db69a3e57bcf3108be7feeeb8) | |||||
2008-04-17 | IDL: build generated nbt code. | Günther Deschner | 1 | -0/+3 | |
Guenther (This used to be commit 554dcfdab03f9d06f319a3234d56cf44dc38c9da) | |||||
2008-02-28 | Remove smbmount. | Karolin Seeger | 1 | -3/+2 | |
Karolin (This used to be commit 5fbd98f7065268ae134108310119078ad8f62322) |