rusty/samba.git
2012-06-29 Rusty Russellpatch smb2-server-no-pool-stealing.patch talloc-stack-wip
2012-06-29 Rusty Russelllibcli/auth/spnego_parse.c: don't allocate blob from...
2012-06-29 Rusty Russellsource3/locking/brlock.c: don't steal from talloc_tos()
2012-06-29 Rusty Russellsource3/lib/username: don't allocate talloc_tos() for...
2012-06-29 Rusty Russelldbwrap: don't steal off talloc_stackframe().
2012-06-29 Rusty Russellmsg_channel: don't allocate state->channel off stackframe
2012-06-29 Rusty Russellsource3/librpc/rpc/dcerpc_ep.c: don't steal off stackframe.
2012-06-29 Rusty Russellsmbd: can't use talloc_tos() for request, data.
2012-06-29 Rusty Russellauth: don't allocate session_info from pool.
2012-06-29 Rusty Russelltalloc: panic if we log in developer mode.
2012-06-29 Rusty Russell(throwaway) Extra debug stuff for finding what's stolen.
2012-06-29 Rusty Russelltalloc: allow stealing onto a child of the old pool.
2012-06-29 Rusty Russelltalloc: warn if we steal outside a pool.
2012-06-29 Rusty Russelltalloc: keep reference to pool even if we overflow it.
2012-06-29 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-29 Rusty Russellpatch talloc_stack-looser-checking.patch
2012-06-29 Rusty Russellsource3/utils/net_conf.c: fix stackframe leak
2012-06-29 Rusty Russellsource3/winbindd/winbindd_pam.c: fix stackframe leak
2012-06-29 Rusty Russellsource3/lib/smbconf/testsuite.c: fix stackframe leak
2012-06-29 Rusty Russellsource3/registry/reg_backend_db.c: fix stackframe leak
2012-06-29 Rusty Russellsource3/winbindd/idmap_tdb_common.c: fix stackframe...
2012-06-29 Rusty Russellsource3/rpc_server/svcctl/srv_svcctl_reg.c: fix stackfr...
2012-06-29 Rusty Russellsource3/modules/vfs_xattr_tdb.c: fix stackframe leak
2012-06-29 Rusty Russelllib/util/modules.c: fix stackframe leak.
2012-06-29 Rusty Russellsource3/winbindd/winbindd_util.c: fix stackframe leak
2012-06-29 Rusty Russellnt_printing_tdb_migrate(): fix stackframe leak.
2012-06-29 Rusty Russellsource3/client/client.c: fix stackframe leak.
2012-06-29 Rusty Russellsmbpasswd: always free frame.
2012-06-29 Rusty Russelltalloc_stack: add --check-talloc-stack
2012-06-29 Rusty RussellBefore:
2012-06-29 Rusty Russelltalloc_stack: use talloc_pool_stats() to autosize.
2012-06-29 Rusty Russelltalloc_stack: always include the location when creating...
2012-06-29 Rusty Russelltalloc: keep stats for pools, add talloc_pool_stats().
2012-06-29 Rusty Russelltalloc_stack: handle more than one talloc_stackframe_pool()
2012-06-29 Rusty Russelltalloc: don't allow a talloc_pool inside a talloc_pool.
2012-06-29 Rusty Russelltalloc: use a struct for pool headers.
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-29 Jeremy AllisonAdd missing setresgid() wrapper.
2012-06-29 Stefan Metzmacherdocs-xml: document "server max protocol" "SMB2" selects...
2012-06-28 Stefan Metzmachers3:param: change "server max protocol" to "SMB2" (SMB2_10)
2012-06-28 Stefan Metzmacherlib/param: let "SMB2" select PROTOCOL_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 Björn Baumbachdocs-xml: fix typos and format in smb.conf server max...
2012-06-28 Björn Baumbachpackaging(RHEL-CTDB): fix build dependencies
2012-06-28 Andrew Bartlettselftest: run pdbtest against s3dc as well
2012-06-28 Andrew Bartlettselftest: use a loop rather than declare tests for...
2012-06-28 Andrew Bartlettlibrpc/ndr: Initilaise the remainder of struct dom_sid...
2012-06-28 Günther Deschners4-torture: fix typo in samlogon test.
2012-06-28 Günther Deschners4-torture: use torture context for printing debug...
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-28 Rusty Russellsource4/smbd/pidfile: don't panic if pid file is corrupt.
2012-06-27 Björn Jackereplace: define INT64_MAX when not defined
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 Bartletts4-selftest: expand passdb testing
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 Bartlettlib/ldb: Print trace messages for modify correctly
2012-06-27 Andrew Bartletts4-selftest: Test login with a password expired user
2012-06-27 Andrew Bartletts4-dsdb when setting DSDB_CONTROL_PASSWORD_BYPASS_LAST_...
2012-06-27 Andrew Bartletts4-dsdb: Remove hooks for non-directory password handling
2012-06-27 Andrew Bartlettselftest: allow NSS_WRAPPER_* vars to be exported to...
2012-06-27 Andrew Bartlettselftest: Add extra users to nss_wrapper
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 Björn Jacketests: make test_ldb portable, eliminate "local" keyword
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
next