index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
/
smb_macros.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
change CHECK_READ to use smb_request instead of inbuf
Volker Lendecke
2008-11-08
1
-2
/
+2
*
Remove some direct inbuf references by adding smbreq_bufrem
Volker Lendecke
2008-11-02
1
-0
/
+2
*
Remove IS_DOT and IS_DOTDOT macros, already provided by libreplace or
Jelmer Vernooij
2008-11-01
1
-8
/
+0
*
Move ABS() to libutil.
Jelmer Vernooij
2008-11-01
1
-24
/
+0
*
Samba3: Include util.h header file rather than having custom prototypes.
Jelmer Vernooij
2008-11-01
1
-11
/
+1
*
Remove unused CHECK_FSP macro
Volker Lendecke
2008-10-08
1
-16
/
+0
*
Remove current_user references from trans2.c
Volker Lendecke
2008-06-19
1
-2
/
+0
*
IDL: build generated nbt code.
Günther Deschner
2008-04-17
1
-0
/
+3
*
Remove smbmount.
Karolin Seeger
2008-02-28
1
-3
/
+2
*
Fixup hot paths - add macro for toupper (c < 0x80).
Jeremy Allison
2008-01-09
1
-0
/
+8
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-4
/
+7
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-10
/
+6
*
Change the client library to write directly out of
Jeremy Allison
2007-11-02
1
-2
/
+2
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-3
/
+2
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-5
/
+14
*
r25103: Ensure we don't return unwritten memory (valgrind caught).
Jeremy Allison
2007-10-10
1
-3
/
+0
*
r24803: For some funny reason us4/gcc seems to fall over the '
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24762: Fix the build, missed TALLOC_SIZE -> talloc_named_const.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.
Jeremy Allison
2007-10-10
1
-2
/
+22
*
r24464: Now Volker removed the readbmpx we don't need cached errors any more.
Jeremy Allison
2007-10-10
1
-6
/
+0
*
r24311: add a reply_force_nterror() macro
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r24078: Add reply_unixerror
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
1
-3
/
+4
*
r22920: Add in the UNIX capability for 24-bit readX, as discussed
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches
Gerald Carter
2007-10-10
1
-2
/
+0
*
r22564: Move the _strict -> _zeronull functions into lib/util.c
Jeremy Allison
2007-10-10
1
-9
/
+9
*
r22543: Fix bad call to talloc_strict (too few args).
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-10-10
1
-7
/
+9
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace
Stefan Metzmacher
2007-10-10
1
-19
/
+0
*
r22277: __location__ is defined in libreplace now
Stefan Metzmacher
2007-10-10
1
-5
/
+0
*
r21525: Go ahead and checkin the mlock() & memalign() fixes so
Gerald Carter
2007-10-10
1
-0
/
+1
*
r20124: clean up nested extern declaration warnings
Herb Lewis
2007-10-10
1
-2
/
+2
*
r17316: More C++ warnings -- 456 left
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-15
/
+16
*
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
2007-10-10
1
-0
/
+4
*
r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistent
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-2
/
+4
*
r9945: fix typos.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
2007-10-10
1
-0
/
+1
*
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
2007-10-10
1
-5
/
+6
*
r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
1
-1
/
+6
*
r6613: Merge back fix for PARANOID_MALLOC checker.
Jeremy Allison
2007-10-10
1
-1
/
+3
*
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
2007-10-10
1
-21
/
+18
*
r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.
Jeremy Allison
2007-10-10
1
-7
/
+1
*
r6358: merging SMB_ASSERT() changes from the release branch
Gerald Carter
2007-10-10
1
-1
/
+8
[next]