Convert uint64 to uint64_t
[samba.git] / source3 /
2015-05-15 Richard SharpeConvert uint64 to uint64_t
2015-05-15 Richard SharpeCovert all uint32/16/8 to _t in source3/rpc_server.
2015-05-14 Richard SharpeConvert all uint32/16/8 to _t in a grab-bag of remainin...
2015-05-14 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/groupdb.
2015-05-14 Volker Lendeckenamequery: Fix a missing TALLOC_FREE
2015-05-13 Richard SharpeFix the uint32/16/8 stuff in two proto.h files I missed.
2015-05-13 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/auth.
2015-05-13 Richard SharpeConvert uint32/16/8 to _t in source3/libnet.
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/client.
2015-05-13 Richard SharpeConvert a couple of uint32s to _t that I missed in...
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/libsmb.
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/lib.
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/locking.
2015-05-13 Volker Lendeckenamequery: namequery: suppress bogus warning "resolve_n...
2015-05-13 Uri Simchonilibads: record service ticket endtime for sealed ldap...
2015-05-12 Volker Lendeckelib: Make sid_binstring_hex use TALLOC
2015-05-12 Volker Lendeckelib: Simplify sid_binstring_hex()
2015-05-12 David HolderAdd IPv6 support for determining FQDN during ADS join.
2015-05-12 David HolderAdd IPv6 support to ADS client side LDAP connects....
2015-05-12 Richard SharpeConvert all uint32/16/8 to _t in a couple of include...
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/passdb.
2015-05-11 Richard SharpeConvert all (remaining) uses of uint32/16/8 to _t in...
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/registry.
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/rpc_se...
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/rpc_cl...
2015-05-11 Richard SharpeConvert all uint32/16/8 to _t in source3/rpcclient.
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/torture.
2015-05-11 Richard SharpeChange all uses of uint32 to uint32_t in vfs.h. This...
2015-05-11 Amitay Isaacsctdb-daemon: Remove older data structure that supports...
2015-05-08 Ralph Boehmevfs_fruit: comment fix: the options are documented
2015-05-08 Ralph Boehmevfs_fruit: add option "nfs_aces" that controls the...
2015-05-08 Stefan Metzmachersmbd: Offer SMB 3.1.1 by default.
2015-05-08 Stefan Metzmachers3:smb2_negprot: add support for negotiating SMB 3...
2015-05-08 Stefan Metzmachers3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto...
2015-05-08 Michael Adams3:smb2_negprot.c: add support SMB 3.1 negotiate contexts
2015-05-08 Stefan Metzmachers3:smb2_server: allow SMB2_HDR_FLAG_PRIORITY_MASK for...
2015-05-08 Michael Adamsmbd: offer SMB 3.0.2 by default.
2015-05-08 Stefan Metzmachers3:smb2_negprot: add support for negotiating SMB 3.0.2
2015-05-08 Stefan Metzmachers3:smb2_read: pass in_flags to smbd_smb2_read_send()
2015-05-08 Stefan Metzmachers3:smb2_write: add simplified support for SMB2_WRITEFLA...
2015-05-08 Michael Adams3:smb2_create: treat the SVHDX_OPEN_DEVICE_CONTEXT...
2015-05-08 Stefan Metzmachers3:torture: handle PROTOCOL_SMB3_11
2015-05-07 Volker Lendeckevfs: Fix the O3 developer build
2015-05-07 Volker LendeckeFix a few printf format errors
2015-05-07 Ralph Boehmevfs_gpfs: move failure label before END_PROFILE
2015-05-07 Michael Adams3:smbXsrv: refactor duplicate code into smbXsrv_sessio...
2015-05-07 Volker Lendeckelibsmbconf:registry: Ignore keyless smb.conf regvalues
2015-05-07 Richard Sharpes3: utils: Convert all uses of uint32/16/8 to _t.
2015-05-06 Stefan Metzmachers3:selftest: run smb2.notify with --signing=required
2015-05-06 Stefan Metzmachers3:smb2_tcon: cancel pending requests on all connection...
2015-05-06 Stefan Metzmachers3:smb2_sesssetup: remove unused smbd_smb2_session_setu...
2015-05-06 Stefan Metzmachers3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_sen...
2015-05-06 Stefan Metzmachers3:smb2_sesssetup: always assign smb2req->session when...
2015-05-06 Stefan Metzmachers3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_s...
2015-05-06 Stefan Metzmachers3:smbXsrv_session: cancel pending requests when we...
2015-05-06 Stefan Metzmachers3:smbXsrv_session: add smb2srv_session_shutdown_send...
2015-05-06 Stefan Metzmachers3:smbXsrv_session: clear smb2req->session of pending...
2015-05-06 Stefan Metzmachers3:smbXsrv_session: clear smb2req->session of pending...
2015-05-06 Stefan Metzmachers3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff ...
2015-05-06 Stefan Metzmachers3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2...
2015-05-06 Stefan Metzmachers3:smbd: add a smbd_notify_cancel_by_map() helper function
2015-05-06 Volker Lendeckewinbind: Fix CID 1035545 Uninitialized scalar variable
2015-05-06 Volker Lendeckewinbind: Fix CID 1035544 Uninitialized scalar variable
2015-05-06 Volker Lendeckesmbd: Fix CID 703870 Uninitialized scalar variable
2015-05-06 Volker Lendeckelib: Fix a typo
2015-05-06 Richard SharpeLast lot of convert uint32 to uint32_t in winbindd...
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-05-06 Volker Lendeckelib: Fix indentation
2015-05-06 Volker Lendeckelib: Fix whitespace
2015-05-06 Stefan Metzmachers3:winbindd: list local groups for our internal domains...
2015-05-05 Stefan Metzmachers3:winbindd: list users/groups of our own domain as...
2015-05-05 Stefan Metzmachers3:winbindd: don't remove the DOMAIN\ prefix for princi...
2015-05-05 Jeremy Allisons3: torture: Add regression test for bug #11249.
2015-05-05 Jeremy Allisons3: smbd: VFS: fake_acl module called get_full_smb_file...
2015-05-05 Jeremy Allisons3: smbd: VFS: For all EA and ACL calls use synthetic_s...
2015-05-05 Jeremy Allisons3: smbd: VFS: Remove vfs_stat_smb_fname() and vfs_lsta...
2015-05-05 Jeremy Allisons3: smbd: VFS: All the places that are currently callin...
2015-05-05 Jeremy Allisons3: smbd: VFS: Add vfs_stat_smb_basename() - to be...
2015-05-04 Uri Simchonilibads: Fix deadlock when re-joining a domain and updat...
2015-05-04 Uri Simchonilibads: Fix free of uninitialized pointer
2015-05-04 Maks Naumovs3: Fix pam_authenticate() when lp_null_passwords(...
2015-05-04 Jeremy Allisons3: nmbd: Don't set work_changed = True inside update_s...
2015-05-04 Jeremy Allisons3: nmbd: Ensure we only set work_changed = true if...
2015-05-01 Michael Adamparam: rename FLAG_HIDE to FLAG_SYNONYM
2015-05-01 Michael Adamparam: remove swat specific flags.
2015-05-01 Michael Adamparam: Remove unused P_SEP and P_SEPARATOR
2015-05-01 Michael Adams3:param: remove unused function lp_parameter_is_canoni...
2015-05-01 Richard SharpeConvert uint32/16/8 to _t for the last two include...
2015-05-01 Richard SharpeConvert three include files from uint32/16/8 to _t...
2015-05-01 Richard SharpeConvert all uses of uint8/16/32 to _t in nmbd and the...
2015-05-01 Richard SharpeConvert uint32/16/8 to 32_t/16_t/8_t in printing.h...
2015-04-30 Jeremy Allisons3: smbd: Incorrect file size returned in the response...
2015-04-30 Ralph Boehmevfp_gpfs: ensure END_PROFILE is always called
2015-04-30 Günther Deschners3-rpc_server: fix rpc_create_tcpip_sockets() processin...
2015-04-29 Ralph Boehmevfs: kernel_flock and named streams
2015-04-29 Richard SharpeChange all uint32/16/8 to 32_t/16_t/8_t in winbindd.
2015-04-29 Richard SharpeChange all uses of uint32/16/8 in proto.h to uint32_t...
2015-04-28 Volker Lendeckelib: Remove server_id_str()
2015-04-28 Volker Lendeckelib: Fix a typo
next