summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2011-07-29s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.cMichael Adam1-2/+0
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-5/+0
2011-07-28s3-printing: Add forward declaration for dcerpc_binding_handle.Andreas Schneider1-0/+2
2011-07-28s3-spoolss: Use existing handle in printer_driver_files_in_use().Andreas Schneider1-2/+1
2011-07-28s3-spoolss: Use existing handle in printer_driver_in_use().Andreas Schneider1-2/+1
2011-07-28s3:loadparm: make lp_set_in_client() static - only used in wrappers in loadpa...Michael Adam1-1/+0
2011-07-28s3:loadparm: add wrapper lp_load_client_no_reinit()Michael Adam1-0/+1
2011-07-28s3:loadparm: add wrapper lp_load_globals_no_reinit()Michael Adam1-0/+1
2011-07-28s3:loadparm: make lp_is_in_client() static - only used inside loadparmMichael Adam1-1/+0
2011-07-28s3:loadparm: add lp_load_client() that also sets the client state internallyMichael Adam1-0/+1
2011-07-28s3:loadparm: add a convenience wrapper lp_load_global()Michael Adam1-0/+1
2011-07-27s3: Fix async smb handlingVolker Lendecke1-0/+1
2011-07-22s3:libsmb: move cli_state->desthost to cli_state->conn.remote_nameStefan Metzmacher1-2/+1
2011-07-22s3:libsmb: move cli_state->{src_ss,dest_ss} to cli_state->conn.{local_ss,remo...Stefan Metzmacher1-2/+2
2011-07-22s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher1-1/+1
2011-07-22s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoingStefan Metzmacher1-2/+1
2011-07-22s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher1-1/+4
2011-07-21s3:include: remove unused cli_state->called and cli_state->callingStefan Metzmacher1-2/+0
2011-07-21s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-1/+1
2011-07-21s3-rpc_server: Move pipe/handles functionsSimo Sorce1-192/+2
2011-07-21s3:afs make path argument to afs_syscall constChristian Ambach1-1/+1
2011-07-20s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-1/+1
2011-07-20s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher1-1/+1
2011-07-20s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()Stefan Metzmacher1-0/+1
2011-07-20s3:libsmb: move cli->mid to cli->smb1.midStefan Metzmacher1-1/+4
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett4-21/+21
2011-07-20s3-auth import auth3_session_info into IDLAndrew Bartlett1-24/+0
2011-07-20s3-auth remove extra from auth3_session_infoAndrew Bartlett1-7/+0
2011-07-20s3-auth Remove unused nss_token variableAndrew Bartlett1-5/+0
2011-07-20s3-auth: Remove unused lm_session_key from auth3_session_infoAndrew Bartlett1-1/+0
2011-07-20s3-auth Use system boolean in auth_user_info_unixAndrew Bartlett1-2/+0
2011-07-20s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett1-1/+0
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-10/+1
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett4-21/+21
2011-07-20s3-auth Add struct auth3_session_info to aid transition to auth_session infoAndrew Bartlett1-0/+49
2011-07-14s3-lib Remove unused get_cmdline_auth_info_copyAndrew Bartlett1-2/+0
2011-07-14s4-param finish services hooks for s4->s3 loadparm contextAndrew Bartlett1-0/+2
2011-07-13s3:libsmb: remove unused cli_smb_inbuf()Stefan Metzmacher1-1/+0
2011-07-12s3:libsmb: remove unused cli_oplock_handler()Stefan Metzmacher1-3/+0
2011-07-12s3:include: remove SMBkeepaliveStefan Metzmacher1-1/+0
2011-07-12s3:libsmb: remove unused cli->privilegesStefan Metzmacher1-1/+0
2011-07-11s3:libsmb: remove unused cli_set_port()Stefan Metzmacher1-1/+0
2011-07-11s3:libsmb: also remember the local socket address after connectStefan Metzmacher1-0/+1
2011-07-08s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher1-2/+0
2011-07-08s3:libsmb: remove unused smb_dos_errstr()Stefan Metzmacher1-1/+0
2011-07-08s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher2-12/+1
2011-07-08s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher3-19/+0
2011-07-08lib/param: Merge struct loadparm_service into commonAndrew Bartlett1-1/+1
2011-07-08lib/util Move bitmap.c to lib/utilAndrew Bartlett2-14/+0