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
...
|
*
Add an async np_read wrapper
Volker Lendecke
2009-01-31
2
-22
/
+107
|
*
Add an async np_write wrapper
Volker Lendecke
2009-01-31
2
-15
/
+106
|
*
s4:auth: try to fix the build on Solaris
Stefan Metzmacher
2009-01-31
1
-0
/
+1
|
*
make send_file_readbraw static
Volker Lendecke
2009-01-31
2
-12
/
+6
|
*
Remove the global variable "chain_size"
Volker Lendecke
2009-01-31
8
-24
/
+34
|
*
Make is_andx_req non-static
Volker Lendecke
2009-01-31
3
-26
/
+26
|
*
s4:repl_meta_data: fix segfault after ldb changes
Stefan Metzmacher
2009-01-31
1
-1
/
+1
|
*
lib/replace: move MAXHOSTNAMELEN to system/network.h
Stefan Metzmacher
2009-01-31
2
-13
/
+5
|
*
s4:heimdal_build: fix the build of asn1_compile and compile_et
Stefan Metzmacher
2009-01-31
1
-4
/
+2
|
*
s4:build: require ldb 0.9.3 when building against an external library
Stefan Metzmacher
2009-01-31
2
-2
/
+2
|
*
heimdal: void functions should not return a value
Stefan Metzmacher
2009-01-31
1
-1
/
+1
|
*
Explicitly include ldb_handlers.h where necessary
Simo Sorce
2009-01-30
3
-5
/
+2
|
*
Install mising public headers
Simo Sorce
2009-01-30
1
-1
/
+1
|
*
Do not install private headers
Simo Sorce
2009-01-30
1
-2
/
+0
|
*
Fix proxy module
Simo Sorce
2009-01-30
1
-2
/
+2
|
*
s3 onefs: Fix onefs ACLs to work with updated ACL syscall
Tim Prouty
2009-01-30
1
-1
/
+1
|
*
Bump up ldb version to 0.9.3 after latest changes
Simo Sorce
2009-01-30
1
-1
/
+1
|
*
s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings
Tim Prouty
2009-01-30
2
-5
/
+1
|
*
Fix all other modules to use ldb_module.h instead of ldb_private.h
Simo Sorce
2009-01-30
19
-574
/
+817
|
*
s4:lib/socket: don't use gethostbyname2()
Stefan Metzmacher
2009-01-30
2
-9
/
+25
|
*
s4:heimdal_build: heimdal requires u_int32_t and u_char
Stefan Metzmacher
2009-01-30
1
-0
/
+3
|
*
Fix memleaks
Volker Lendecke
2009-01-30
1
-0
/
+7
|
*
pass NULL to prs_give_memory, that is a pointer
Volker Lendecke
2009-01-30
1
-1
/
+1
|
*
selftest: pass down the path to python for provisioning samba4
Stefan Metzmacher
2009-01-30
2
-1
/
+5
|
*
s3:selftest: run the same tests as 'make test'
Stefan Metzmacher
2009-01-30
1
-29
/
+73
|
*
s3:tests: add a guard arround . $incdir/test_functions.sh
Stefan Metzmacher
2009-01-30
11
-0
/
+21
|
*
s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')
Stefan Metzmacher
2009-01-30
1
-31
/
+29
|
*
heimdal:hdb: always include "config.h" first
Stefan Metzmacher
2009-01-30
1
-0
/
+4
|
*
s4:lib/ldb: include replace.h in pyldb.c
Stefan Metzmacher
2009-01-30
1
-0
/
+1
|
*
lib/tevent: include replace.h in pytevent.c
Stefan Metzmacher
2009-01-30
1
-0
/
+1
|
*
lib/tdb: include replace.h and system/filesys.h in pytdb.c
Stefan Metzmacher
2009-01-30
1
-4
/
+3
|
*
lib/talloc: include replace.h in pytalloc.c
Stefan Metzmacher
2009-01-30
1
-0
/
+1
|
*
heimdal:camellia: include roken.h
Stefan Metzmacher
2009-01-30
2
-0
/
+4
|
*
Revert "s4:heimdal_build: include "system/network.h" via config.h wrapper"
Stefan Metzmacher
2009-01-30
1
-1
/
+0
|
*
s4:heimdal_build: add a dummy define for dirfd()
Stefan Metzmacher
2009-01-30
1
-0
/
+4
|
*
lib/replace: check if we have dirfd()
Stefan Metzmacher
2009-01-30
1
-0
/
+3
|
*
s4:lib/util: fix the build
Stefan Metzmacher
2009-01-30
1
-1
/
+1
|
*
heimdal:roken: arg_match_long() should return a value
Stefan Metzmacher
2009-01-30
1
-0
/
+3
|
*
heimdal:roken: arg_printusage() should not try to return a value.
Stefan Metzmacher
2009-01-30
1
-2
/
+2
|
*
s4:heimdal_build: include "system/network.h" via config.h wrapper
Stefan Metzmacher
2009-01-30
1
-0
/
+1
|
*
heimdal:camellia-ntt.c: include config.h as first header
Stefan Metzmacher
2009-01-30
1
-0
/
+3
|
*
heimdal: don't include <sys/cdefs.h> without knowing it's there
Stefan Metzmacher
2009-01-30
2
-0
/
+13
|
*
heimdal: don't include <ifaddrs.h> without knowing it's there
Stefan Metzmacher
2009-01-30
1
-0
/
+2
|
*
s4:build: kill DEFAULT_HEADERS variable
Stefan Metzmacher
2009-01-30
2
-4
/
+4
|
*
Add helper function to get a module name, may be useful for debugging.
Simo Sorce
2009-01-30
2
-1
/
+7
|
*
Fix misfiled headers.
Simo Sorce
2009-01-30
4
-14
/
+12
|
*
s4:selftest: run RPC-COUNTCALLS as dc:local
Stefan Metzmacher
2009-01-30
1
-1
/
+4
|
*
s4:selftest: run ncalrpc tests in dc:local mode
Stefan Metzmacher
2009-01-30
1
-12
/
+22
|
*
selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATH
Stefan Metzmacher
2009-01-30
3
-10
/
+4
|
*
pidl: fix samba3-cli test after change to cli->dispatch()
Stefan Metzmacher
2009-01-30
1
-2
/
+2
[prev]
[next]