search for: conn_free

Displaying 5 results from an estimated 5 matches for "conn_free".

2004 Jan 07
0
Win2K3 ADS and Samba 3.0.1: Cannot access shares even with IP
...0) { DEBUG(0,("%s (%s) Can't change directory to %s (%s)\n", get_remote_machine_name(), conn->client_address, conn->connectpath,strerror(errno))); change_to_root_user(); yield_connection(conn, lp_servicename(SNUM(conn))); conn_free(conn); *status = NT_STATUS_BAD_NETWORK_NAME; return NULL; } #else /* the alternative is just to check the directory exists */ if (stat(conn->connectpath, &st) != 0 || !S_ISDIR(st.st_mode)) { DEBUG(0,("'%s' does not exist or is not a directory,...
2004 Feb 02
2
PANIC: internal error..
...TRACE: 17 stack frames: #0 smbd(smb_panic+0x181) [0x818a994] #1 smbd [0x817b5ce] #2 smbd [0x817b617] #3 /lib/libc.so.6 [0x401734f8] #4 /lib/libc.so.6(__libc_free+0x7c) [0x401bdfbc] #5 smbd(talloc_destroy_pool+0x26) [0x818eebd] #6 smbd(talloc_destroy+0x17) [0x818ef0c] #7 smbd(conn_free+0x1a2) [0x808646f] #8 smbd(close_cnum+0x22c) [0x80c04fc] #9 smbd(reply_tdis+0xa4) [0x809cbdb] #10 smbd [0x80bce0c] #11 smbd [0x80bce96] #12 smbd(process_smb+0x1b9) [0x80bd191] #13 smbd(smbd_process+0x153) [0x80bdbec] #14 smbd(main+0x6ec) [0x81e3e5b] #15 /lib/libc.so.6(__libc...
2003 Apr 18
0
[Fwd: Xinetd 2.3.10 Memory Leaks]
...> > > > if ( ret_code != OK ) > > { > > if ( SVC_LOGS_USERID_ON_FAILURE( sp ) ) > > if( spec_service_handler( LOG_SERVICE( ps ), cp ) == FAILED ) { > > conn_free( cp, 1 ); > > return; > > } > > CONN_CLOSE(cp); > > } > > } > > > > The above code has several problems. One background piece of information > > is that the sigchld handler in xinetd (child_exit->server_end-&...
2000 May 10
0
patche for samba-2.0.7/source/smbd/conn.c
..._open ) { + break; + } + } + } - return allidle; + return allidle; } /**************************************************************************** free a conn structure ****************************************************************************/ void conn_free(connection_struct *conn) { - DLIST_REMOVE(Connections, conn); - - if (conn->ngroups && conn->groups) { - free(conn->groups); - conn->groups = NULL; - conn->ngroups = 0; - } - - free_namearray(conn->veto_list); - free_namearray(conn->hide_list); - free_namearray(conn...
2002 Jul 31
16
Trying to debug a WinXP - Win2000 ADSproblem..HELP!
Now I could be way of base here, but I run 2 samba web servers with approx 8 people working with them. So my exp is limited. When I got here the boxes were set up with server level security and I had tons of problems with them. When I reformatted the units, I actually joined the samba boxes to the domain and set the security to "domain" I found these steps in an old version of Linux-Mag,