selftest: Remove html subunit formatter; it's too simple and really belongs in subuni...
[kai/samba-autobuild/.git] / source3 /
2010-03-28 Jelmer VernooijRemove extension from format-subunit.
2010-03-28 Volker Lendeckes3: Slightly simplify unmap_unix_group
2010-03-28 Volker Lendeckes3: Remove unused bitmap_[allocate|free]
2010-03-28 Volker Lendeckes3: Use bitmap_talloc in vfs_full_audit.c
2010-03-28 Volker Lendeckes3: Use bitmap_talloc for smb1 server tcons
2010-03-28 Volker Lendeckes3: Use bitmap_talloc in init_dptrs
2010-03-28 Volker Lendeckes3: Use bitmap_talloc in files.c
2010-03-28 Volker Lendeckes3: Use bitmap_talloc in loadparm
2010-03-28 Volker Lendeckes3: A NULL context might be perfectly valid for bitmap_...
2010-03-28 Volker Lendeckes3: Fix a memleak in bitmap_talloc
2010-03-28 Volker Lendeckes3: Use TALLOC_ZERO_ARRAY in bitmap_talloc
2010-03-28 Volker Lendeckes3: Fix the memory hierarchy in bitmap_talloc
2010-03-28 Volker Lendeckes3: Slightly simplify logic in conv_str_size
2010-03-28 Volker Lendeckes3: Fix indentation in conv_str_size
2010-03-28 Volker Lendeckes3: Fix some nonempty blank lines
2010-03-28 Volker Lendeckes3: Use tdb_transaction_start_nonblock in gencache_stab...
2010-03-28 Volker LendeckeRevert "s3: Optimize gencache for smbd exit"
2010-03-28 Volker Lendeckes3: Fix typos in a debug message in vfs_init_custom
2010-03-27 Jeremy AllisonFix bug #7240 - Net usershare is not case sensitive.
2010-03-26 Günther Deschners3-selftest: set "lpq cache time = 0" in server configu...
2010-03-26 Kai Blins3 ntlm_auth: Don't malloc data that will be talloc_free()d
2010-03-26 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-03-26 Jeremy AllisonRevert the part of bug fix #7233 - print fails with...
2010-03-26 Karolin Seegers3-util_sock: Rise debug level for getpeername failed...
2010-03-26 Andreas Schneiders3-smbd: Don't close stdout if we want to log to stdout.
2010-03-26 Günther Deschners3-spoolss: return info for the correct printjob in...
2010-03-26 Günther Deschners3-printing: avoid mixing cups backend code with nt_pri...
2010-03-26 Andrew Tridgells3-event: switch s3 to using tevent_re_initialise()
2010-03-26 Jeremy AllisonSecond part of bug #7288 - SMB job IDs in CUPS job...
2010-03-26 Jeremy AllisonFix bug #7288 - SMB job IDs in CUPS job names wrong.
2010-03-26 Jeremy AllisonFix bug 7297 - smbd crashes with CUPS printers and...
2010-03-25 Holger Hetterichs3: vfs_smb_traffic_analyzer.c: remove warnings from...
2010-03-25 Stefan Metzmachers3:passdb: avoid sid_to_gid() if the sid is "domain...
2010-03-25 Volker Lendeckes3: Add a comment to notify_internal_parent_init, this...
2010-03-25 Volker Lendeckes3: Add a comment to serverid_parent_init, this is...
2010-03-25 Volker Lendeckes3: Add a comment to messaging_tdb_parent_init, this...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Fix some nonempty blank lines
2010-03-25 Günther Deschners3-selftest: enable RAP-RPC test against s3.
2010-03-25 Volker LendeckeFix some nonempty blank lines
2010-03-25 Michael KarcherFix bug #7269 - Job management commands don't work...
2010-03-24 Günther Deschners3-selftest: move printing config to global section.
2010-03-24 Jeremy AllisonFix bug #7233 - print fails with jobs >4GB from Win7...
2010-03-24 Jeremy AllisonFix bug #7283 - vfs_acl_tdb does not work as expected.
2010-03-24 Jeremy AllisonFix valgrind warning when source and dest stat are...
2010-03-24 Stefan Metzmachers3:ntlmssp: use c99 types
2010-03-24 Stefan Metzmachers3:ntlmssp: use client.netbios_name instead of workstation
2010-03-24 Stefan Metzmachers3:ntlmssp: remove unused ntlmssp_set_workstation()
2010-03-24 Stefan Metzmachers3:ntlmssp: move sign/seal states to a private ntlmssp_...
2010-03-24 Stefan Metzmachers3:ntlmssp: add const for *sig in ntlmssp_unseal_packet()
2010-03-24 Stefan Metzmachers3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_p...
2010-03-24 Stefan Metzmachers3:ntlmssp: use a 'bool ok' variable to make the code...
2010-03-24 Stefan Metzmachers3:ntlmssp: fix some formating
2010-03-24 Stefan Metzmachers3:ntlmssp: inline ntlmssp_weaken_keys()
2010-03-24 Stefan Metzmachers3:ntlmssp: make send_seal_key and recv_seal_key local...
2010-03-24 Stefan Metzmachers3:ntlmssp: rename void *auth_context; into void *callb...
2010-03-24 Stefan Metzmachers3:ntlmssp: add some consts
2010-03-24 Stefan Metzmachers3:ntlmssp: remove unused get_global_myname() and get_d...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client...
2010-03-24 Stefan Metzmachers3:ntlmssp: remove server_name from ntlmssp_state and...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names to ntlmssp_server_start() and...
2010-03-24 Stefan Metzmachers3:ntlmssp: replace server_role by a server.is_standalo...
2010-03-24 Stefan Metzmachers3:ntlmssp: make use of C99 types in ntlmssp_sign.c
2010-03-24 Stefan Metzmachers3:ntlmssp: use uint8_t in calc_ntlmv2_key()
2010-03-24 Karolin Seegers3-testparm: Throw warning when 'workgroup' and 'netbio...
2010-03-24 Volker Lendeckes3: Optimize gencache for smbd exit
2010-03-23 Stefan Metzmachers3:librpc/rpc: move prototypes to dcerpc.h
2010-03-23 Karolin Seegers3-builtin: Add missing builtin groups.
2010-03-23 Karolin Seegers3-builtin: Add some builtin groups.
2010-03-22 Jeremy Allisonshare_info.tdb could use non-canonicalized sharenames.
2010-03-22 Jeremy AllisonFix valgrind error when running under share level secur...
2010-03-22 Volker Lendeckes3: Add the "ctdb locktime warn threshold" parameter
2010-03-22 Volker Lendeckes3: Implement an asynchronous echo responder process
2010-03-22 Stefan Metzmachers3:smbd: don't allow SMB2 if the async echo handler...
2010-03-22 Stefan Metzmachers3:smbd: disable SMB encryption when the echo handler...
2010-03-22 Stefan Metzmachers3:smbd: disallow readbraw and writebraw if the echo...
2010-03-22 Stefan Metzmachers3:smbd: disable sendfile if the echo handler is active
2010-03-22 Stefan Metzmachers3:smbd: don't use recvfile if the echo handler is...
2010-03-22 Stefan Metzmachers3:smbd: setup a shared memory area for the signing...
2010-03-22 Stefan Metzmachers3:smbd: add echo handler information to struct smbd_se...
2010-03-22 Stefan Metzmachers3:param: add "async smb echo handler" option
2010-03-22 Stefan Metzmachers3:smbd: pass down trusted_channel via receive_smb_talloc()
2010-03-22 Stefan Metzmachers3:smbd: let reply_readbraw_error use the locked socket
2010-03-22 Stefan Metzmachers3:smbd: send keepalive packets under the socket lock
2010-03-22 Stefan Metzmachers3:smbd: smbd_[un]lock_socket() while accessing the...
2010-03-22 Stefan Metzmachers3:smbd: add smbd_[un]lock_socket() dummies
2010-03-22 Stefan Metzmachers3:smbd: add an option to skip signings checks srv_chec...
2010-03-22 Stefan Metzmachers3:libsmb: add a smb_signing_init_ex() function
2010-03-22 Volker Lendeckes3: Fix a bad memleak in winbind
2010-03-22 Volker Lendeckes3: Add "log writeable files on exit" parameter
2010-03-22 Volker Lendeckes3: file_walk_table -> files_forall
2010-03-22 Volker Lendeckes3: Fix some nonempty blank lines
2010-03-21 Volker Lendeckes3: Fix bug 7202 for multi-threaded applications
2010-03-21 Bo Yangs3: Open winbindd_cache.tdb with read/write access.
2010-03-19 Günther Deschners3-selftest: use proper names for samba3 dcerpc tests.
2010-03-19 Stefan Metzmachers3:librpc: remove unused stuff
2010-03-19 Günther Deschners3-selftest: enable RAP calls testsuite against samba3.
2010-03-19 Günther Deschners3-selftest: rearrange uid/gid calculation to achieve...
next