s3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_local_record()
[mat/samba.git] / source3 /
2012-06-29 Michael Adams3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_lo...
2012-06-29 Michael Adams3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()
2012-06-29 Michael Adams3:dbwrap_ctdb: expand the comment for the db_ctdb_can_...
2012-06-29 Michael Adams3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_...
2012-06-29 Michael Adams3:dbrwap_ctdb: remove commented out legacy code
2012-06-29 Michael Adams3:dbwrap_ctdb: fix fetch/fetch_locked when samba is...
2012-06-29 Stefan Metzmachers3:smb2_server: remove max_charge check in smbd_smb2_re...
2012-06-29 Björn Jackes3:build: tell linker to use corefoundation on all...
2012-06-29 Björn Jackes3: merge bsd_statvfs and darwin_statvfs
2012-06-29 Rusty Russellccan: we're subsystems, not a library.
2012-06-29 Jeremy AllisonMove back to using per-thread credentials on Linux...
2012-06-29 Jeremy AllisonReplace all uses of setXX[ug]id() and setgroups with...
2012-06-28 Stefan Metzmachers3:param: change "server max protocol" to "SMB2" (SMB2_10)
2012-06-28 Stefan Metzmachers3:smb2_server: make the logic in smbd_smb2_request_ver...
2012-06-28 Stefan Metzmachers3:smb2_server: simplify smbd_smb2_request_verify_credi...
2012-06-28 Stefan Metzmachers3:smb2_negprot: support SMB2_CAP_LARGE_MTU on everythi...
2012-06-28 Stefan Metzmachers3:smb2_server: grant extra credits for multi-credit...
2012-06-28 Stefan Metzmachers3:smb2_server: implement credit granting similar to...
2012-06-28 Stefan Metzmachers3:smb2_server: make sure sequence numbers don't wrap...
2012-06-28 Stefan Metzmachers3:smb2_server: make sure we don't grant more credits...
2012-06-28 Stefan Metzmachers3:smb2_server: check the credit_charge against the...
2012-06-28 Stefan Metzmachers3:smb2_server: split out a smb2_validate_sequence_numb...
2012-06-28 Stefan Metzmachers3:smb2_server: clear sequence window if we got the...
2012-06-28 Stefan Metzmachers3:smb2_server: fix calculation of the next bitmap_offset
2012-06-28 Stefan Metzmachers3:smb2_server: remove unused and confusing DEFAULT_SMB...
2012-06-28 Stefan Metzmachers3:smb2_server: call smbd_smb2_request_validate() also...
2012-06-28 Stefan Metzmachers3:smb2_server: start the connection with one credit...
2012-06-28 Björn Jackes3: fine tune and clean up statvfs tests
2012-06-28 Volker Lendeckes3: Fix compilation of pthreadpool_sync.c on platforms...
2012-06-28 Stefan Metzmachers3:smbd: change nt_open_pipe() to uint16_t pnum/fnum
2012-06-28 Stefan Metzmachers3:smb2_create: add usefull DEBUG() message
2012-06-28 Stefan Metzmachers3:smbd/files: fsp->fnum is uint64_t not int!
2012-06-28 Stefan Metzmachers3:brlock: s/int/uint64_t for fnum
2012-06-28 Stefan Metzmachers3:brlock: add some const to print_lock_struct()
2012-06-28 Stefan Metzmachers3:wscript: use LOCKING subsystem for smbtorture3
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-06-27 Andrew Bartletts3-pdb_samba4: Remove dupliate profilePath handling
2012-06-27 Andrew Bartletts3-pdbtest: Initialise more elements for testing
2012-06-27 Andrew Bartletts3-pdb_samba4: Add support for lastLogon and lastLogoff
2012-06-27 Andrew Bartletts3-pdb_samba4: Fix time handling, use nt_time_to_unix()
2012-06-27 Andrew Bartletts3-pdbtest: show mis-matching times
2012-06-27 Michael Adams3:registry: change reg_import.c according to coding...
2012-06-27 Michael Adams3:registry: use TALLOC_CTX * instead of const void...
2012-06-27 Gregor Becks3: add a tool "cclean" to cleanup orphaned entries...
2012-06-27 Gregor Becks3:conn_tdb: add a function connections_fetch_entry_ext...
2012-06-27 Gregor Becks3:lib:dbwrap: fix return value of db_ctdb_traverse...
2012-06-27 David Disseldorps3-printing: fix broken print_job_get_name() return
2012-06-27 Björn Jackes3:test_net_registry_check.sh: grep -E isn't portable...
2012-06-26 Michael Adams3:net registry import: implement dry-run with "--test"
2012-06-26 Michael Adams3:net registry import: add an assert
2012-06-26 Michael Adams3:net registry import: reduce indentation
2012-06-26 Michael Adams3:net registry import: fix the return code when transa...
2012-06-26 Michael Adams3:net registry import: improve regdb_open/close layering
2012-06-26 Michael Adams3:net registry import: untangle nested function calls
2012-06-26 Michael Adams3:net registry import: reduce indentation and untangle...
2012-06-26 Michael Adams3:net registry import: move precheck-and-import code...
2012-06-26 Gregor Becks3:net registry: fix violation of coding conventions
2012-06-26 Gregor Becks3:net registry import: add option --precheck
2012-06-26 Gregor Becks3:registry: add function registry_value_cmp()
2012-06-26 Gregor Becks3:net registry import: check return values + codecleanup
2012-06-26 Gregor Becks3:net registry: fix output of dwords with sign bit set
2012-06-26 Gregor Becks3:registry: fix possible double free in import
2012-06-26 Gregor Becks3:registry: improve debug output in reg_parse
2012-06-26 Gregor Becks3:registry: add functions to conveniently create regis...
2012-06-26 Gregor Becks3:registry: silence net_deletekey_recursive
2012-06-26 Michael Adams3:registry: make reg_delete_path() delete the path...
2012-06-26 Gregor Becks3:registry: compile reg_create_path() & reg_delete_path()
2012-06-26 Björn Jackes3:test_registry_upgrade: make more portable and elimin...
2012-06-26 David Disseldorps3-printing: use euid for vlp job tracking
2012-06-26 David Disseldorps3-printing: fill print_generic sysjob id on job submission
2012-06-26 David Disseldorps3-printing: pass lpq command to job_submit
2012-06-26 David Disseldorps3-printing: remove unused print_job_fname()
2012-06-26 David Disseldorps3-printing: pass a talloc ctx to unpack_pjob
2012-06-26 David Disseldorps3-printing: return talloced print jobs
2012-06-26 David Disseldorps3-printing: clean up print_job_pause/resume interface
2012-06-26 David Disseldorps3-printing: fix potential print db refcount leak
2012-06-26 David Disseldorps3-spoolss: remove duplicate "." in smbd spooler path
2012-06-26 David Disseldorps3-printing: remove print_parse_jobid()
2012-06-26 David Disseldorps3-printing: remove redundant variable set
2012-06-26 David Disseldorps3-printing: remove print_parse_jobid() calls from...
2012-06-26 David Disseldorps3-printing: rename queue->job sysjob
2012-06-26 David Disseldorps3-printing: remove print_parse_jobid() from print_cups.c
2012-06-26 David Disseldorps3-printing: store print jobid as part of struct printjob
2012-06-26 Andrew Bartletts3-pdbtest: Fix pdbtest to compare the same fields
2012-06-26 Andrew Bartletts3-pdbtest: Report and handle errors in pdb->getsampwnam()
2012-06-26 Andrew Bartletts3-pdb_samba4: Allocate and free a talloc_stackframe...
2012-06-26 Volker Lendeckes3: Restore async i/o with the "native" AIO interface
2012-06-26 Stefan Metzmachers3:smbXsrv_tcon: pass max_tcons explicitly for smbXsrv_...
2012-06-26 Stefan Metzmachers3:smbXsrv_session: pass max_sessions explicitly for...
2012-06-25 Björn Jackes3:test_net_registry_check: eliminate "local" keyword...
2012-06-25 Björn Jackes3:Makefile: use our "$MAKE" instead of "make" in our...
2012-06-25 Stefan Metzmachers3:selftest: run SMB2-SESSION-RECONNECT
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of smb2srv_session_close_pr...
2012-06-25 Stefan Metzmachers3:smbXsrv_session: react on MSG_SMBXSRV_SESSION_CLOSE
2012-06-25 Stefan Metzmachers3:smbXsrv_session: add smb2srv_session_close_previous_...
2012-06-25 Stefan Metzmachers3:smbXsrv.idl: add smbXsrv_session_close*
2012-06-25 Stefan Metzmachers3:messaging.idl: define MSG_SMBXSRV_SESSION_CLOSE
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: inline gensec_session_info() call
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of gensec_update_send/recv
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: inline most of smbd_smb2_session_setup()
next