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
...
*
spoolss: fix GetJob jobid lookups
David Disseldorp
2014-10-30
1
-5
/
+32
*
printing: add jobid_to_sysjob helper function
David Disseldorp
2014-10-30
2
-18
/
+53
*
dns: Fix a compile warning by casting explicitly
Kai Blin
2014-10-30
2
-5
/
+5
*
dbwrap: Avoid "includes.h" in dbwrap_cache.c
Volker Lendecke
2014-10-30
1
-3
/
+4
*
dbwrap: Add some required #includes to dbwrap.h
Volker Lendecke
2014-10-30
1
-0
/
+3
*
lib: loadparm.h uses TALLOC_CTX
Volker Lendecke
2014-10-30
1
-0
/
+1
*
dbwrap: Avoid an unnecessary #include
Volker Lendecke
2014-10-30
1
-5
/
+1
*
torture/spoolss: cleanup print_job_enum test jobs
David Disseldorp
2014-10-29
1
-0
/
+10
*
s3-nmbd: Fix netbios name truncation.
Jeremy Allison
2014-10-29
1
-8
/
+68
*
autobuild: check whether ctdbd has been installed in the samba-ctdb target
Michael Adam
2014-10-28
1
-0
/
+1
*
build: adapt comments for the clustering choice
Michael Adam
2014-10-28
1
-3
/
+1
*
build: further simplify --with-cluster-support case in configure
Michael Adam
2014-10-28
1
-16
/
+1
*
autobuild: adapt samba-ctdb target does not need a separate ctdb build any more
Michael Adam
2014-10-28
1
-6
/
+1
*
ctdb: Rename CTDB_VERSION to CTDB_PROTOCOL
Amitay Isaacs
2014-10-28
8
-21
/
+19
*
build: Simplify check for building with ctdb
Amitay Isaacs
2014-10-28
2
-22
/
+6
*
build: Remove configure checks for ctdb headers
Amitay Isaacs
2014-10-28
4
-106
/
+2
*
ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKET
Amitay Isaacs
2014-10-28
5
-7
/
+7
*
build: Remove configure option --with-ctdb-dir
Amitay Isaacs
2014-10-28
1
-8
/
+1
*
build: Remove checks for ctdb features
Amitay Isaacs
2014-10-28
4
-209
/
+0
*
build: Remove configure option --enable-old-ctdb
Amitay Isaacs
2014-10-28
1
-18
/
+6
*
ctdb-logging: Add logging via UDP logging using RFC5424
Martin Schwenke
2014-10-28
4
-4
/
+82
*
ctdb-logging: Add logging via UDP to 127.0.0.1:514 to syslog backend
Martin Schwenke
2014-10-28
5
-8
/
+98
*
ctdb-logging: Add non-blocking Unix domain logging to syslog backend
Martin Schwenke
2014-10-28
4
-8
/
+193
*
ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOG
Martin Schwenke
2014-10-28
15
-75
/
+177
*
ctdb-logging: Replace logd code with a basic syslog(3) implementation
Martin Schwenke
2014-10-28
4
-224
/
+10
*
ctdb-logging: Simplify file logging timestamping with timeval_str_buf()
Martin Schwenke
2014-10-28
1
-9
/
+7
*
ctdb-logging: Separate out syslog and file logging backends
Martin Schwenke
2014-10-28
7
-294
/
+387
*
ctdb-logging: Rework debug level parsing
Martin Schwenke
2014-10-28
5
-49
/
+59
*
ctdb-logging: Remove ctdb element from struct ctdb_log_state
Martin Schwenke
2014-10-28
2
-7
/
+3
*
ctdb-logging: Remove log member from struct ctdb_context
Martin Schwenke
2014-10-28
2
-13
/
+11
*
ctdb-logging: Rename ctdb_log_handler() to ctdb_child_log_handler()
Martin Schwenke
2014-10-28
1
-4
/
+5
*
ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRIT
Martin Schwenke
2014-10-28
6
-15
/
+7
*
ctdb-logging: Remove DEBUG_EMERG
Martin Schwenke
2014-10-28
6
-36
/
+16
*
ctdb-test: Remove unused function check_ctdb_logfile()
Martin Schwenke
2014-10-28
1
-13
/
+0
*
ctdb-logging: Add missing newline when logging to file
Martin Schwenke
2014-10-28
1
-1
/
+1
*
spoolss: fix handling of bad EnumJobs levels
David Disseldorp
2014-10-28
1
-1
/
+6
*
torture/spoolss: test EnumJobs with an invalid level
David Disseldorp
2014-10-28
1
-0
/
+71
*
torture/spoolss: add werr_expected arg to EnumJobs helper
David Disseldorp
2014-10-28
1
-6
/
+12
*
s4-dns: Add support for BIND 9.10
Amitay Isaacs
2014-10-25
4
-2
/
+36
*
s4-dns: Update dlz_minimal.h based on BIND release 9.10
Amitay Isaacs
2014-10-25
1
-54
/
+153
*
s4-dns: Check DLZ_DLOPEN_VERSION for different BIND versions
Amitay Isaacs
2014-10-25
2
-14
/
+10
*
s4-dns: Update template variables, change BIND98 --> BIND9_8
Amitay Isaacs
2014-10-25
2
-10
/
+10
*
s4-libnet: make it possible to join "off-site".
Günther Deschner
2014-10-24
1
-1
/
+2
*
s3-netapi: add DS_8 and WS flags to libnetapi and nltest.
Günther Deschner
2014-10-24
3
-2
/
+9
*
nbt-cli: display all known NBT_SERVER flags.
Günther Deschner
2014-10-24
2
-2
/
+10
*
nbt: the DS_8 flag also shows up in netlogon cldap/mailslot replies.
Günther Deschner
2014-10-24
1
-0
/
+1
*
netlogon: add new DS_SERVER_DS_8 flag.
Günther Deschner
2014-10-24
1
-0
/
+1
*
messaging3: Fix running down a messaging_context
Volker Lendecke
2014-10-24
1
-0
/
+16
*
poll_funcs_tevent: Fix a valgrind error
Volker Lendecke
2014-10-24
1
-8
/
+20
*
pidl-wireshark: SWITCH_TYPE is not always defined, SwitchType() will try to f...
Matthieu Patou
2014-10-24
1
-21
/
+38
[prev]
[next]