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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r21275: Reformat the bench-readwrite test a bit
Volker Lendecke
2007-10-10
1
-89
/
+117
*
r21272: in the history fields each hash is rid crypted on its own
Stefan Metzmacher
2007-10-10
1
-46
/
+16
*
r21270: Fix a memleak
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r21267: the first 4 bytes in each encrypted attribute is the crc32
Stefan Metzmacher
2007-10-10
1
-9
/
+30
*
r21266: Add/Modify/Delete operations seem to work correctly now
Simo Sorce
2007-10-10
3
-62
/
+269
*
r21261: add support for getting to the plain nthash (and I assume others too)
Stefan Metzmacher
2007-10-10
1
-12
/
+74
*
r21260: Fix regex.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r21256: - msg_type is not needed in the cluster messaging API
Andrew Tridgell
2007-10-10
9
-13
/
+24
*
r21255: Add a debugging option to avoid rid decryption in the samsync output.
Andrew Bartlett
2007-10-10
1
-12
/
+22
*
r21254: Fix running the testsuite outside pidl/
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r21253: Merge some pidl fixes:
Jelmer Vernooij
2007-10-10
9
-58
/
+276
*
r21252: Add operation works now, still to do mod and del ops
Simo Sorce
2007-10-10
3
-70
/
+106
*
r21249: Now the ldif is generated correctly, but still rpc is not happy
Simo Sorce
2007-10-10
1
-4
/
+6
*
r21248: - Test for Simo: no change of selected row(s) upon open/close click. ...
Derrell Lipman
2007-10-10
1
-0
/
+2
*
r21245: combination "c[3] s[1] e[1] d[0]..." was successful!!!!!!!!!!!!!!!!!!...
Stefan Metzmacher
2007-10-10
1
-266
/
+75
*
r21244: fix typo...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21243: create the infrastructure to test a lot of crypto combinations
Stefan Metzmacher
2007-10-10
1
-1
/
+248
*
r21242: prepare trying to decrypt the encrypted attributes
Stefan Metzmacher
2007-10-10
1
-5
/
+28
*
r21236: store and orint the dcerpc session key, gensec session key and user n...
Stefan Metzmacher
2007-10-10
1
-1
/
+25
*
r21235: fix crash bug
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r21234: fixed a subtle bug with talloc reference counting and async ntvfs
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r21233: first version of samba4 messaging using ctdb is working. This means we
Andrew Tridgell
2007-10-10
4
-14
/
+88
*
r21232: added a raw ctdb messaging api - allowing ctdb applications to take
Andrew Tridgell
2007-10-10
6
-14
/
+133
*
r21230: added the hooks needed in the cluster layer and the messaging code for
Andrew Tridgell
2007-10-10
7
-10
/
+161
*
r21222: Merge a couple of pidl fixes:
Jelmer Vernooij
2007-10-10
13
-836
/
+842
*
r21221: 'make build' should be the default target for us
Derrell Lipman
2007-10-10
1
-2
/
+7
*
r21220: enable 'make source' (and 'make') to work properly
Derrell Lipman
2007-10-10
1
-1
/
+2
*
r21216: fail the RAW-BENCH-LOCK test if the locking doesn't happen evenly
Andrew Tridgell
2007-10-10
1
-1
/
+10
*
r21215: extend the RAW-MUX test to test cancelling a async lock request using
Andrew Tridgell
2007-10-10
1
-1
/
+29
*
r21214: fixed a valgrind error that can be caused by a semi-async call inside
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r21213: the build farm seems to show that FreeBSD 6.2 has two different error
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r21212: detect if the kernel does not support integrated epoll/aio when the
Andrew Tridgell
2007-10-10
1
-1
/
+11
*
r21211: fixed 3 places that assumed that torture_fail() didn't call
Andrew Tridgell
2007-10-10
3
-8
/
+8
*
r21208: fix a crash bug caused by r21205
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r21206: - a couple more nttrans places were a memcpy() should be used
Andrew Tridgell
2007-10-10
5
-18
/
+13
*
r21205: Fix warning.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r21187: - Convert LdbBrowse to use TreeVirtual. This adds the following capa...
Derrell Lipman
2007-10-10
2
-82
/
+98
*
r21185: Fix PNG images in TreeVirtual, for when using IE
Derrell Lipman
2007-10-10
1
-2
/
+8
*
r21183: Commit the big/little endian fix for nttrans setup[] handling.
Volker Lendecke
2007-10-10
2
-8
/
+5
*
r21179: Anything more complex than this causes the keytab never to be updated...
Andrew Bartlett
2007-10-10
1
-1
/
+2
*
r21178: Adapt RPC-SAMBA3-SHARESEC to new smbd behavior
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r21175: Fix the kerberos keytab update code to handle deletes.
Andrew Bartlett
2007-10-10
2
-31
/
+2
*
r21174: many thanks to Paul Wayper for pointing out that C99 requires a
Andrew Tridgell
2007-10-10
5
-11
/
+18
*
r21173: - keep the ctdb queue when reconnecting (this will need to be more
Andrew Tridgell
2007-10-10
1
-9
/
+2
*
r21172: fixed a comment
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r21171: fixed a bug related to recursive event handling.
Andrew Tridgell
2007-10-10
4
-11
/
+7
*
r21170: Latest qooxdoo required a minor server change
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r21169: - Step 3: Upgrade qooxdoo release code with latest qooxdoo svn's Tabl...
Derrell Lipman
2007-10-10
15
-498
/
+1303
*
r21168: - Step 2: Update swat for the latest qooxdoo version. The build now ...
Derrell Lipman
2007-10-10
16
-247
/
+107
*
r21167: - Upgrade to latest released qooxdoo. This is step 1 of the upgrade ...
Derrell Lipman
2007-10-10
1690
-0
/
+179278
[next]