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
...
*
cifs.upcall: Fix Bug #6868: support building with Heimdal we well as with MIT.
Günther Deschner
2009-11-12
1
-18
/
+16
*
s3-kerberos: add smb_krb5_principal_get_realm().
Günther Deschner
2009-11-12
2
-0
/
+27
*
s4:repl_meta_data Parse linked attributes with schema syntaxes
Andrew Bartlett
2009-11-12
1
-39
/
+44
*
s4:dsdb/schema Add more unit tests for DN+Binary syntaxes
Andrew Bartlett
2009-11-12
1
-4
/
+9
*
s4:torture Use (some) torture_assert() calls in RPC-DSSYNC test
Andrew Bartlett
2009-11-12
1
-5
/
+4
*
s4:dsdb Improve debug message in extended_dn_out
Andrew Bartlett
2009-11-12
1
-1
/
+3
*
s4:torture Remove _drs_util_verify_attids() from RPC-DSSYNC
Andrew Bartlett
2009-11-12
2
-87
/
+0
*
s4:torture/dsdb Add verification of the push-to-LDB functions in RPC-DSSYNC
Andrew Bartlett
2009-11-12
1
-23
/
+260
*
s4:torture Add const
Andrew Bartlett
2009-11-12
1
-1
/
+1
*
s4:ldb Allow ldb_msg_canonicalize to handle empty elements
Andrew Bartlett
2009-11-12
1
-1
/
+1
*
s4:dsdb/schema Allow a schema set when bound against a remote LDAP server
Andrew Bartlett
2009-11-12
1
-3
/
+3
*
s4:ldb Don't segfault if we somehow get an unknown extended dn element
Andrew Bartlett
2009-11-12
1
-0
/
+8
*
s4:ldb Change ldb_request_add_control to the normal 'for loop' pattern
Andrew Bartlett
2009-11-12
1
-2
/
+1
*
s4:torture Convert RPC-DSSYNC test to use LDB rather than raw LDAP
Andrew Bartlett
2009-11-12
1
-49
/
+28
*
NET-API-BECOME-DC: resolve the host name to an address before calling
Stefan Metzmacher
2009-11-12
1
-2
/
+16
*
s4:dsdb Add expected value tests for most DRS syntax conversions
Andrew Bartlett
2009-11-12
4
-8
/
+159
*
s4:Fix regression in dsdb_dn code - all parses of the DN would be rejected
Andrew Bartlett
2009-11-12
1
-2
/
+6
*
s4:provision Add C binding to get at the generate schema
Andrew Bartlett
2009-11-12
3
-0
/
+86
*
s4:provision Remove unused 'sambadn' parameter
Andrew Bartlett
2009-11-12
2
-10
/
+4
*
s4:dsdb/repl Split the 'convert' or 'commit' stages in the DRS import
Andrew Bartlett
2009-11-12
4
-95
/
+125
*
s4:dsdb/schema Simplify schema loading from ldb messages
Andrew Bartlett
2009-11-12
3
-115
/
+83
*
s4:vampire Print error message when we fail on the CLDAP ping
Andrew Bartlett
2009-11-12
1
-2
/
+7
*
s4:dsdb Cosmetic fixes found by metze in review of dsdb_dn changes
Andrew Bartlett
2009-11-12
3
-30
/
+38
*
s4:dsdb Ensure we allow 'odd' lengths for DN+String
Andrew Bartlett
2009-11-12
1
-5
/
+5
*
s4:ldb Add Well Known GUID (WKGUID) tests to ldap.py
Andrew Bartlett
2009-11-12
1
-0
/
+17
*
s4:dsdb Add extensive tests for the behaviour of dsdb_dn
Andrew Bartlett
2009-11-12
3
-2
/
+363
*
s4:ldb Remove DN+Binary code from the core ldb_dn
Andrew Bartlett
2009-11-12
1
-256
/
+6
*
s4:dsdb Use new dsdb_dn code in LDB modules and Samba4 schema
Andrew Bartlett
2009-11-12
4
-64
/
+99
*
s4:ldb-samba Use new ldb_any_comparison helper function in ldb-samba
Andrew Bartlett
2009-11-12
1
-41
/
+5
*
s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+String
Andrew Bartlett
2009-11-12
4
-1
/
+343
*
s4:ldb Add a helper function for 'canonicalise' both strings base compares
Andrew Bartlett
2009-11-12
2
-0
/
+33
*
lib/util Split data_blob_hex_string() into upper and lower
Andrew Bartlett
2009-11-12
11
-16
/
+39
*
Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...
Jeremy Allison
2009-11-11
5
-16
/
+17
*
Fix bug 6878 - Cannot change ACL's inherit flag.
Jeremy Allison
2009-11-11
1
-44
/
+108
*
mount.cifs: get rid of CONST_DISCARD
Jeff Layton
2009-11-11
1
-4
/
+3
*
s3/docs: Document "enable spoolss".
Karolin Seeger
2009-11-11
1
-0
/
+10
*
s3:vfs_fs_capabilities: fix a debug message
Michael Adam
2009-11-11
1
-1
/
+1
*
* install setup/display-specifiers files which are needed by provision script
TAKEDA Yasuma
2009-11-11
1
-0
/
+2
*
s3: Convert libsmb/cli_message to the async API
Volker Lendecke
2009-11-10
3
-142
/
+372
*
s4:dcesrv_samr - Add more checks for invalid levels
Matthias Dieter Wallnöfer
2009-11-10
1
-3
/
+27
*
Fixes for some tests not eorking against Windows or Samba.
Nadezhda Ivanova
2009-11-10
1
-12
/
+8
*
s3-rpc_client: make sure cli_rpc_pipe_open_schannel() does not always return ...
Günther Deschner
2009-11-10
1
-1
/
+3
*
s3-samr: implement _samr_ValidatePassword().
Günther Deschner
2009-11-10
1
-10
/
+118
*
s3-chgpasswd: split out a check_password_complexity() function.
Günther Deschner
2009-11-10
2
-22
/
+45
*
s4-smbtorture: strip trailing whitespace in RPC-SAMR.
Günther Deschner
2009-11-10
1
-2
/
+2
*
README.Coding: Fix typos.
Matt Kraai
2009-11-10
1
-7
/
+7
*
Fix bug 6880 - cannot list workgroup servers
Jeremy Allison
2009-11-09
1
-5
/
+14
*
s3-netlogon: enable RPC-NETLOGON-ADMIN test against s3.
Günther Deschner
2009-11-09
2
-5
/
+25
*
s4-smbtorture: re-arrange netlogon LogonControl test.
Günther Deschner
2009-11-09
2
-13
/
+65
*
s3: Try to avoid dns searches with an empty site
Volker Lendecke
2009-11-09
1
-1
/
+1
[prev]
[next]