summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach1-1/+0
2012-08-17s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher1-1/+1
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-1/+1
2011-10-26s3:include: implement trans_oob() as wrapper to smb_buffer_oob()Stefan Metzmacher1-0/+3
2011-10-21s3:include: make smb_setlen() a macroStefan Metzmacher1-0/+1
2011-10-19s3:include: use smb_[set]len_[nbt|tcp]() macrosStefan Metzmacher1-4/+4
2011-08-10s3:smb_macros.h: simplify _smb_setlen() and _smb_setlen_large()Stefan Metzmacher1-6/+4
2011-08-02s3: Remove unused ERROR_FORCE_NT macroVolker Lendecke1-1/+0
2011-08-02s3: Remove unused ERROR_DOS macroVolker Lendecke1-1/+0
2011-08-02s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-08-02s3:include: make use of cli_state_capabilities() in SERVER_HAS_UNIX_CIFS()Stefan Metzmacher1-1/+1
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+0
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+0
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+0
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+0
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+0
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+1
2011-06-09s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett1-21/+0
2011-05-05Fix many const compiler warnings.Jeremy Allison1-0/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett1-1/+1
2011-04-13s3-lib: Remove unused _w functions.Andrew Bartlett1-1/+0
2010-09-16s3: remove TvalDiff macro, we can use the shared usec_time_diff functionBjörn Jacke1-9/+0
2010-09-16s3: remove TspecDiff macro, we can use the shared nsec_time_diff functionBjörn Jacke1-9/+0
2010-08-31s3: add TspecDiff macroBjörn Jacke1-0/+9
2010-07-16s3-registry: use some prs macros to the only place where they are used.Günther Deschner1-4/+0
2010-07-01s3-libads: move keytab macros out of ads.h.Günther Deschner1-0/+9
2010-06-13s3: Remove the pointless PRINTERNAME macroVolker Lendecke1-1/+0
2010-06-13s3: Remove the pointless SERVICE macroVolker Lendecke1-1/+0
2009-12-21Rename reply_doserror() -> reply_force_doserror().Jeremy Allison1-1/+1
2009-12-18reply_force_nterror() is not used anywhere. Remove it.Jeremy Allison1-1/+0
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke1-0/+3
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke1-3/+0
2009-07-10Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison1-1/+0
2009-06-05s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher1-3/+0
2009-06-04Change smbd_smb2_request_error() to add a __location__.Jeremy Allison1-0/+3
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-3/+3
2009-03-16s3: only define TALLOC_ZERO if neededStefan Metzmacher1-0/+2
2009-01-31Remove the global variable "chain_size"Volker Lendecke1-1/+1
2009-01-24talloc_free() copes with a NULL pointer just fineVolker Lendecke1-1/+1
2008-12-14Move 128 bytes from the data to the text segmentVolker Lendecke1-1/+1
2008-11-08change CHECK_READ to use smb_request instead of inbufVolker Lendecke1-2/+2
2008-11-02Remove some direct inbuf references by adding smbreq_bufremVolker Lendecke1-0/+2
2008-11-01Remove IS_DOT and IS_DOTDOT macros, already provided by libreplace orJelmer Vernooij1-8/+0
2008-11-01Move ABS() to libutil.Jelmer Vernooij1-24/+0
2008-11-01Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij1-11/+1