summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2015-07-15winbindd: set file descriptor limit according to configurationUri Simchoni1-0/+4
2015-07-14ctdbd_conn: Move release_ip handling into process.cVolker Lendecke1-2/+4
2015-07-14ctdbd_conn: Make register_with_ctdbd use an int-returning callbackVolker Lendecke1-4/+4
2015-07-10libsmb: Implement smbc_notifyVolker Lendecke2-0/+72
2015-07-07smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2-24/+1
2015-06-23s3:include: remove used unused {CLIENT,SERVER}_NDR_PADDING_SIZEStefan Metzmacher1-3/+0
2015-06-23smb2:ioctl: support for OS X AAPL copyfile style copy_chunkRalph Boehme1-0/+2
2015-06-23s3:util: use pread/pwrite in transfer_fileRalph Boehme1-2/+2
2015-06-05messaging: Move parsing of ctdb_req_message to ctdbd_conn.cVolker Lendecke1-1/+3
2015-06-05s3: libsmbclient: Re-resolving targetcli on every read/write/lseek/ftruncate/...Jeremy Allison1-0/+5
2015-05-29s3: libsmbclient: Add server-side copy supportRoss Lagerwall2-2/+18
2015-05-28ctdbd_conn: Introduce ctdbd_messaging_send_iov()Volker Lendecke1-3/+3
2015-05-28messaging: Make messaging_dispatch_rec staticVolker Lendecke1-2/+0
2015-05-28ctdbd_conn: Move ndr marshalling to messages_ctdb.cVolker Lendecke1-3/+0
2015-05-28ctdbd_conn: Move ctdbd_register_reconfigure to a callbackVolker Lendecke1-2/+0
2015-05-28ctdbd_conn: Add callback args to register_with_ctdbdVolker Lendecke1-1/+7
2015-05-18Remove [u]int[XX] defines from source3/include/includes.hRichard Sharpe1-59/+0
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe5-12/+12
2015-05-13Convert all uint32/16/8 to _t in source3/client.Richard Sharpe1-3/+3
2015-05-13lib: Make sid_binstring_hex use TALLOCVolker Lendecke1-1/+1
2015-05-12Change all uses of uint32 to uint32_t in vfs.h. This is part of a general cle...Richard Sharpe1-23/+23
2015-05-02s3:param: remove unused function lp_parameter_is_canonical()Michael Adam1-1/+0
2015-05-01Convert uint32/16/8 to _t for the last two include files in source3/include.Richard Sharpe2-2/+2
2015-05-01Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe3-14/+14
2015-05-01Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe1-6/+6
2015-05-01Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe1-13/+13
2015-04-29Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe1-30/+30
2015-04-28lib: Remove procid_str_staticVolker Lendecke1-1/+0
2015-04-25smbcacls: Move sec_desc_print to common fileChristof Schmitt1-0/+2
2015-04-25smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt1-0/+4
2015-04-25smbcacls: Move StringToSid to common fileChristof Schmitt1-0/+1
2015-04-25smbcacls: Move SidToString to common fileChristof Schmitt1-0/+30
2015-04-22s3:smbd: add wrapper around reinit_after_forkRalph Boehme1-0/+3
2015-04-22s3:param: remove arg save_defaults from lp_load_with_registry_shares()Michael Adam1-2/+1
2015-04-22s3:param: remove arg initialize_globals from lp_load_with_registry_shares()Michael Adam1-2/+1
2015-04-22s3:param: make lp_load() staticMichael Adam1-5/+0
2015-04-22s3:param: add lp_load_no_reinit()Michael Adam1-0/+1
2015-04-22s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().Michael Adam1-1/+0
2015-04-22s3:param: remove "global_only" parameter from lp_load_with_registry_shares().Michael Adam1-1/+0
2015-04-22s3:param: add wrapper lp_load_with_shares().Michael Adam1-0/+1
2015-04-22Convert all uses of uint8/16/32 to uint8/16/32_t in the libads code.Richard Sharpe1-15/+15
2015-04-16Change all uses of uint16/uint32/uint64 to uintXX_t in smb.h.Richard Sharpe1-16/+16
2015-04-16Change the registry subsystem to use uint32_t from uint32. Also change sessio...Richard Sharpe2-5/+5
2015-03-31vfs: add snapshot create/delete hooksDavid Disseldorp2-0/+46
2015-03-25util_tdb: mark tdb_pack() and friends as deprecatedDavid Disseldorp1-0/+4
2015-03-20s3: lib: libsmbclient: If reusing a server struct, check every cli->timout mi...Jeremy Allison1-0/+1
2015-03-18s3/smbd: support FS_SECTOR_SIZE_INFORMATION query-infoDavid Disseldorp1-0/+9
2015-03-17lib: Remove tdb_compatVolker Lendecke3-3/+3
2015-03-17lib: Remove "use_ntdb" param from secrets_init_pathVolker Lendecke1-1/+1
2015-03-11lib/util: Include DEBUG macro in internal header files before samba_util.hLukas Slebodnik1-1/+3