summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-29s3:smb2_server: check the credit_charge against the already granted creditsStefan Metzmacher1-7/+12
2012-06-29s3:smb2_server: split out a smb2_validate_sequence_number() functionStefan Metzmacher1-40/+77
2012-06-29s3:smb2_server: clear sequence window if we got the lowest sequence idStefan Metzmacher1-2/+2
2012-06-29s3:smb2_server: fix calculation of the next bitmap_offsetStefan Metzmacher1-1/+1
2012-06-29s3:smb2_server: remove unused and confusing DEFAULT_SMB2_MAX_CREDIT_BITMAP_FA...Stefan Metzmacher2-8/+4
2012-06-29s3:smb2_server: call smbd_smb2_request_validate() also in smbd_smb2_first_neg...Stefan Metzmacher1-0/+6
2012-06-29s3:smb2_server: start the connection with one credit granted to the clientStefan Metzmacher1-1/+1
2012-06-28s3: fine tune and clean up statvfs testsBjörn Jacke2-9/+8
2012-06-28docs-xml: fix typos and format in smb.conf server max protocol manBjörn Baumbach4-25/+51
2012-06-28packaging(RHEL-CTDB): fix build dependenciesBjörn Baumbach1-2/+2
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