s4:libcli/raw: parse extended SMBtconX responses
[kai/samba.git] / source3 /
2012-07-24 Günther Deschners3-pdb: remove unused variables.
2012-07-24 Andrew Bartlettlib/param: Merge handling of security/domain master...
2012-07-24 Andrew Bartlettlib/param: Make lp_usershare_max_shares() a common...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-24 Andrew Bartlettlib/param: Rename param_enums.c to param_table.c
2012-07-24 Andrew Bartletts3-param: Merge parameter varaibles with lib/param
2012-07-24 Andrew Bartletts3-param: fix indent on cups encrypt
2012-07-24 Andrew Bartletts3-param: Merge a number of s4 parameters from lib...
2012-07-24 Andrew Bartlettparam: Make internal handler for 'server role' common
2012-07-24 Andrew Bartlettparam: Make the 'unicode' parameter common
2012-07-24 Jeremy AllisonRemove unused variable.
2012-07-23 Jeremy AllisonFix compiler warning message.
2012-07-23 Jeremy AllisonFix incorrect use of server as a talloc context.
2012-07-23 Jeremy AllisonFix unused variable.
2012-07-23 Jeremy AllisonFix compiler warning.
2012-07-23 Stefan Metzmacherlibcli/smb: pass down smbXcli_session to smb1cli_req_cr...
2012-07-23 Luk Claess3:libsmb: use cli_state_{g,s}et_uid instead of smb1...
2012-07-23 Andreas Schneiders3-winbind: Fix bug #9052 resolving our own "Domain...
2012-07-23 Jeremy AllisonFix problem found by Andrew Bartlett - correctly check...
2012-07-23 Stefan Metzmacherlib/crypto: add aes_ccm_128
2012-07-23 Stefan Metzmachers3:test_smb2: copy the session_channel from the primary...
2012-07-23 Stefan Metzmachers3:smb2_tcon: reject access to shares mark as "smb...
2012-07-23 Guenther Deschners3-winbind: Fix idmap initialization debug message.
2012-07-23 Stefan Metzmachers3:smbd: if a fsp has fsp->deferred_close, clients...
2012-07-20 Jiri PopelkaUse ippGet/ippSet (accessors) for IPP API.
2012-07-20 Jeremy AllisonRemove source3/lib/pidfile.c
2012-07-19 Jeremy AllisonMove everything to use the common pidfile functions.
2012-07-19 Jeremy AllisonFix the configure build - add lib/util/pidfile.o into...
2012-07-19 Jeremy AllisonMake the s3 pidfile use the common code inside lib...
2012-07-19 Jeremy AllisonMove source4/smbd/pidfile into lib/util in preparation...
2012-07-19 Andrew Bartletts3-param: Remove special case for lp_ctdbd_socket(...
2012-07-19 Andrew Bartlettlib/param: bring lp_smb_ports() into common by making...
2012-07-19 Andrew Bartletts3-param: Make lp_name_resolve_order() return a list
2012-07-19 Andrew Bartlettlib/param: bring lp_time_server() into common
2012-07-19 Andrew Bartletts3-auth Use correct RID for domain guests primary group
2012-07-19 Andrew Bartletts3-rpc_server: Remove make_server_info_info3() call...
2012-07-19 Andrew Bartlettselftest: Run unix.whomai against the machine acccount...
2012-07-19 Andrew BartlettRevert "s3:auth make sure the primary group sid is...
2012-07-19 Andrew Bartletts4-torture: Allow unix.whoami to test against a member...
2012-07-19 Volker Lendeckes3-aio: Panic if we try to close a fsp with outstanding...
2012-07-18 Volker Lendeckes3-smb2: Postpone close_file until all aio is handled
2012-07-18 Volker Lendeckes3-smb1: Postpone close_file until all aio is handled
2012-07-18 Volker Lendeckes3: Add tevent_wait_send/recv
2012-07-18 Volker Lendeckes3: Slightly simplify reply_close()
2012-07-18 Volker Lendeckes3: Compile with pthreadpool by default
2012-07-18 Volker Lendeckeconfig: The AIO engine is indepent of HAVE_AIO now
2012-07-18 Volker Lendeckes3: Add aio_fsync to the aio_linux module
2012-07-18 Volker Lendeckes3: Add aio_fsync to the aio_fork module
2012-07-18 Volker Lendeckes3-aio-fork: make "read_cmd" an enum
2012-07-18 Volker Lendeckes3: Add aio_fsync to the aio_posix module
2012-07-18 Volker Lendeckes3-aio: Make the strict sync after write async
2012-07-18 Volker Lendeckes3: Add a _nosync version of smb2_write_complete
2012-07-18 Volker Lendeckes3-vfs: async fsync
2012-07-18 Volker Lendeckes3: Fix the build
2012-07-18 Volker Lendeckes3-libasys: Add asys_fsync() implementation
2012-07-18 Volker Lendeckes3: Make us survive base-delaywrite with aio enabled
2012-07-18 Volker Lendeckes3: Move the aio_pthread read/write functionality to...
2012-07-18 Volker Lendeckes3-aio: Remove unused VFS functions and more
2012-07-18 Volker Lendeckes3-vfs: Add pwrite_send/recv to vfs modules
2012-07-18 Volker Lendeckes3-vfs: Add pread_send/recv to vfs modules
2012-07-18 Volker Lendeckes3: Convert aio_linux to pread/pwrite_send/recv
2012-07-18 Volker Lendeckes3: Convert aio_fork to pread/pwrite_send/recv
2012-07-18 Volker Lendeckes3-aio_fork: Convert get_idle_child from NTSTATUS to...
2012-07-18 Volker Lendeckes3-aio_fork: Convert create_aio_child from NTSTATUS...
2012-07-18 Volker Lendeckes3: Add vfs_aio_posix
2012-07-18 Volker Lendeckes3: Make smbd/aio.c not depend on aio.h anymore
2012-07-18 Volker Lendeckes3:vfs_aio_pthread: Convert to libasys
2012-07-18 Volker Lendeckes3: Remove the unused completion handling from aio.c
2012-07-18 Volker Lendeckes3: Properly handle shutdown with the _send/_recv based aio
2012-07-18 Volker Lendeckes3: Use SMB_VFS_PWRITE_SEND in schedule_smb2_aio_write
2012-07-18 Volker Lendeckes3: Use SMB_VFS_PREAD_SEND in schedule_smb2_aio_read
2012-07-18 Volker Lendeckes3: Use SMB_VFS_PWRITE_SEND in schedule_aio_write_and_X
2012-07-18 Volker Lendeckes3: Use SMB_VFS_PREAD_SEND in schedule_aio_read_and_X
2012-07-18 Volker Lendeckes3-vfs: async pread
2012-07-18 Volker Lendeckes3-vfs: async pwrite
2012-07-18 Volker Lendeckelibasys
2012-07-18 Alexander Werths3:Really ignore unknown special ids in NFSv4 ACLs.
2012-07-18 Christian Ambachs3:smbstatus add --fast option
2012-07-18 Christian Ambachs3:smbstatus don't check if process exists twice
2012-07-18 Christian Ambachs3:smbstatus rename a function to make its purpose...
2012-07-18 Christian Ambachs3:smbstatus fix a compiler warning
2012-07-18 Rusty Russellsource3/netapi: fix only caller which doesn't set up...
2012-07-18 Rusty Russellsource3/passdb/py_passdb.c: wrap all calls in talloc_st...
2012-07-18 Rusty Russellsource3/passdb/py_passdb.c: don't steal from talloc_sta...
2012-07-18 Rusty Russellsource3/torture/pdbtest: allocate talloc_stackframe()
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-17 Rusty Russellsource3/utils/net_conf.c: fix stackframe leak
2012-07-17 Rusty Russellsource3/winbindd/winbindd_pam.c: fix stackframe leak
2012-07-17 Rusty Russellsource3/lib/smbconf/testsuite.c: fix stackframe leak
2012-07-17 Rusty Russellsource3/registry/reg_backend_db.c: fix stackframe leak
2012-07-17 Rusty Russellsource3/winbindd/idmap_tdb_common.c: fix stackframe...
2012-07-17 Rusty Russellsource3/rpc_server/svcctl/srv_svcctl_reg.c: fix stackfr...
2012-07-17 Rusty Russellsource3/modules/vfs_xattr_tdb.c: fix stackframe leak
2012-07-17 Rusty Russellsource3/winbindd/winbindd_util.c: fix stackframe leak
2012-07-17 Rusty Russellnt_printing_tdb_migrate(): fix stackframe leak.
2012-07-17 Rusty Russellsource3/client/client.c: fix stackframe leak.
2012-07-17 Rusty Russellsmbpasswd: always free frame.
2012-07-17 Volker Lendeckes3-linux-aio: Fix error handling
2012-07-17 Jeremy AllisonAdd debug message when SD hash doesn't match.
2012-07-17 Günther Deschners3-autoconf: Fix the build.
next