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
*
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
James Peach
2007-10-10
2
-3
/
+2
*
r15178: Fix ldb function calls after big swig rename.
Tim Potter
2007-10-10
1
-25
/
+55
*
r15177: Wrap ldb_strerror() function.
Tim Potter
2007-10-10
1
-0
/
+1
*
r15176: Ensure we don't segfault when we try and delete @FOO records.
Andrew Bartlett
2007-10-10
1
-5
/
+10
*
r15143: Pull in GNU extensions right at the start of the configure process. This
James Peach
2007-10-10
1
-2
/
+0
*
r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a...
Volker Lendecke
2007-10-10
1
-7
/
+7
*
r15113: Add a ldb_strerror() function.
Tim Potter
2007-10-10
2
-0
/
+100
*
r15110: Start rewriting higher level ldb wrapper.
Tim Potter
2007-10-10
1
-52
/
+54
*
r15109: Wrap ldb_global_init()
Tim Potter
2007-10-10
1
-0
/
+2
*
r15100: Port the bugfix for #3569 to Samba4
Volker Lendecke
2007-10-10
3
-3
/
+19
*
r15099: An attempt to fix BSD make portability issues. With these changes Sam...
Alexander Bokovoy
2007-10-10
1
-1
/
+1
*
r15097: Add constants for ldb errors.
Tim Potter
2007-10-10
1
-0
/
+50
*
r15096: Fix typo.
Tim Potter
2007-10-10
1
-1
/
+1
*
r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapper
Tim Potter
2007-10-10
1
-14
/
+13
*
r15092: Remove some swig stuff that didn't work out and the %rename call.
Tim Potter
2007-10-10
1
-60
/
+13
*
r15091: Raise LdbError instead of IOError when ldb function calls return an
Tim Potter
2007-10-10
1
-7
/
+14
*
r15090: Since we wrap the swig wrapper in another layer of Python, there isn't
Tim Potter
2007-10-10
2
-43
/
+22
*
r15065: Remove duplicate prototype.
Tim Potter
2007-10-10
1
-1
/
+0
*
r15055: this was my version for the crash bug in the messaging code...
Stefan Metzmacher
2007-10-10
1
-21
/
+8
*
r15050: fixed a double free in the new messaging code.
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r15049: for really efficient oplock handling with thousands of open files we
Andrew Tridgell
2007-10-10
3
-35
/
+110
*
r15048: started on the server side implementation of oplocks. The code is not
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r15036: Add out of tree build support and see how buildfarm will respond to m...
Alexander Bokovoy
2007-10-10
1
-4
/
+7
*
r15002: More cleanups in build/m4/rewrite.m4
Jelmer Vernooij
2007-10-10
1
-0
/
+9
*
r15000: Move some more autoconf tests out of build/m4/rewrite.m4
Jelmer Vernooij
2007-10-10
6
-11
/
+33
*
r14999: Remove more unused autoconf code
Jelmer Vernooij
2007-10-10
7
-35
/
+19
*
r14998: Remove unused autoconf test, move others to proper places
Jelmer Vernooij
2007-10-10
2
-0
/
+205
*
r14996: Fix compilation of gencache
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14992: Allow load_module() to be used externally
Jelmer Vernooij
2007-10-10
1
-10
/
+11
*
r14984: marking mprBreakpoint() as a __noreturn__ function should reduce the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14981: fixed a use of a wild ptr in regshell
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r14978: fixed a print of NULL
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14977: more IBM checker fixes
Andrew Tridgell
2007-10-10
1
-5
/
+1
*
r14976: another use of the magic comment recognised by the IBM checker for
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r14972: fix an uninitialised warning from ibm checker
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14970: Add configure stuff for Python to tdb and ldb standalone builds.
Tim Potter
2007-10-10
2
-0
/
+62
*
r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.
Tim Potter
2007-10-10
6
-0
/
+644
*
r14916: print errno so I can work out why OpenBSD is failing the test for tdb
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r14906: Move SWIG-specific files to scripting/swig/
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r14902: change charcnv code to fail the conversion when it hits bad
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r14860: create libcli/security/security.h
Stefan Metzmacher
2007-10-10
3
-3
/
+3
*
r14848: use the constant instead of the interger value
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14844: Support a stdbool.h replacement in lib/replace/
Jelmer Vernooij
2007-10-10
4
-0
/
+23
*
r14816: Simplify test for comparison_fn_t
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r14806: Fix compiler warnings
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allows
Andrew Tridgell
2007-10-10
4
-1
/
+65
*
r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r14729: Install db_wrap.h and db_wrap_proto.h
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r14724: Rearrange some source files, install more headers.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
2007-10-10
1
-3
/
+5
[next]