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
...
*
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
2010-11-05
7
-63
/
+102
*
talloc: rename pytalloc.c to pytalloc_util.c
Jelmer Vernooij
2010-11-05
2
-1
/
+1
*
waf: Put private libraries in a separate directory when building.
Jelmer Vernooij
2010-11-05
5
-6
/
+13
*
wafsamba: Use project name variable rather than hardcoding 'samba4'.
Jelmer Vernooij
2010-11-05
1
-2
/
+2
*
wafsamba: Drop private library prefix when installing private libraries
Jelmer Vernooij
2010-11-05
1
-2
/
+5
*
wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.
Jelmer Vernooij
2010-11-05
1
-2
/
+2
*
Add --disable-rpath-private-install flag.
Jelmer Vernooij
2010-11-05
2
-4
/
+20
*
Add --with-privatelibdir build option.
Jelmer Vernooij
2010-11-05
2
-1
/
+11
*
samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.
Jelmer Vernooij
2010-11-05
1
-1
/
+1
*
selftest: Allow some tests to output empty subunit data.
Jelmer Vernooij
2010-11-05
1
-1
/
+1
*
s4-ldap_server Don't DEBUG() at level 2 every time a caller disconnects
Andrew Bartlett
2010-11-05
1
-3
/
+0
*
s4: don't run etags over .inst files
Andrew Tridgell
2010-11-04
1
-2
/
+2
*
compression: added a simple lzxpress test
Andrew Tridgell
2010-11-04
1
-1
/
+48
*
compression: fixed an uninitialised data but in lzxpress
Andrew Tridgell
2010-11-04
1
-0
/
+2
*
s3: Remove the use of cli_send_trans from cli_get_fs_full_size_info
Volker Lendecke
2010-11-04
3
-55
/
+41
*
s4:ldap.py/passwords.py - just use objectclass "user" for users
Matthias Dieter Wallnöfer
2010-11-04
2
-7
/
+7
*
s3: Remove an unused prototype
Volker Lendecke
2010-11-04
1
-17
/
+0
*
s4:dsdb/objectclass_attrs: not all objects have delete protected attributes a...
Stefan Metzmacher
2010-11-04
1
-0
/
+14
*
s4:dsdb/samdb: optimize samldb_prim_group_change()
Stefan Metzmacher
2010-11-04
1
-60
/
+60
*
s4:dsdb/common: fix memory leak in samdb_ntds_settings_dn()
Stefan Metzmacher
2010-11-04
1
-1
/
+1
*
s4:dsdb/kcc: fix memory leak in kcctpl_copy_output_edges()
Stefan Metzmacher
2010-11-04
1
-0
/
+1
*
s3-waf: add check for httpConnect and httpConnectEncrypt.
Günther Deschner
2010-11-04
1
-0
/
+1
*
s4-ldb_module.h: use LDB error code for ldb_error() macro rather than LDB_DEB...
Kamen Mazdrashki
2010-11-04
1
-1
/
+1
*
s4-devel: Verify prefixMap is saved correctly in LDB on disk
Kamen Mazdrashki
2010-11-04
1
-0
/
+146
*
urgent_replication: forbid empty subunit output.
Jelmer Vernooij
2010-11-04
1
-1
/
+1
*
selftest: Allow some tests to output empty subunit data.
Jelmer Vernooij
2010-11-04
1
-7
/
+12
*
s4-dsdb Fix urgent_replication test not to set an invalid userAccountControl
Andrew Bartlett
2010-11-04
1
-2
/
+3
*
urgent_replication: Fix syntax error.
Jelmer Vernooij
2010-11-04
1
-1
/
+1
*
s4-dsdb: use LDB_FLAG_MOD_REPLACE for isDeleted
Andrew Tridgell
2010-11-04
1
-1
/
+1
*
s4-dsdb: use LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK in dsdb
Andrew Tridgell
2010-11-04
2
-2
/
+8
*
s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK
Andrew Tridgell
2010-11-04
2
-13
/
+12
*
s4-ldb: don't load modules from the same directory twice
Andrew Tridgell
2010-11-04
1
-4
/
+4
*
s4-ldb: honor controls on search in ldbedit
Andrew Tridgell
2010-11-04
3
-1
/
+81
*
Move the checking of single valued attributes back into the tdb backend.
Andrew Tridgell
2010-11-04
2
-12
/
+44
*
s4-test: fixed quoting in deletetest.py
Andrew Tridgell
2010-11-04
1
-1
/
+1
*
s4-auth: unconditionally set previous_ev
Andrew Tridgell
2010-11-04
1
-3
/
+1
*
debug: fixed default debug settings
Andrew Tridgell
2010-11-04
2
-1
/
+7
*
Speed test with user objects
Zahari Zahariev
2010-11-04
1
-0
/
+191
*
librpc/ndr: use new strlen_m_ext_term() in ndr_charset_length(): fix bug #7594
Michael Adam
2010-11-03
1
-2
/
+2
*
lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()
Michael Adam
2010-11-03
1
-5
/
+8
*
lib/util/charset/util_unistr: clarify the comment header for strlen_m().
Michael Adam
2010-11-03
1
-5
/
+6
*
lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...
Michael Adam
2010-11-03
2
-0
/
+12
*
lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...
Michael Adam
2010-11-03
2
-10
/
+51
*
lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.
Michael Adam
2010-11-03
2
-0
/
+8
*
lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...
Michael Adam
2010-11-03
1
-5
/
+5
*
lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...
Michael Adam
2010-11-03
2
-11
/
+37
*
s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...
Michael Adam
2010-11-03
2
-0
/
+11
*
s3:lib/util_str: add strlen_m_ext() that takes input and output charset
Michael Adam
2010-11-03
2
-13
/
+57
*
s3:lib/util_str: clarify the comment header for strlen_m().
Michael Adam
2010-11-03
1
-4
/
+6
*
s3:lib/charcnv: clarify comments in next_codepoint_ext()
Michael Adam
2010-11-03
1
-2
/
+2
[prev]
[next]