summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
Commit message (Expand)AuthorAgeFilesLines
* s3:smb_macros.h: add IS_AD_DC as addition to IS_DCStefan Metzmacher2018-02-231-0/+1
* s3/smbd: remove flags2 FLAGS2_READ_PERMIT_EXECUTE hack in the SMB2 codeRalph Boehme2017-07-031-0/+16
* s3/smbd: remove ununsed req arg from CHECK_READ_IOCTL macroRalph Boehme2017-07-031-1/+1
* smbd: look only at handle readability for COPYCHUNK destUri Simchoni2016-08-161-0/+8
* lib: Slightly simplify strupper_mVolker Lendecke2014-11-141-8/+0
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-1/+1
* s3: remove some dead code (for setdir command)Christian Ambach2013-03-121-1/+0
* s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher2012-08-171-1/+1
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-1/+1
* s3:include: implement trans_oob() as wrapper to smb_buffer_oob()Stefan Metzmacher2011-10-261-0/+3
* s3:include: make smb_setlen() a macroStefan Metzmacher2011-10-211-0/+1
* s3:include: use smb_[set]len_[nbt|tcp]() macrosStefan Metzmacher2011-10-191-4/+4
* s3:smb_macros.h: simplify _smb_setlen() and _smb_setlen_large()Stefan Metzmacher2011-08-101-6/+4
* s3: Remove unused ERROR_FORCE_NT macroVolker Lendecke2011-08-021-1/+0
* s3: Remove unused ERROR_DOS macroVolker Lendecke2011-08-021-1/+0
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-021-3/+3
* s3:include: make use of cli_state_capabilities() in SERVER_HAS_UNIX_CIFS()Stefan Metzmacher2011-08-021-1/+1
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+0
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+0
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+0
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+0
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+0
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+1
* s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett2011-06-091-21/+0
* Fix many const compiler warnings.Jeremy Allison2011-05-051-0/+1
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-291-1/+1
* s3-lib: Remove unused _w functions.Andrew Bartlett2011-04-131-1/+0
* s3: remove TvalDiff macro, we can use the shared usec_time_diff functionBjörn Jacke2010-09-161-9/+0
* s3: remove TspecDiff macro, we can use the shared nsec_time_diff functionBjörn Jacke2010-09-161-9/+0
* s3: add TspecDiff macroBjörn Jacke2010-08-311-0/+9
* s3-registry: use some prs macros to the only place where they are used.Günther Deschner2010-07-161-4/+0
* s3-libads: move keytab macros out of ads.h.Günther Deschner2010-07-011-0/+9
* s3: Remove the pointless PRINTERNAME macroVolker Lendecke2010-06-131-1/+0
* s3: Remove the pointless SERVICE macroVolker Lendecke2010-06-131-1/+0
* Rename reply_doserror() -> reply_force_doserror().Jeremy Allison2009-12-211-1/+1
* reply_force_nterror() is not used anywhere. Remove it.Jeremy Allison2009-12-181-1/+0
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-0/+3
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-211-3/+0
* Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison2009-07-101-1/+0
* s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher2009-06-051-3/+0
* Change smbd_smb2_request_error() to add a __location__.Jeremy Allison2009-06-041-0/+3
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-3/+3
* s3: only define TALLOC_ZERO if neededStefan Metzmacher2009-03-161-0/+2
* Remove the global variable "chain_size"Volker Lendecke2009-01-311-1/+1
* talloc_free() copes with a NULL pointer just fineVolker Lendecke2009-01-241-1/+1