summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Fix bug where format arguments were reversed. Please compile with -Wall !Jeremy Allison1-2/+2
2011-06-01Move fd_close on error path to be identical to all other error paths.Jeremy Allison1-2/+1
2011-06-01TALLOC_FREE already checks for null.Jeremy Allison1-3/+1
2011-06-01Fix bug #8175 - smbd deadlock.Jeremy Allison1-27/+71
2011-06-01Revert "s3: Mark sockets in error state writable"Volker Lendecke1-23/+0
2011-06-01s3-epmapper: Register ports on IPv4 too.Andreas Schneider2-2/+2
2011-06-01s3-rpc_server: Remove unused variable pipes_open.Andreas Schneider1-4/+2
2011-06-01s3-rpc_server: Remove syntax from pipes_struct.Andreas Schneider3-3/+0
2011-06-01s3-rpc_server: Fixed debug messages of srv_pipe_hnd.Andreas Schneider1-5/+5
2011-06-01s3-rpc_server: Fixed debug messages for rpc_handles.Andreas Schneider1-6/+7
2011-06-01s3-rpc_server: Fix debug messages.Andreas Schneider1-46/+20
2011-06-01s3-rpc_server: Don't segfault if there are not handles to free.Andreas Schneider1-0/+4
2011-06-01s3-rpc_server: Remove guessing of the syntax id.Andreas Schneider5-51/+11
2011-06-01s3-rpc_server: Use the correct syntax id for debugging.Andreas Schneider1-8/+11
2011-06-01s3-rpc_server: Migrate init_pipe_handles() to new syntax.Andreas Schneider1-8/+21
2011-06-01s3-rpc_server: Use the context syntax id in api_pipe_request().Andreas Schneider1-7/+7
2011-06-01s3-rpc_server: Use the correct syntax id in api_pipe_bind_req().Andreas Schneider1-19/+14
2011-06-01s3-rpc_server: Use the correct context syntax.Andreas Schneider1-2/+20
2011-06-01s3-rpc_server: Move the context functions to own file.Andreas Schneider5-22/+72
2011-06-01s3-rpc_server: Store the ndr syntax id in the pipe context.Andreas Schneider1-5/+6
2011-06-01s3-rpc_server: Added syntax id to pipe_rpc_fns struct.Andreas Schneider1-1/+2
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell2-8/+8
2011-06-01lib/util/time.c: timeval_current_ofs_msecRusty Russell5-12/+7
2011-06-01s3-param Make lp_ncalrpc_dir() constAndrew Bartlett2-2/+2
2011-06-01s3-param Make lp_dedicated_keytab_file() constAndrew Bartlett2-2/+2
2011-06-01s3-param Make lp_realm() constAndrew Bartlett2-2/+2
2011-06-01s3-param Make lp_name_resolv_order() constAndrew Bartlett2-2/+2
2011-06-01s3-param Make lp_utmpdir() and lp_wtmpdir constAndrew Bartlett2-4/+4
2011-06-01s3-param Make lp_piddir() constAndrew Bartlett2-2/+2
2011-06-01s3-param Make lp_cachedir() constAndrew Bartlett2-6/+6
2011-06-01s3-param Make lp_statedir() constAndrew Bartlett2-6/+6
2011-06-01s3-param Make lp_lockdir() constAndrew Bartlett2-2/+2
2011-06-01s3-param Make lp_smb_passwd_file() and lp_private_dir() constAndrew Bartlett2-4/+4
2011-06-01s3-param Make lp_smb_ports() constAndrew Bartlett2-2/+2
2011-06-01s3-param Make charset parameters constAndrew Bartlett2-6/+6
2011-06-01s3-param Make lp_passwordserver() const.Andrew Bartlett2-2/+2
2011-06-01s3-param prepare for some lp_ functions to return constAndrew Bartlett2-2/+2
2011-06-01Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison7-26/+27
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison5-20/+50
2011-06-01Add check for the getcwd function being able to take NULL,0 arguments.Jeremy Allison2-0/+21
2011-06-01Split the ACE flag mapping between nfs4 and WindowsJeremy Allison1-14/+59
2011-06-01s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...Michael Adam1-1/+1
2011-06-01s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_idMichael Adam1-6/+6
2011-06-01s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internalMichael Adam1-3/+3
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner4-10/+2
2011-05-31struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke4-19/+7
2011-05-31s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke8-11/+19
2011-05-31s3: Mark sockets in error state writableVolker Lendecke1-0/+23
2011-05-31s3:passdb: add GPL/copyright header to machine_sid.hMichael Adam1-0/+21
2011-05-31s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.hMichael Adam1-0/+5