summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-28selftest: run pdbtest against s3dc as wellAndrew Bartlett2-4/+4
2012-06-28selftest: use a loop rather than declare tests for both dc and s3dcAndrew Bartlett1-16/+16
2012-06-28librpc/ndr: Initilaise the remainder of struct dom_sid after a pullAndrew Bartlett1-0/+1
2012-06-28s4-torture: fix typo in samlogon test.Günther Deschner1-1/+1
2012-06-28s4-torture: use torture context for printing debug output.Günther Deschner1-111/+97
2012-06-28s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.hVolker Lendecke1-1/+0
2012-06-28s3:smbd: change nt_open_pipe() to uint16_t pnum/fnumStefan Metzmacher1-3/+3
2012-06-28s3:smb2_create: add usefull DEBUG() messageStefan Metzmacher1-0/+3
2012-06-28s3:smbd/files: fsp->fnum is uint64_t not int!Stefan Metzmacher1-3/+3
2012-06-28s3:brlock: s/int/uint64_t for fnumStefan Metzmacher1-1/+1
2012-06-28s3:brlock: add some const to print_lock_struct()Stefan Metzmacher1-1/+1
2012-06-28s3:wscript: use LOCKING subsystem for smbtorture3Stefan Metzmacher1-1/+2
2012-06-28source4/smbd/pidfile: don't panic if pid file is corrupt.Rusty Russell1-0/+3
2012-06-28replace: define INT64_MAX when not definedBjörn Jacke1-0/+4
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett23-33/+33
2012-06-27s3-pdb_samba4: Remove dupliate profilePath handlingAndrew Bartlett1-6/+0
2012-06-27s4-selftest: expand passdb testingAndrew Bartlett2-0/+102
2012-06-27s3-pdbtest: Initialise more elements for testingAndrew Bartlett1-0/+8
2012-06-27s3-pdb_samba4: Add support for lastLogon and lastLogoffAndrew Bartlett1-2/+10
2012-06-27s3-pdb_samba4: Fix time handling, use nt_time_to_unix()Andrew Bartlett1-1/+1
2012-06-27lib/ldb: Print trace messages for modify correctlyAndrew Bartlett1-1/+1
2012-06-27s4-selftest: Test login with a password expired userAndrew Bartlett2-0/+34
2012-06-27s4-dsdb when setting DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID make it non-cr...Andrew Bartlett1-1/+7
2012-06-27s4-dsdb: Remove hooks for non-directory password handlingAndrew Bartlett1-12/+0
2012-06-27selftest: allow NSS_WRAPPER_* vars to be exported to the environmentAndrew Bartlett1-1/+6
2012-06-27selftest: Add extra users to nss_wrapperAndrew Bartlett2-2/+4
2012-06-27s3-pdbtest: show mis-matching timesAndrew Bartlett1-4/+12
2012-06-27s3:registry: change reg_import.c according to coding guidelines.Michael Adam1-53/+47
2012-06-27s3:registry: use TALLOC_CTX * instead of const void * in reg_import_adapter()Michael Adam2-2/+2
2012-06-27s3: add a tool "cclean" to cleanup orphaned entries from connections.tdbGregor Beck3-1/+324
2012-06-27s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...Gregor Beck2-5/+19
2012-06-27s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...Gregor Beck1-6/+17
2012-06-27s3-printing: fix broken print_job_get_name() returnDavid Disseldorp1-1/+2
2012-06-27s3:test_net_registry_check.sh: grep -E isn't portable, use egrepBjörn Jacke1-1/+1
2012-06-27tests: make test_ldb portable, eliminate "local" keywordBjörn Jacke1-10/+6
2012-06-26s3:net registry import: implement dry-run with "--test"Michael Adam1-0/+6
2012-06-26s3:net registry import: add an assertMichael Adam1-0/+2
2012-06-26s3:net registry import: reduce indentationMichael Adam1-7/+8
2012-06-26s3:net registry import: fix the return code when transaction commit failsMichael Adam1-1/+1
2012-06-26s3:net registry import: improve regdb_open/close layeringMichael Adam1-3/+4
2012-06-26s3:net registry import: untangle nested function callsMichael Adam1-3/+8
2012-06-26s3:net registry import: reduce indentation and untangle assignment from checkMichael Adam1-4/+9
2012-06-26s3:net registry import: move precheck-and-import code to its own functionMichael Adam1-9/+20
2012-06-26s3:net registry: fix violation of coding conventionsGregor Beck1-32/+35
2012-06-26s3:net registry import: add option --precheckGregor Beck3-5/+197
2012-06-26s3:registry: add function registry_value_cmp()Gregor Beck2-0/+10
2012-06-26s3:net registry import: check return values + codecleanupGregor Beck1-16/+30
2012-06-26s3:net registry: fix output of dwords with sign bit setGregor Beck1-1/+1
2012-06-26s3:registry: fix possible double free in importGregor Beck1-0/+1
2012-06-26s3:registry: improve debug output in reg_parseGregor Beck1-1/+2