summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-02-28s3-torture: fix the build of rpc_open_tcp.Günther Deschner1-1/+1
2011-02-28s3-smbd: Pass tevent context to messaging functions.Andreas Schneider1-4/+11
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider40-94/+186
2011-02-28s3:test: fix smbclient test on older systems (usage of mktemp)Michael Adam1-1/+1
2011-02-28s3:test: fix registry roundtrip test on older systems (usage of mktemp)Michael Adam1-1/+1
2011-02-28s3: Eliminate sys_select from do_smb_resolve() -- untestedVolker Lendecke1-14/+3
2011-02-28s3: Eliminate sys_select from do_smb_browse() -- untestedVolker Lendecke1-14/+4
2011-02-28s3: Eliminate sys_select_intr from smbfilterVolker Lendecke1-17/+43
2011-02-28s3: Remove unused receive_packetStefan Metzmacher2-34/+0
2011-02-28s3: Eliminate sys_select_intr from read_fd_with_timeoutVolker Lendecke1-12/+7
2011-02-28s3: Eliminiate sys_select_intr from client.cVolker Lendecke1-10/+6
2011-02-28s3: Add poll_intr_one_fdVolker Lendecke2-0/+18
2011-02-28s3: Eliminate sys_select from g_lock_lockVolker Lendecke1-11/+31
2011-02-28s3: Eliminate sys_select from fd_is_readableVolker Lendecke1-10/+4
2011-02-28s3: Eliminate select from packet_fd_read_syncVolker Lendecke3-19/+16
2011-02-28s3: Add poll_one_fd()Volker Lendecke2-0/+28
2011-02-28s3: Remove select-based s3 event backendVolker Lendecke2-119/+0
2011-02-28s3: Use poll in nmbdVolker Lendecke1-102/+113
2011-02-28s3: Use poll in winbindVolker Lendecke1-22/+29
2011-02-28s3: Use poll in smbdVolker Lendecke2-20/+23
2011-02-28s3: Use poll for the event loopVolker Lendecke2-13/+272
2011-02-28libreplace: poll based on selectVolker Lendecke1-1/+1
2011-02-28s3: Add timeval_to_msecVolker Lendecke2-0/+6
2011-02-28s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct ...Michael Adam1-13/+13
2011-02-28s3: fix the waf build after adding smbd/msg_idmap.cMichael Adam1-1/+1
2011-02-28s3: Survive an idle child that was killedChristian Ambach1-0/+6
2011-02-28s3: smbcontrol to notify smbd about idmap changesGregor Beck6-1/+265
2011-02-28s3: add functions to remove entries from idmap cacheGregor Beck2-0/+120
2011-02-28s3: add functions to remove entries from idmap memcacheGregor Beck2-0/+55
2011-02-28s3: add functions to flush the idmap memcacheGregor Beck2-0/+16
2011-02-27s3: Fix a typoVolker Lendecke1-1/+1
2011-02-27s3: Fix a commentVolker Lendecke1-1/+1
2011-02-27s3: Fix some nonempty blank linesVolker Lendecke8-52/+50
2011-02-27s3: Use strndup in parse_nss_paramVolker Lendecke1-13/+2
2011-02-27s3: properly find our standard nss_info backendsVolker Lendecke1-0/+13
2011-02-27s3: Fix a debug messageVolker Lendecke1-2/+3
2011-02-27s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke8-15/+15
2011-02-26s3: Improve a dbg msg in aio_forkVolker Lendecke1-4/+7
2011-02-26s3: Fix pdb_ads_enum_group_memberships argsVolker Lendecke1-1/+1
2011-02-26dirfd doesn't exist in some platforms.Jeremy Allison2-2/+10
2011-02-25Removed unused code check_dos_char_slowly.Jeremy Allison1-17/+0
2011-02-25s3: Fix a 64-bit warning in vfs_gpfs.cVolker Lendecke1-1/+2
2011-02-25s3-param: Make "rlimit_max below minimum Windows limit" notification less scaryJonathan Nieder1-2/+2
2011-02-25Detect Mac OS X as a separate client type.Justin Maggard3-1/+8
2011-02-25Ensure we don't return an incorrect access mask.Jeremy Allison1-1/+2
2011-02-25s3-libads: make ndr_print_ads_auth_flags() static.Günther Deschner2-2/+2
2011-02-25s3-vfs: make syncops_connect in modules/vfs_syncops.c static.Günther Deschner1-2/+2
2011-02-25s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.Günther Deschner4-40/+66
2011-02-25s3-printing: move more printing defines out of includes.hGünther Deschner2-30/+30
2011-02-25Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...Jeremy Allison1-20/+75