summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-06-22s4-dsdb: prioritise GUID in extended_dn_inAndrew Tridgell1-8/+11
2011-06-22s4-dsdb: catch duplicate matches in extended_dn_inAndrew Tridgell1-0/+12
2011-06-22s4:auth/kerberos: protect kerberos_kinit_password_cc() against old KDCsStefan Metzmacher1-1/+47
2011-06-22s4:auth/kerberos: remove one indentation level in kerberos_kinit_password_cc()Stefan Metzmacher1-94/+99
2011-06-22s4:auth/kerberos: reformat kerberos_kinit_password_cc()Stefan Metzmacher1-32/+41
2011-06-22s4:auth/kerberos: don't mix s4u2self creds with machine account credsStefan Metzmacher1-24/+76
2011-06-22s4:auth/kerberos: use better variable names in kerberos_kinit_password_cc()Stefan Metzmacher1-27/+41
2011-06-22s4:auth/kerberos: don't ignore return code in kerberos_kinit_password_cc()Stefan Metzmacher1-0/+2
2011-06-22samba-tool: added missing GUID component checks to dbcheckAndrew Tridgell1-4/+93
2011-06-22pyldb: added methods to get/set extended components on DNsAndrew Tridgell1-0/+51
2011-06-22pydsdb: added get_syntax_oid_from_lDAPDisplayName()Andrew Tridgell2-0/+45
2011-06-22ldb: added extended_str() method to pyldbAndrew Tridgell1-0/+16
2011-06-22ldb: expose syntax oids to pythonAndrew Tridgell1-0/+10
2011-06-22samba-tool: try to keep dbcheck.py in a logical orderingAndrew Tridgell1-29/+38
2011-06-22s4-dsdb: don't add zero GUID to BINARY_DNAndrew Tridgell1-9/+11
2011-06-21s4-smbtorture: rework the spoolss notify test a bit.Günther Deschner1-16/+15
2011-06-21s4-smbtorture: use ipv4 addresses for backchannel spoolss change notifyGünther Deschner1-1/+1
2011-06-21s4/auth: Trivial spelling fixes.Brad Hards2-6/+6
2011-06-21build: move dynconfig for top level build upAndrew Bartlett1-115/+0
2011-06-21s4-param Autogenerate the loadparm_globals and loadparm_service tablesAndrew Bartlett3-153/+226
2011-06-21selftest: Run tests for libsmbclient and libnetapiAndrew Bartlett2-1/+6
2011-06-21s4-torture Enable libnetapi and libsmbclient tests using combined buildAndrew Bartlett4-27/+25
2011-06-21s4-cmdline: Rename popt tables to avoid symbol conflictsAndrew Bartlett3-12/+12
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett1-6/+0
2011-06-21s4-param Add my authorship to this scriptAndrew Bartlett1-2/+3
2011-06-20Use tevent_req_oomVolker Lendecke4-5/+5
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell1-1/+1
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell1-2/+5
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell3-29/+51
2011-06-20tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell1-0/+4
2011-06-20ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell3-6/+6
2011-06-20tdb_unlockall/tdb_unlockall_read: ignore return value.Rusty Russell1-1/+2
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2-3/+3
2011-06-20tdb_transaction_cancel: ignore return value.Rusty Russell1-4/+1
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell3-3/+3
2011-06-20tdb_delete: check returns for 0, not -1.Rusty Russell1-1/+1
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell7-15/+17
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell15-20/+25
2011-06-20pyldb: add unit test for get(myattribute, defVal)Matthieu Patou1-0/+5
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett26-116/+116
2011-06-20libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett5-169/+3
2011-06-20s3-libcli Remove unused error mapping tablesAndrew Bartlett1-549/+0
2011-06-20build: Put lockdir and cachedir in FHS-like locations by defaultAndrew Bartlett1-2/+2
2011-06-20s4-build Change default paths and --with flags for a 4.0 releaseAndrew Bartlett1-58/+20
2011-06-20s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ...Matthieu Patou1-0/+14
2011-06-19s4: create script to find provision ranges for old provision without this inf...Matthieu Patou1-0/+174
2011-06-19s4-sambatool: extract the confirm function in a separte module for reuseMatthieu Patou2-10/+36
2011-06-19s4-samba-tool: remove unused importsMatthieu Patou1-2/+1
2011-06-19s4-samba-tool: use correct object notation ie. obj.method rather than method(...Matthieu Patou1-37/+31
2011-06-19s4-sambatool: use correct way to call class methodsMatthieu Patou1-53/+54