Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest
[tprouty/samba.git] / source3 / include / smb_macros.h
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Volker LendeckeRemove unused CHECK_FSP macro
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-19 Volker LendeckeRemove current_user references from trans2.c
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-17 Gerald W. CarterMerge commit 'samba/v3-2-test' into wbc-test
2008-04-17 Günther DeschnerIDL: build generated nbt code.
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-28 Karolin SeegerRemove smbmount.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-10 Jeremy AllisonFixup hot paths - add macro for toupper (c < 0x80).
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-11-02 Jeremy AllisonChange the client library to write directly out of
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Jeremy Allisonr25103: Ensure we don't return unwritten memory (valgri...
2007-10-10 Volker Lendecker24803: For some funny reason us4/gcc seems to fall...
2007-10-10 Jeremy Allisonr24762: Fix the build, missed TALLOC_SIZE -> talloc_nam...
2007-10-10 Jeremy Allisonr24759: Comment out the _nonnull calls for 3.2.x, as...
2007-10-10 Jeremy Allisonr24464: Now Volker removed the readbmpx we don't need...
2007-10-10 Stefan Metzmacherr24311: add a reply_force_nterror() macro
2007-10-10 Volker Lendecker24078: Add reply_unixerror
2007-10-10 Volker Lendecker23997: Check in the infrastructure for getting rid...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Gerald Carterr22852: merge fixes for CVE-2007-2446 and CVE-2007...
2007-10-10 Jeremy Allisonr22564: Move the _strict -> _zeronull functions into...
2007-10-10 Jeremy Allisonr22543: Fix bad call to talloc_strict (too few args).
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Stefan Metzmacherr22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros...
2007-10-10 Stefan Metzmacherr22277: __location__ is defined in libreplace now
2007-10-10 Gerald Carterr21525: Go ahead and checkin the mlock() & memalign...
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 James Peachr14668: Set the FILE_STATUS_OFFLINE bit by observing...
2007-10-10 Jeremy Allisonr13975: Re-fix Coverity #156 - I had left the hidden...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Günther Deschnerr9945: fix typos.
2007-10-10 Gerald Carterr9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_C...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7200: Don't use memset, use SET_STAT_INVALID (has...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Jeremy Allisonr6613: Merge back fix for PARANOID_MALLOC checker.
2007-10-10 Jeremy Allisonr6595: This is Volkers new-talloc patch. Just got the...
2007-10-10 Jeremy Allisonr6548: Fix bug #2622 - remove DPTR_MASK as it makes...
2007-10-10 Gerald Carterr6358: merging SMB_ASSERT() changes from the release...
2007-10-10 Volker Lendecker6351: This is quite a large and intrusive patch, but...
2007-10-10 Jeremy Allisonr6346: Add a counter for the number of SMB operations...
2007-10-10 Volker Lendecker6277: This implements a new caching API for enumeratin...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6172: Tidy up error processing significantly. Remove...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Derrell Lipmanr6127: Eliminated all compiler warnings pertaining...
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Jeremy Allisonr5636: Re-add the allocation size - parameterized by...
2007-10-10 Jeremy Allisonr5548: Stop lying about allocation sizes to Windows...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2076: Removed old dir caching code - not being used...
2007-10-10 Jeremy Allisonr570: Remove lots of globals to handle case issues...
2007-10-10 Jeremy Allisonr478: Added Volkers fix to be able to force DOS errors...
2004-03-03 Jeremy AllisonUse a common function to parse all pathnames from the...
2004-03-03 Jeremy AllisonUse a common function to parse all pathnames from the...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-07 Jeremy AllisonShadow copy API - Original work by "Ken Cross" <kcross...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-07 Gerald Carterand so it begins....
2003-06-30 Gerald Carter* rename samstrict auth method to sam
2003-06-25 Gerald Carterlarge change:
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-24 Jelmer VernooijPatch from Stefan Metzmacher to add default parameters...
2003-04-24 Jelmer VernooijPatch from Stephan Metzmacher to add default arguments...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-14 Jeremy AllisonFix _smb_setlen to be non {} safe.
2003-04-14 Jeremy AllisonFix _smb_setlen to be non {} safe.
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-09 Jeremy AllisonEnsure we have WinXP-like semantics for checking TIDs...
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 Gerald Cartersmall merges from SAMBA_3_0; mostly typos, renames...
next