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
...
*
r19053: match the flag values with the actual equivalents in samr.idl
Rafal Szczesniak
2007-10-10
1
-2
/
+2
*
r19051: JSON-RPC server work-in-progress. It's almost working.
Derrell Lipman
2007-10-10
3
-11
/
+70
*
r19049: Samba 3 client fixes
Gerald Carter
2007-10-10
1
-1
/
+18
*
r19048: ensure our memory gets cleaned up even upon exception
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r19036: add LOCAL-REPLACE and reorder the testlist
Stefan Metzmacher
2007-10-10
1
-4
/
+6
*
r19035: add LOCAL-REPLACE test
Stefan Metzmacher
2007-10-10
2
-0
/
+3
*
r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtorture
Stefan Metzmacher
2007-10-10
1
-4
/
+6
*
r19032: let the getdents replacement fail and see what the build-farm says.
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r19029: test if opendir() on a file sets errno = ENOTDIR
Stefan Metzmacher
2007-10-10
1
-2
/
+6
*
r19027: Modify RPC-SAMBA3-SPOOLSS so that it can be activated in the build farm
Volker Lendecke
2007-10-10
1
-5
/
+76
*
r19025: - remove read-only and policy dependent fields and flags
Rafal Szczesniak
2007-10-10
3
-93
/
+81
*
r19024: remove read-only and policy dependent fields and flags
Rafal Szczesniak
2007-10-10
5
-129
/
+40
*
r19023: lets see what the build-farm says about trying the
Stefan Metzmacher
2007-10-10
1
-22
/
+22
*
r19022: eliminate a warning
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r19021: match the prototype for a trigger function
Derrell Lipman
2007-10-10
1
-2
/
+2
*
r19020: move jsonrpc_include to a more appropriate location in the file, and ...
Derrell Lipman
2007-10-10
1
-13
/
+17
*
r19019: Add a parser for javascript literals. This is implemented for parsin...
Derrell Lipman
2007-10-10
2
-1
/
+672
*
r19017: Merge from Samba3:
Volker Lendecke
2007-10-10
2
-0
/
+24
*
r19009: ensure that data values from ldap libs are null terminated, to allow
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r18999: merge from samba3:
Stefan Metzmacher
2007-10-10
2
-10
/
+9
*
r18997: we have a replacement for vsyslog in libreplace so libroken doesn't n...
Stefan Metzmacher
2007-10-10
1
-4
/
+5
*
r18995: - fix bug 4078
Stefan Metzmacher
2007-10-10
2
-12
/
+37
*
r18994: - torture_register_suite should be public
Stefan Metzmacher
2007-10-10
1
-6
/
+3
*
r18992: prepare SOCKET_WRAPPER_PCAP_FILE support
Stefan Metzmacher
2007-10-10
1
-29
/
+83
*
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r18989: Fixes found by these two LDAP testsuites:
Andrew Bartlett
2007-10-10
3
-5
/
+47
*
r18979: With these extra indexes (also added for the normal case) and a
Andrew Bartlett
2007-10-10
3
-2
/
+35
*
r18978: Fix bug found by:
Andrew Bartlett
2007-10-10
1
-3
/
+13
*
r18977: Seperate these asserts, so we know which fired.
Andrew Bartlett
2007-10-10
1
-1
/
+2
*
r18975: follow the advice from "William Jojo" <jojowil@hvcc.edu>
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18974: we don't have the configure check that sets
Stefan Metzmacher
2007-10-10
1
-5
/
+1
*
r18972: we don't need this now all builds in the build farm are limited to 150
Andrew Tridgell
2007-10-10
1
-12
/
+0
*
r18971: avoid strndup is a few places. Fixes a minor memory leak, and should
Andrew Tridgell
2007-10-10
4
-11
/
+21
*
r18970: avoid strndup and strnlen on AIX. They are quite broken. See
Andrew Tridgell
2007-10-10
2
-2
/
+6
*
r18968: EWOULDBLOCK should also be mapped to STATUS_MORE_ENTRIES
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r18965: fixed the bug with RPC-NETLOGON and solaris sparc machines. This bug
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r18960: fix caching of some configure tests AC_CACHE_CHECK()
Stefan Metzmacher
2007-10-10
2
-20
/
+20
*
r18957: we need to include unistd.h in system/network.h because
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r18948: fix the build on solaris, the ioctl() prototype
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18947: overload listen() and ioctl() in socket_wrapper
Stefan Metzmacher
2007-10-10
3
-0
/
+46
*
r18946: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18945: fix compiler warnings and end-of-non-void function bugs
Stefan Metzmacher
2007-10-10
2
-11
/
+17
*
r18944: talloc_reference() can fail...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18943: Samba4 wants its databases private to root. I know some of them could
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
Andrew Tridgell
2007-10-10
4
-1
/
+16
*
r18939: don't rely on the umask being right in ldb creation. Both Samba3 and
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18936: hopefully fix the test for negative enum values. When a compiler
Andrew Tridgell
2007-10-10
1
-9
/
+3
*
r18933: Add helpful emacs marker
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorp...
Derrell Lipman
2007-10-10
80
-0
/
+33339
*
r18918: - bail out with unsupported option to socket()
Stefan Metzmacher
2007-10-10
1
-18
/
+53
[prev]
[next]