index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-20
ldb:ldb_index.c - fix some memory leaks
Matthias Dieter Wallnöfer
1
-1
/
+6
2010-10-20
ldb:ldb_index.c - let "ldb_module_oom" generate the return code
Matthias Dieter Wallnöfer
1
-15
/
+8
2010-10-20
ldb:ldb_cache.c - fix memory contexts and memory leaks
Matthias Dieter Wallnöfer
1
-3
/
+4
2010-10-20
ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriate
Matthias Dieter Wallnöfer
2
-12
/
+12
2010-10-20
ldb:ldb_pack.c - remove superflous "message->elements = NULL"
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-20
libcli/security/access_check.c - fix a memory leak
Matthias Dieter Wallnöfer
1
-7
/
+12
2010-10-20
s3: Add some DEBUG
Volker Lendecke
1
-0
/
+2
2010-10-20
s3: Cope with EINTR in smbd_[un]lock_socket
Volker Lendecke
1
-2
/
+10
2010-10-20
libcli/ldap Don't try and encode a control with a NULL OID
Andrew Bartlett
1
-0
/
+6
2010-10-19
autobuild: create an autobuild.pid file
Andrew Tridgell
1
-0
/
+9
2010-10-19
s4-mailslot: fixed handling of random collision in temporary mailslot names
Andrew Tridgell
1
-1
/
+1
2010-10-19
Fix shadow warning for "access" variable.
Jeremy Allison
1
-3
/
+3
2010-10-19
Add deadtime detection for SMB2. Correctly update lastused timestamp across a...
Jeremy Allison
2
-30
/
+76
2010-10-19
Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...
Jeremy Allison
1
-32
/
+105
2010-10-19
Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.
Jeremy Allison
1
-20
/
+27
2010-10-19
Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...
Jeremy Allison
4
-7
/
+11
2010-10-19
s3-waf Use LIBSECRUITY subsystem from the common wscript_build
Andrew Bartlett
1
-24
/
+9
2010-10-19
s3-waf: all subsystems complete now, no need for this loop anymore.
Günther Deschner
1
-26
/
+0
2010-10-19
s3-waf: convert rpc into a subsystem.
Günther Deschner
2
-63
/
+140
2010-10-19
s4:nbt_server - fix a LDB counter type
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-19
s4-dsdb Reset the error string after 'expected' errors.
Andrew Bartlett
1
-0
/
+1
2010-10-19
s4-dsdb Add module to send only 'simple' DNs to OpenLDAP backends
Andrew Bartlett
3
-2
/
+83
2010-10-19
s4-dsdb Allow LDB_ERR_INVALID_DN_SYNTAX in dsdb_load_partition_usn
Andrew Bartlett
1
-1
/
+1
2010-10-19
s4-auth Add DEBUG() for invalid DNs and errors expanding user groups.
Andrew Bartlett
1
-0
/
+5
2010-10-19
ldb:"ldb_schema_attribute_by_name_internal" - support the whole unsigned int ...
Matthias Dieter Wallnöfer
1
-7
/
+5
2010-10-19
s4:dsdb/schema/schema_init.c - remove a duplicated "talloc_free"
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-19
s4:samdb.py - remove a pointless comment
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-19
s4:samdb.py - use a more standard way to get to the domain realm/dns name
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-10-19
Addition of userPrincipalName attribute when new account is created
Lukasz Zalewski
1
-0
/
+2
2010-10-19
s4-gensec Don't give more to sasl_encode() than it will permit
Andrew Bartlett
1
-3
/
+10
2010-10-19
s4-gensec Don't upgrade all DIGEST-MD5 connections to seal
Andrew Bartlett
1
-12
/
+21
2010-10-19
s4-provisionbackend Allow a fixed URI to be specified for LDAP backend
Andrew Bartlett
3
-54
/
+72
2010-10-19
s4-provision Remove serverdn parameter from Schema()
Andrew Bartlett
4
-14
/
+7
2010-10-19
s4-dsdb: register the DCPROMO_OID control with the rootdse
Andrew Tridgell
1
-0
/
+7
2010-10-19
selftest: terminate selftest if we can't setup the environment
Andrew Tridgell
1
-2
/
+3
2010-10-19
s4-ldb: increase minor version for 2 new functions
Andrew Tridgell
2
-1
/
+229
2010-10-19
s4-ldap: mark all ldap:// requests as untrusted
Andrew Tridgell
1
-0
/
+21
2010-10-19
s4-dsdb: filter unregistered controls in the rootdse module
Andrew Tridgell
1
-19
/
+84
2010-10-19
s4-ldb: cope with NULL oid in controls
Andrew Tridgell
2
-9
/
+11
2010-10-19
s4-ldb: added --relax cmdline option
Andrew Tridgell
1
-0
/
+9
2010-10-19
s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()
Andrew Tridgell
3
-0
/
+30
2010-10-19
waf: put -Wl,-no-undefined only in the linker flags, not when compiling C
Andrew Tridgell
3
-6
/
+31
2010-10-19
waf: don't save deps on install
Andrew Tridgell
1
-1
/
+2
2010-10-19
waf: automap shared library names from .so to the right extension
Andrew Tridgell
4
-11
/
+58
2010-10-19
readline: fixed the test for history_list()
Andrew Tridgell
1
-1
/
+1
2010-10-19
replace: cope with systems that have fdatasync(), but don't have the prototype
Andrew Tridgell
3
-1
/
+7
2010-10-18
s4:ldap_server - use error code constant
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-18
ldb: always return PROTOCOL_ERROR if an operation is unsupported
Matthias Dieter Wallnöfer
4
-4
/
+4
2010-10-18
selftest: use full path for selftest.pl instead of relative paths
Matthieu Patou
1
-1
/
+2
2010-10-18
selftest: correct the import of Time::HighRes
Matthieu Patou
1
-2
/
+3
[next]