ctdb: improve a misleading help text.
[obnox/samba/samba-obnox.git] / source3 /
2015-09-08 Volker Lendeckefruit: Fix CID 1323186 Dereference before null check
2015-09-08 Timur Bakeyevconfigure: Fix aio_suspend detection
2015-09-04 Volker Lendeckevfs_gpfs: Avoid calling gpfs_is_offline on every i/o
2015-09-04 Volker Lendeckevfs_gpfs: Introduce vfs_gpfs_fsp_is_offline
2015-09-03 Jeremy Allisonwinbind: Don't delete an existing krb5 ticket on cached...
2015-09-02 Ralph Boehmevfs_fruit: delete ._ file when deleting the basefile
2015-09-02 Ralph Boehmevfs_fruit: split and simplify fruit_ftruncate
2015-09-02 Ralph Boehmevfs_fruit: handling of empty resource fork
2015-09-01 Volker LendeckeRevert "winbind: Fix 100% loop"
2015-09-01 Garming Samspoolss: handle SetPrinter for info level 4
2015-08-31 Ralph Boehmeselftest: add a check for disabled change notify
2015-08-31 Ralph Boehmenotify: check for valid notify_ctx in notify_remove
2015-08-29 Ralph Wuerthners3: add suport for SMB3_10 and SMB3_11 protocols in...
2015-08-28 Volker Lendeckewinbind: Fix 100% loop
2015-08-28 Stefan Metzmachers3:smb2_create: #if 0 unused variable
2015-08-28 Richard SharpeMove the error handling for svhdx to vfswrap_create...
2015-08-27 Stefan Metzmachers3:vfs_smb_traffic_analyzer: remove samba_ prefix from...
2015-08-26 Volker Lendeckelib: Make sid_linearize take a uint8_t
2015-08-26 Volker Lendeckelib: Make sid_parse take a uint8_t
2015-08-25 Roel van Meers3-util: Compare the maximum allowed length of a NetBIO...
2015-08-24 Volker Lendeckewinbind: Remove "have_idmap_config" from winbindd_domain
2015-08-24 Volker Lendeckewinbind: Do not look for the domain in wb_gid2sid
2015-08-24 Volker Lendeckewinbind: Do not look for the domain in wb_uid2sid
2015-08-24 Volker Lendeckeidmap: Remove dom_name from wbint_Gid2Sid
2015-08-24 Volker Lendeckeidmap: Remove dom_name from wbint_Uid2Sid
2015-08-24 Volker Lendeckeidmap: Remove "domname" from idmap_gid_to_sid
2015-08-24 Volker Lendeckeidmap: Remove "domname" from idmap_uid_to_sid
2015-08-24 Volker Lendeckeidmap: Remove "domname" from idmap_backends_unixid_to_sid
2015-08-24 Volker Lendeckeidmap: Use a range search in idmap_backends_unixid_to_sid
2015-08-24 Volker Lendeckeidmap: Initialize all idmap domains at startup
2015-08-24 Volker Lendeckeidmap: Move idmap_init() under the static vars
2015-08-24 Volker Lendeckeloadparm3: Add lp_wi_scan_global_parametrics()
2015-08-21 Andreas Schneiders3-auth: Fix a memory leak in make_server_info_info3()
2015-08-21 Andreas Schneiders3-auth: Pass nt_username to check_account()
2015-08-21 Andreas Schneiders3-auth: Fix 'map to guest = Bad Uid' support
2015-08-21 Robin Hackvfs_scannedonly: Remove vfs_scannedonly from samba...
2015-08-20 Stefan Metzmachers3:wscript: make --with-{static,shared}-modules options...
2015-08-20 Stefan Metzmachers3:wscript: simplify ABI matching for pdb_*_init()
2015-08-20 Stefan Metzmachers3:winbindd/idmap_*: make function prototypes available...
2015-08-20 Stefan Metzmachers3:modules/perfcount_*: make function prototypes availa...
2015-08-20 Stefan Metzmachers3:modules/vfs_*: make function prototypes available...
2015-08-20 Stefan Metzmachers3:wscript: remove leftover from vfs_notify_fam
2015-08-20 Stefan Metzmachers3:idmap: we need to allow undefined symbols in idmap_tdb
2015-08-20 Stefan Metzmachers3:wscript: fix the build without any idmap module
2015-08-20 Volker Lendeckesmbd: Remove an unnecessary else branch
2015-08-20 Volker Lendeckevfs: Add some {}
2015-08-17 Stefan Metzmachers3:smb2_negprot: prefer AES128_CCM if the client suppor...
2015-08-17 Stefan Metzmachers3:lib: fix some corner cases of open_socket_out_cleanup()
2015-08-14 Volker Lendeckesmbd: Use a struct initializer
2015-08-14 Volker Lendeckesmbd: Remove a confusing comment
2015-08-13 Volker Lendeckenfs4acls: Remove type_name param from smbacl4_get_vfs_p...
2015-08-13 Volker Lendeckenfs4acls: Fix a small memleak
2015-08-13 Volker Lendeckenfs4acls: Introduce a helper variable
2015-08-13 Volker Lendeckenfs4acls: Remove a few unnecessary casts
2015-08-13 Volker Lendeckenfs4acls: Use talloc_realloc()
2015-08-13 Volker Lendeckenfs4acls: Use talloc_zero_array()
2015-08-13 Volker Lendeckenfs4acls: Use talloc_zero()
2015-08-13 Volker Lendeckenfs4acls: Use talloc_zero()
2015-08-13 Volker Lendeckenfs4acls: Remove get_validated_aceint
2015-08-13 Volker Lendeckenfs4acls: Remove get_validated_aclint
2015-08-13 Volker Lendeckenfs4acls: Remove the SMB_ACE4_INT_T typedef
2015-08-13 Volker Lendeckenfs4acls: Remove the SMB_ACL4_INT_T typedef
2015-08-13 Volker Lendeckenfs4acls: Use SMB4ACE_T instead of _SMB_ACE4_INT_T
2015-08-13 Volker Lendeckenfs4acls: Use SMB4ACL_T instead of _SMB_ACL4_INT_T
2015-08-13 Volker Lendeckenfs4acls: Remove an obsolete comment
2015-08-13 Volker Lendeckenfs4acls: Use an anon struct for SMB4ACE_T
2015-08-13 Volker Lendeckenfs4acls: Use an anon struct for SMB4ACL_T
2015-08-13 Volker Lendeckenfs4acls: Use ZERO_STRUCTP
2015-08-07 Ralph Boehmevfs_catia: run translation on stream names
2015-08-07 Ralph Boehmevfs_streams_xattr: stream names may contain colons
2015-08-06 Anoop C Ssource3/rpc_client: Fix CID 1273041 Condition is redundant
2015-08-06 Christof Schmittsmbd: Log smb2 requests returning !OK with higher log...
2015-08-04 Günther Deschners3-rpcclient: add client for create enum ex.
2015-08-04 Ralph Boehmes3-net: use talloc array in share allowedusers
2015-08-01 Christof Schmittnet: Print time of last password change in 'net ads...
2015-08-01 Christof Schmittsecrets: Add function to fetch only password change...
2015-07-30 Michael Adamparam: rename szIdmapBackend -> idmap_backend
2015-07-30 Michael Adamparam: rename szInclude -> include
2015-07-30 Michael Adamparam: rename szCopy -> copy
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
next