index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
r8084: do not leak memory on errors
Simo Sorce
2007-10-10
2
-8
/
+6
*
r8083: check attribute type is valid (only ascii alphanum chars and '-' char)
Simo Sorce
2007-10-10
1
-0
/
+19
*
r8082: large rewite of ldb_dn.c
Simo Sorce
2007-10-10
15
-345
/
+284
*
r8071: reduce the size of the default ldb tests. We run on some pretty low po...
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8067: added a method for disabling the password prompt in programs that want
Andrew Tridgell
2007-10-10
1
-1
/
+9
*
r8044: give a better error code
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r8043: increase shell compatibility of ldb tests
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8042: give better error message
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r8041: remove a mis-spelled debug message :-)
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r8039: allow ldb test suite to be run outside of the ldb directory
Andrew Tridgell
2007-10-10
4
-33
/
+41
*
r8038: - fixed indexing on binary values that need base64 encoding and canoni...
Andrew Tridgell
2007-10-10
2
-3
/
+24
*
r8037: a fairly major update to the internals of ldb. Changes are:
Andrew Tridgell
2007-10-10
19
-684
/
+1368
*
r8035: added indexing tests. current ldb fails the integer indexing, will be ...
Andrew Tridgell
2007-10-10
1
-4
/
+24
*
r8033: - add easier valgrind testing
Andrew Tridgell
2007-10-10
1
-11
/
+25
*
r8032: added loop detection into talloc. Robert Collins found a way to make a
Andrew Tridgell
2007-10-10
2
-16
/
+67
*
r8011: arrgh, commit the right version this time
Andrew Tridgell
2007-10-10
1
-5
/
+4
*
r8010: added testing of wildcard attributes
Andrew Tridgell
2007-10-10
1
-0
/
+20
*
r8009: expanded the ldb test suite. It worried me that some changes I have
Andrew Tridgell
2007-10-10
2
-1
/
+81
*
r8005: escape '"' characters in ldap expressions. Makes scripting easier.
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8002: favor addresses on our local interfaces in NBT name resolution if
Andrew Tridgell
2007-10-10
1
-0
/
+13
*
r7988: Store the KVNO for the machine account, and set it up in the provision.
Andrew Bartlett
2007-10-10
1
-0
/
+22
*
r7967: We don't have the ms_krb5 stuff any more.
Andrew Bartlett
2007-10-10
1
-1
/
+0
[prev]
[next]