param: rename bAvailable -> available
[samba.git] / source3 /
2015-07-30 Michael Adamparam: rename bAvailable -> available
2015-07-30 Michael Adamparam: turn 'cups encrypt' into a generated function
2015-07-30 Michael Adamparam: rename CupsEncrypt -> cups_encrypt
2015-07-30 Michael Adamparam: make 'winbind max domain connections' a generate...
2015-07-30 Michael Adamparam: rename winbindMaxDomainConnections -> _winbind_m...
2015-07-30 Michael Adamparam: turn 'wide links' into a generated funcion
2015-07-30 Michael Adamparam: rename bWidelinks -> wide_links
2015-07-30 Michael Adamparam: turn 'smb2 max credits' into generated option
2015-07-30 Michael Adamparam: treat negative values of 'smb2 max credits'...
2015-07-30 Michael Adamparam: turn 'printcap name' into a generated function
2015-07-30 Michael Adamparam: rename szPrintcapName -> printcap_name
2015-07-30 Michael Adamparam: turn 'min receivefile size' into a generated...
2015-07-30 Michael Adamparam: rename iminreceivefile -> min_receivefile_size
2015-07-30 Michael Adamparam: turn 'preferred master' into a generated function
2015-07-30 Michael Adamparam: rename iPreferredMaster -> _preferred_master
2015-07-30 Michael Adamparam: use lp[cfg]_max_print_jobs() in lp[cfg]_maxprint...
2015-07-30 Michael Adamparam: rename variable of 'max print jobs' to default.
2015-07-30 Michael Adamparam: rename szLdapMachineSuffix -> _ldap_machine_suffix
2015-07-30 Michael Adamparam: rename szLdapIdmapSuffix -> _ldap_sz_idmap_suffix
2015-07-30 Michael Adamparam: rename szLdapUserSuffix -> _ldap_user_suffix
2015-07-30 Michael Adamparam: rename szLdapGroupSuffix -> _ldap_group_suffix
2015-07-30 Michael Adams3:lib: remove unused dummyparam.c
2015-07-30 Douglas Bagnallsource3 torture: don't segfault if filename query fails
2015-07-30 Michael AdamsmbXsrv_session:idl: remove the preauth and gensec...
2015-07-30 Michael Adams3:sesssetup: use session->pending_auth in smb1 session...
2015-07-30 Stefan Metzmachers3:smb2_sesssetup: use session->pending_auth
2015-07-30 Stefan MetzmachersmbXsrv_session: add smbXsrv_session_create_auth()
2015-07-30 Stefan MetzmachersmbXsrv_session: add smbXsrv_session_find_auth()
2015-07-30 Michael AdamsmbXsrv_session:idl: add smbXsrv_session_auth0
2015-07-30 Michael Adams3:smb2_sesssetup: remove now unneeded declaration...
2015-07-29 Jeremy Allisontests: Add regression test for s3-passdb: Respect LOOKU...
2015-07-29 Michael Adams3:smb2_server: defer channel/session validation to...
2015-07-29 Michael Adams3:smb2_sesssetup: check that the connection belongs...
2015-07-29 Michael AdamsmbXsrv: use smb2srv_session_lookup_client in smbXsrv_s...
2015-07-29 Michael AdamsmbXsrv: add smb2srv_session_lookup_client().
2015-07-29 Michael AdamsmbXsrv: rename smb2srv_session_lookup -> smb2srv_sessi...
2015-07-29 Michael AdamsmbXsrv: add a smbXsrv_connection argument to smb2srv_s...
2015-07-29 Stefan MetzmachersmbXsrv: add a smbXsrv_connection argument to smbXsrv_s...
2015-07-29 Björn Baumbachs3:wscript: fix indentation
2015-07-28 Justin Maggards3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.
2015-07-24 Günther Deschnervfs: fix build warning in smb traffic analyzer.
2015-07-22 Volker Lendeckevfs: Fix CID 1312072 Failure to restore non-local value
2015-07-22 Volker Lendeckevfs: Fix CID 1312073 Argument cannot be negative
2015-07-21 Volker Lendeckepdb_tdb: Use fstr_sprintf
2015-07-21 Douglas BagnallUse uintptr_t for pointer int cast in SMBC_getdents_ctx()
2015-07-20 Andrew Bartlettlib/tls: Change default supported TLS versions.
2015-07-20 Andrew Bartlettlib/tls: Add new 'tls priority' option
2015-07-17 Andreas Schneiderselftest: Add test for the dfree command
2015-07-17 Andreas Schneiders3-smbd: Remove the global dfree_broken variable
2015-07-17 Andreas Schneiders3-smbd: Leave sys_disk_free() if dfree command is...
2015-07-17 Stefan Metzmachers3:winbindd: initialize dst->primary_gid with (gid_t)-1
2015-07-17 Stefan Metzmachers3:winbindd: initialize acct_desc fields in rpc_enum_...
2015-07-17 Stefan Metzmachers3:winbindd: initialize an [in,out] variable in rpc_try...
2015-07-17 Andreas Schneiders3-auth: Fix a possible null pointer dereference
2015-07-16 Uri Simchonifssd: include config.h before any glibc headers
2015-07-16 Uri Simchonisource3/lib: include config.h before any glibc headers
2015-07-16 Uri Simchonilibads: disable dns_lookup_realm in auto-generated...
2015-07-16 Volker Lendeckevfs: Consolidate failure paths in vfswrap_init_asys_ctx
2015-07-16 Volker Lendeckevfs: Fix CID 1035384 Unchecked return value from library
2015-07-16 Ralph Boehmes3:smbd: change a loglevel from 0 to 1 when SMB_VFS_CON...
2015-07-16 Ralph Boehmevfs_shadow_copy2: change log level from 0 to 1 and...
2015-07-15 Uri Simchoniwinbindd: shorten client list scan
2015-07-15 Uri Simchoniwinbindd: keep client list sorted by access time
2015-07-15 Uri Simchoniwinbindd: add service routines to support a sorted...
2015-07-15 Uri Simchoniwinbindd: periodically remove timed out clients
2015-07-15 Uri Simchoniwinbindd: verify that client has closed the connection
2015-07-15 Uri Simchoniasync_req: check for errors when monitoring socket...
2015-07-15 Uri Simchoniwinbindd: cleanup client connection if the client close...
2015-07-15 Uri Simchoniwinbindd: set file descriptor limit according to config...
2015-07-14 Andreas SchneiderCID 1311771: Fix a null pointer dereference
2015-07-14 Andreas SchneiderCID 1311763: Fix incorrect return value
2015-07-14 Günther Deschners3-rpcclient: add cmd_clusapi_get_cluster_version2.
2015-07-14 Jeremy Allisons3: tests: Add blackbox test for scopy.
2015-07-14 Anubhav Rakshits3:client: Add "scopy" cmd to perform Server Side copy...
2015-07-14 Volker Lendeckectdbd_conn: Move release_ip handling into process.c
2015-07-14 Volker Lendeckectdbd_conn: Do an early return from ctdb_read_req
2015-07-14 Volker Lendeckectdbd_conn: Return early from ctdbd_msg_call_back
2015-07-14 Volker Lendeckectdbd_conn: Make register_with_ctdbd use an int-returni...
2015-07-14 Volker Lendeckectdbd_conn: Convert ctdb_read_req to return 0/errno
2015-07-14 Volker Lendeckectdbd_conn: Convert ctdb_handle_message to return 0...
2015-07-14 Volker Lendeckectdbd_conn: Make ctdb_read_packet return 0/errno
2015-07-14 Volker Lendeckectdbd_conn: Rename "ret"->"ok"
2015-07-14 Volker Lendeckectdbd_conn: Fix a memleak
2015-07-13 Volker Lendeckevfs_fruit: Fix the 32-bit build
2015-07-10 Volker Lendeckelibsmb: Implement smbc_notify
2015-07-10 Robin McCorkellReplace random() and related calls with generate_random...
2015-07-10 Christof Schmittsmbcontrol: Set internal log level to 0
2015-07-10 Christof Schmittsmbstatus: Set internal log level to 0
2015-07-10 Christof Schmittrpcclient: Set internal log level to 0
2015-07-09 Volker Lendeckerpc_server: Fix CID 1311342 Null pointer dereferences...
2015-07-09 Volker Lendeckerpc_server: Fix CID 1311341 Integer handling issues...
2015-07-09 Volker Lendeckerpc_server: Fix CID 1311340 Null pointer dereferences...
2015-07-09 Volker Lendeckerpc_server: Fix CID 1311339 Error handling issues ...
2015-07-09 Volker Lendeckesmbd: Fix CID 1311338 Error handling issues (CHECKED_RE...
2015-07-09 Volker Lendeckesmbd: Fix CID 1311337 Error handling issues (CHECKED_RE...
2015-07-09 Volker Lendeckedalloc: Fix CID 1097369 API usage errors (VARARGS)
2015-07-09 Volker Lendeckedalloc: Fix a typo
2015-07-09 Christof Schmittdosmode: Change message of result to informational
2015-07-09 Christof Schmittvfs: Change final message in check_reduce_name to ...
2015-07-09 Christof Schmittvfs: Make entry message for check_reduced_name a debug...
next