summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-08Remove unused CHECK_FSP macroVolker Lendecke1-16/+0
2008-06-19Remove current_user references from trans2.cVolker Lendecke1-2/+0
2008-04-17IDL: build generated nbt code.Günther Deschner1-0/+3
2008-02-28Remove smbmount.Karolin Seeger1-3/+2
2008-01-09Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison1-0/+8
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-4/+7
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-10/+6
2007-11-02Change the client library to write directly out ofJeremy Allison1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-3/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-5/+14
2007-10-10r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison1-3/+0
2007-10-10r24803: For some funny reason us4/gcc seems to fall over the 'Volker Lendecke1-1/+1
2007-10-10r24762: Fix the build, missed TALLOC_SIZE -> talloc_named_const.Jeremy Allison1-1/+1
2007-10-10r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.Jeremy Allison1-2/+22
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison1-6/+0
2007-10-10r24311: add a reply_force_nterror() macroStefan Metzmacher1-0/+1
2007-10-10r24078: Add reply_unixerrorVolker Lendecke1-0/+1
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-0/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-3/+4
2007-10-10r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison1-0/+4
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter1-2/+0
2007-10-10r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison1-9/+9
2007-10-10r22543: Fix bad call to talloc_strict (too few args).Jeremy Allison1-1/+1