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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-22
samba-tool: allow for running dbcheck against a remove ldap server
Andrew Tridgell
1
-5
/
+14
2011-06-22
samba-tool: expanded dbcheck DN checking
Andrew Tridgell
1
-21
/
+104
2011-06-22
s4-dsdb: prioritise GUID in extended_dn_in
Andrew Tridgell
1
-8
/
+11
2011-06-22
s4-dsdb: catch duplicate matches in extended_dn_in
Andrew Tridgell
1
-0
/
+12
2011-06-22
s4:auth/kerberos: protect kerberos_kinit_password_cc() against old KDCs
Stefan Metzmacher
1
-1
/
+47
2011-06-22
s4:auth/kerberos: remove one indentation level in kerberos_kinit_password_cc()
Stefan Metzmacher
1
-94
/
+99
2011-06-22
s4:auth/kerberos: reformat kerberos_kinit_password_cc()
Stefan Metzmacher
1
-32
/
+41
2011-06-22
s4:auth/kerberos: don't mix s4u2self creds with machine account creds
Stefan Metzmacher
1
-24
/
+76
2011-06-22
s4:auth/kerberos: use better variable names in kerberos_kinit_password_cc()
Stefan Metzmacher
1
-27
/
+41
2011-06-22
s4:auth/kerberos: don't ignore return code in kerberos_kinit_password_cc()
Stefan Metzmacher
1
-0
/
+2
2011-06-22
samba-tool: added missing GUID component checks to dbcheck
Andrew Tridgell
1
-4
/
+93
2011-06-22
pyldb: added methods to get/set extended components on DNs
Andrew Tridgell
1
-0
/
+51
2011-06-22
pydsdb: added get_syntax_oid_from_lDAPDisplayName()
Andrew Tridgell
2
-0
/
+45
2011-06-22
ldb: added extended_str() method to pyldb
Andrew Tridgell
1
-0
/
+16
2011-06-22
ldb: expose syntax oids to python
Andrew Tridgell
1
-0
/
+10
2011-06-22
samba-tool: try to keep dbcheck.py in a logical ordering
Andrew Tridgell
1
-29
/
+38
2011-06-22
s4-dsdb: don't add zero GUID to BINARY_DN
Andrew Tridgell
1
-9
/
+11
2011-06-21
s4-smbtorture: rework the spoolss notify test a bit.
Günther Deschner
1
-16
/
+15
2011-06-21
s4-smbtorture: use ipv4 addresses for backchannel spoolss change notify
Günther Deschner
1
-1
/
+1
2011-06-21
s4/auth: Trivial spelling fixes.
Brad Hards
2
-6
/
+6
2011-06-21
build: move dynconfig for top level build up
Andrew Bartlett
1
-115
/
+0
2011-06-21
s4-param Autogenerate the loadparm_globals and loadparm_service tables
Andrew Bartlett
3
-153
/
+226
2011-06-21
selftest: Run tests for libsmbclient and libnetapi
Andrew Bartlett
2
-1
/
+6
2011-06-21
s4-torture Enable libnetapi and libsmbclient tests using combined build
Andrew Bartlett
4
-27
/
+25
2011-06-21
s4-cmdline: Rename popt tables to avoid symbol conflicts
Andrew Bartlett
3
-12
/
+12
2011-06-21
lib/util: Use common d_printf() in the whole codebase
Andrew Bartlett
1
-6
/
+0
2011-06-21
s4-param Add my authorship to this script
Andrew Bartlett
1
-2
/
+3
2011-06-20
Use tevent_req_oom
Volker Lendecke
4
-5
/
+5
2011-06-20
tdb2: tie it into build process if --enable-tdb2-breaks-compat
Rusty Russell
1
-1
/
+1
2011-06-20
tdb2: create tdb2 versions of various testing TDBs.
Rusty Russell
1
-2
/
+5
2011-06-20
tdb_compat: use tdb_open_compat.
Rusty Russell
3
-29
/
+51
2011-06-20
tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
Rusty Russell
1
-0
/
+4
2011-06-20
ldb: replace 'struct TDB_DATA' with 'TDB_DATA'
Rusty Russell
3
-6
/
+6
2011-06-20
tdb_unlockall/tdb_unlockall_read: ignore return value.
Rusty Russell
1
-1
/
+2
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
2
-3
/
+3
2011-06-20
tdb_transaction_cancel: ignore return value.
Rusty Russell
1
-4
/
+1
2011-06-20
tdb_store: check returns for 0, not -1.
Rusty Russell
3
-3
/
+3
2011-06-20
tdb_delete: check returns for 0, not -1.
Rusty Russell
1
-1
/
+1
2011-06-20
tdb_fetch_compat: use instead of tdb_fetch.
Rusty Russell
7
-15
/
+17
2011-06-20
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
15
-20
/
+25
2011-06-20
pyldb: add unit test for get(myattribute, defVal)
Matthieu Patou
1
-0
/
+5
2011-06-20
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
26
-116
/
+116
2011-06-20
libcli/util Bring samba4 unix -> nt_status code in common.
Andrew Bartlett
5
-169
/
+3
2011-06-20
s3-libcli Remove unused error mapping tables
Andrew Bartlett
1
-549
/
+0
2011-06-20
build: Put lockdir and cachedir in FHS-like locations by default
Andrew Bartlett
1
-2
/
+2
2011-06-20
s4-build Change default paths and --with flags for a 4.0 release
Andrew Bartlett
1
-58
/
+20
2011-06-20
s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ...
Matthieu Patou
1
-0
/
+14
2011-06-19
s4: create script to find provision ranges for old provision without this inf...
Matthieu Patou
1
-0
/
+174
2011-06-19
s4-sambatool: extract the confirm function in a separte module for reuse
Matthieu Patou
2
-10
/
+36
2011-06-19
s4-samba-tool: remove unused imports
Matthieu Patou
1
-2
/
+1
[prev]
[next]