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
*
tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variable
Rusty Russell
2011-09-21
1
-0
/
+4
*
tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag.
Rusty Russell
2011-09-21
2
-3
/
+10
*
tdb_compat: handle TDB_VOLATILE flag.
Rusty Russell
2011-09-21
2
-2
/
+12
*
tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.
Rusty Russell
2011-09-21
2
-2
/
+12
*
Try and fix bug #8472 - Crash in asn.1 parsing code.
Jeremy Allison
2011-09-21
1
-1
/
+6
*
s3: Further fix for bug 8338
Volker Lendecke
2011-09-21
1
-2
/
+9
*
Fix some typos
Volker Lendecke
2011-09-20
1
-5
/
+2
*
s3: Fix typos
Volker Lendecke
2011-09-20
1
-2
/
+2
*
s4:ntvfs common - remove two outdated function prototypes
Matthias Dieter Wallnöfer
2011-09-20
2
-4
/
+0
*
s4:ntvfs common - add "UTIL_TDB" and "tdb-wrap" as internal build dependency
Matthias Dieter Wallnöfer
2011-09-20
1
-0
/
+1
*
s4:param/pyparam.c - suppress "P_SEP" compilation warning
Matthias Dieter Wallnöfer
2011-09-20
1
-2
/
+2
*
s3-docs: document -k switch in net manpage.
Günther Deschner
2011-09-20
1
-0
/
+1
*
s4-drs: allow replication of the GC partial attribute set
Andrew Tridgell
2011-09-20
1
-5
/
+95
*
tdb2: allow readonly changes even while holding locks.
Rusty Russell
2011-09-20
1
-10
/
+0
*
s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...
Michael Adam
2011-09-20
1
-0
/
+26
*
s3:dbwrap_tool: add popt support and standard samba options
Michael Adam
2011-09-20
3
-16
/
+49
*
s3:g_lock: add a missing \n to a debug message in g_lock_init
Michael Adam
2011-09-20
1
-1
/
+1
*
lib/util/charset: remove charset module loading
Andrew Bartlett
2011-09-20
15
-195
/
+121
*
lib/util/charcnv: Remove broken internal CP850 and CP464 modules
Andrew Bartlett
2011-09-20
7
-381
/
+0
*
s4-client: added close command in smbclient
Andrew Tridgell
2011-09-19
1
-4
/
+62
*
s4:ntvfs/common/brlock.c - remove unnecessary include "tdb_compat.h"
Matthias Dieter Wallnöfer
2011-09-19
1
-1
/
+0
*
s4:libnet/py_net.c - fix up includes (in order to find all "struct"s)
Matthias Dieter Wallnöfer
2011-09-19
1
-3
/
+2
*
s4:auth - remove unused variables
Matthias Dieter Wallnöfer
2011-09-19
4
-4
/
+0
*
s4:selftest: run the nbt tests before the smb tests
Stefan Metzmacher
2011-09-19
1
-3
/
+4
*
s3:registry: fix a debug message in the v2_to_v3 upgrade code
Michael Adam
2011-09-19
1
-1
/
+1
*
s3:smb2cli: remove unused struct ntlmssp_state from smb2cli_session_setup_state
Stefan Metzmacher
2011-09-19
1
-1
/
+0
*
s3:smb2cli: s/smb2cli_sesssetup_blob/smb2cli_session_setup/
Stefan Metzmacher
2011-09-19
1
-15
/
+15
*
s4-dsdb: cope with out of sync replication attributes in partition module
Andrew Tridgell
2011-09-19
1
-1
/
+68
*
ldb:"ldb_extended" -make the call more similar to "ldb_search"
Matthias Dieter Wallnöfer
2011-09-19
1
-2
/
+6
*
pyldb: fixed places where we try to concatenate a Dn with a string
Andrew Tridgell
2011-09-19
4
-22
/
+22
*
s4-provision: use get_config_basedn() in DNS setup
Andrew Tridgell
2011-09-19
1
-1
/
+1
*
samba-tool: use get_config_basedn() to get configuration NC DN
Andrew Tridgell
2011-09-19
2
-9
/
+7
*
s4-kdc: default kvno for inter-domain trusts to zero
Andrew Tridgell
2011-09-19
1
-1
/
+9
*
s4-dsdb: use get_config_basedn() in python tests
Andrew Tridgell
2011-09-19
4
-18
/
+18
*
s4-drs: cope with REPL_OBJ getncchanges call for new object
Andrew Tridgell
2011-09-19
1
-5
/
+10
*
s4-provision Add initial support for joining as a new subdomain
Andrew Bartlett
2011-09-19
2
-133
/
+154
*
Fix a typo. This is not an electromagnet pulse daemon I guess :-)
Volker Lendecke
2011-09-19
1
-1
/
+1
*
s3: Add some const to create_local_private_krb5_conf_for_domain
Volker Lendecke
2011-09-18
2
-2
/
+2
*
s3: Add some const to print_kdc_line
Volker Lendecke
2011-09-18
1
-1
/
+1
*
s3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/
Stefan Metzmacher
2011-09-18
3
-18
/
+18
*
s3: Fix a c++ warning
Volker Lendecke
2011-09-18
1
-1
/
+2
*
s3: Fix "ISO C90 forbids mixed declarations and code"
Volker Lendecke
2011-09-18
1
-3
/
+3
*
swrap: Fix a c++ warning
Volker Lendecke
2011-09-18
1
-1
/
+2
*
s3: Fix two c++ warnings
Volker Lendecke
2011-09-18
1
-2
/
+2
*
pyldb: Drop unnecessary dependency on pytalloc-util.
Jelmer Vernooij
2011-09-18
2
-2
/
+1
*
s3:smb2cli: pass timeout to smb2cli_req_create/send()
Stefan Metzmacher
2011-09-18
11
-0
/
+25
*
s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...
Stefan Metzmacher
2011-09-18
11
-17
/
+153
*
s3:smb2cli: only use tevent_req_defer_callback() if we have more than one smb...
Stefan Metzmacher
2011-09-18
1
-1
/
+12
*
s3:smb2cli: ignore async interim responses and store the async_id
Stefan Metzmacher
2011-09-18
1
-0
/
+12
*
s3:smb2cli: check the response has the SMB2_HDR_FLAG_REDIRECT flag
Stefan Metzmacher
2011-09-18
1
-0
/
+8
[next]