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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r17581: Add tool to convert AD schema back to OpenLDAP's schema formatting.
Andrew Bartlett
2007-10-10
1
-0
/
+324
*
r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Andrew Bartlett
2007-10-10
8
-36
/
+312
*
r17579: make ldb build g++ friendly
Andrew Tridgell
2007-10-10
4
-67
/
+67
*
r17578: in standalone talloc build ensure we get intptr_t if available (which
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r17577: Patch from Kai Blin <kai.blin@gmail.com>:
Andrew Bartlett
2007-10-10
1
-1
/
+62
*
r17570: add dummy functions for the frsrpc and frsapi interfaces
Stefan Metzmacher
2007-10-10
3
-1
/
+117
*
r17567: add error code I got from DsGetNCChanges
Stefan Metzmacher
2007-10-10
2
-0
/
+4
*
r17566: test if the compiler support inline, this results
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r17565: expand the test for negative enum values, systems like Tru64
Stefan Metzmacher
2007-10-10
1
-2
/
+19
*
r17564: we don't need a AC_TRY_RUN to test the compiler warning options
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r17553: Actually enable the samba3sam module. Should help 'make test'.
Andrew Bartlett
2007-10-10
1
-1
/
+0
*
r17548: It is a good idea to commit the fix (from mkhl) before the test that
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r17547: Add test by mkhl for some of our variable substituion behaviour.
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r17543: Patch from Martin Kühl <martin.kuehl@gmail.com> to extend the
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r17542: In using ldb_map, I ran across some very odd behaviours when we search
Andrew Bartlett
2007-10-10
4
-5
/
+26
*
r17540: store command line args of selftest.sh in local vars
Stefan Metzmacher
2007-10-10
1
-8
/
+15
*
r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202
Stefan Metzmacher
2007-10-10
4
-1
/
+103
*
r17538: this function should be static...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r17537: if we replace inet_ntoa() we need a prototype of
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r17534: Try another group for 'wheel' on True64.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r17533: add missing include, so that "socket options = TCP_NODELY" as
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r17532: merge from SAMBA_3_0 Revision: 17460
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r17531: fix whitespaces
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r17530: Watching the build farm mails carefully pays off...
Andrew Bartlett
2007-10-10
1
-3
/
+2
*
r17529: Simo doesn't like the use of the internal ldb_errstring in functions
Andrew Bartlett
2007-10-10
3
-16
/
+41
*
r17528: This is an additional item of schema we require.
Andrew Bartlett
2007-10-10
1
-0
/
+21
*
r17527: Don't duplicate the entire test setup just to allow testing of the new
Andrew Bartlett
2007-10-10
2
-208
/
+86
*
r17526: Move timestamp generation into the objectGUID module. It probably
Andrew Bartlett
2007-10-10
4
-43
/
+98
*
r17525: This is a merge from the Google Summer of Code 2006 project by Martin...
Andrew Bartlett
2007-10-10
9
-1240
/
+3281
*
r17524: Lets see if we can try and get the socket_wapper includes to be
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r17523: FIXME is a macro (I think) on some platforms (AIX), and this caused p...
Andrew Bartlett
2007-10-10
1
-3
/
+3
*
r17522: Fix another declaration after statement.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r17520: If the blkid library fails, I don't see any reason to return more of
Andrew Bartlett
2007-10-10
1
-3
/
+6
*
r17517: Fix declaration after statement, which breaks the build on older GCC.
Andrew Bartlett
2007-10-10
1
-3
/
+3
*
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
2007-10-10
23
-150
/
+150
*
r17515: Fix warnings
Simo Sorce
2007-10-10
1
-7
/
+7
*
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
2007-10-10
25
-255
/
+250
*
r17513: ldb_set_errstring is an ldb private string, samdb uses DEBUG() statem...
Simo Sorce
2007-10-10
1
-4
/
+3
*
r17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWRITE not HAVE_PREAD_DEC...
Simo Sorce
2007-10-10
1
-7
/
+0
*
r17505: we are setting the timeout with the provide function right after.
Simo Sorce
2007-10-10
1
-1
/
+0
*
r17504: Do not use the invented unixID but use the rfc2307 uidNumber and gidN...
Simo Sorce
2007-10-10
3
-15
/
+17
*
r17503: Add a useful function to search for a DN
Simo Sorce
2007-10-10
2
-0
/
+17
*
r17499: Open the main database only the minimum times during a provision.
Andrew Bartlett
2007-10-10
3
-97
/
+224
*
r17495: run LOCAL-CRYPTO-MD4 and LOCAL-CRYPTO-MD5 with make test
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r17494: add tests for the example values from rfc 1320 (MD4)
Stefan Metzmacher
2007-10-10
3
-0
/
+86
*
r17493: fix typo
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r17492: add a test with the example values from rfc1321 (MD5)
Stefan Metzmacher
2007-10-10
3
-0
/
+89
*
r17491: I forgot to commit this...fix make test...sorry:-)
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r17490: add all test values from rfc 2202
Stefan Metzmacher
2007-10-10
1
-12
/
+66
*
r17489: run the crypto tests with test
Stefan Metzmacher
2007-10-10
1
-1
/
+1
[prev]
[next]