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