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
/
source4
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
r8458: next target is irix - this gets the socket wrapper code building
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r8453: my solaris10 box doesn't have math.h
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejs
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r8450: more configure tests for solaris. It now builds some binaries, but
Andrew Tridgell
2007-10-10
1
-0
/
+12
*
r8448: - added a test target for tdb
Andrew Tridgell
2007-10-10
2
-2
/
+9
*
r8447: fixed make install in the farm
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r8443: added talloc.3 to the tree to try to allow talloc to build on systems ...
Andrew Tridgell
2007-10-10
1
-0
/
+489
*
r8442: remove tdbtest from our build. If you want it, then do
Andrew Tridgell
2007-10-10
1
-10
/
+0
*
r8441: don't build tdbtest by default as there are too many systems that
Andrew Tridgell
2007-10-10
2
-17
/
+1
*
r8437: Win32 doesn't have u_int*_t
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>:
Jelmer Vernooij
2007-10-10
2
-0
/
+143
*
r8420: slowly getting my way through some more heimdal portability fixes
Andrew Tridgell
2007-10-10
1
-4
/
+0
*
r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-)
Andrew Tridgell
2007-10-10
1
-12
/
+12
*
r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of build
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.
Tim Potter
2007-10-10
3
-5
/
+5
*
r8409: fixed another error found on netbsd.
Andrew Tridgell
2007-10-10
1
-8
/
+13
*
r8408: its quite common in our code to free up a connection when we get an
Andrew Tridgell
2007-10-10
1
-0
/
+27
*
r8405: update var.c from upstream
Andrew Tridgell
2007-10-10
1
-12
/
+12
*
r8404: small upstream merges of appweb code
Andrew Tridgell
2007-10-10
4
-17
/
+13
*
r8401: add a readme pointing to the upstream sources
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r8400: separate out the mpr code, as it is in the upstream appweb sources
Andrew Tridgell
2007-10-10
7
-9
/
+19
*
r8399: move the ejs and esp code closer to the directory layout used by the
Andrew Tridgell
2007-10-10
18
-628
/
+1720
*
r8397: merged an upstream fix for the expression bug tpot found yesterday
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r8394: Make sure the argument to ctype is*(3) macros are unsigned char as
Love Hörnquist Åstrand
2007-10-10
8
-26
/
+29
*
r8377: forgot an ldif test
Simo Sorce
2007-10-10
1
-0
/
+4
*
r8373: New wildcard matching code.
Simo Sorce
2007-10-10
14
-203
/
+413
*
r8364: fixed a valgrind bug spotted by simo
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8343: removed a debugging message
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r8342: allow ldb_ldif_read_string() to continue in the string, so you can
Andrew Tridgell
2007-10-10
3
-5
/
+8
*
r8341: enable floating point support in ejs
Andrew Tridgell
2007-10-10
3
-2
/
+7
*
r8336: enable 64 bit integer support in ejs
Andrew Tridgell
2007-10-10
3
-12
/
+12
*
r8334: fixed a ejs bug that prevented functions variables from being called i...
Andrew Tridgell
2007-10-10
1
-4
/
+5
*
r8333: merged with latest upstream ejs sources
Andrew Tridgell
2007-10-10
9
-58
/
+84
*
r8321: Fix some uninitalized variable warnings
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r8313: moved PRINTF_ATTRIBUTE to replace.h to try to get irix building with h...
Andrew Tridgell
2007-10-10
1
-0
/
+12
*
r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project.
Jelmer Vernooij
2007-10-10
1
-0
/
+9
*
r8284: - fixed some uninitialised variables in the irpc code
Andrew Tridgell
2007-10-10
1
-4
/
+8
*
r8279: make sure we hold a lock when manipulating the irpc names db
Andrew Tridgell
2007-10-10
1
-1
/
+21
*
r8277: filled in the code for finding irpc server ids by name, storing the
Andrew Tridgell
2007-10-10
2
-2
/
+126
*
r8273: fixed some memory leaks in smbscript. This required converting
Andrew Tridgell
2007-10-10
1
-22
/
+11
*
r8272: added the hooks for adding a name to a messaging context, so we will
Andrew Tridgell
2007-10-10
2
-0
/
+11
*
r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb...
Andrew Tridgell
2007-10-10
2
-1
/
+4
*
r8245: Add const.
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r8240: support comparing pointers in ejs. This allows for
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r8228: fix compiler warnings
Stefan Metzmacher
2007-10-10
1
-9
/
+9
*
r8224: - add objectGUID ldif_handler
Stefan Metzmacher
2007-10-10
1
-14
/
+140
*
r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff is
Tim Potter
2007-10-10
1
-4
/
+1
*
r8146: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-7
/
+5
*
r8127: fixed code in function error
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r8126: - moved to 16 byte alignment for talloc. This is in response to a bug
Andrew Tridgell
2007-10-10
2
-51
/
+54
[next]