summaryrefslogtreecommitdiff
path: root/source4/smbd
Commit message (Expand)AuthorAgeFilesLines
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-152-5/+8
* credentials: Lowercase library name,Jelmer Vernooij2010-11-071-2/+2
* ldbsamba: Lowercase library name.Jelmer Vernooij2010-11-071-3/+3
* s4-server: cleanup allocation of process modelsAndrew Tridgell2010-11-032-10/+6
* s4-process_model Fix valgrind-found use of un-initialised variableAndrew Bartlett2010-11-021-0/+1
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-17/+2
* s4-process_model: use the static module prototypingAndrew Tridgell2010-11-011-15/+14
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-313-156/+0
* s4-smbd: initialise process models in smbtorture before useAndrew Tridgell2010-10-301-5/+11
* s4-smbd: leave the single process model as internalAndrew Tridgell2010-10-301-1/+1
* s4-cluster: make cluster a private shared libAndrew Tridgell2010-10-301-6/+6
* s4-smbd: make our process models into real modulesAndrew Tridgell2010-10-301-39/+46
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-308-38/+43
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-2/+2
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-4/+4
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-2/+2
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-231-4/+4
* s4 dns: Add a boilerplate DNS server implementationKai Blin2010-10-231-0/+1
* s4-waf: removed dependencies on missing subsystemsAndrew Tridgell2010-10-211-3/+3
* s4: show samba version in bin/samba -bAndrew Tridgell2010-10-141-0/+1
* libcli/security Use common security.hAndrew Bartlett2010-10-121-1/+1
* s4-smbd Remove event_context_set_default()Andrew Bartlett2010-10-112-9/+0
* s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett2010-10-111-1/+0
* credentials: Split up into several subsystems.Jelmer Vernooij2010-10-111-1/+1
* server: Add missing dependency on schannel database.Jelmer Vernooij2010-10-101-1/+1
* service: Add missing dependency on process_model.Jelmer Vernooij2010-10-101-1/+1
* torture: Link against rpc server itself, not service module. (against which w...Jelmer Vernooij2010-10-111-0/+2
* ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap.Jelmer Vernooij2010-10-101-1/+1
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-101-3/+3
* heimdal: Fix library name of gssapi.Jelmer Vernooij2010-10-051-1/+1
* s4-server: exit with status 127 on SIGTERMAndrew Tridgell2010-10-021-1/+1
* s4-server: check the return of irpc_binding_handle_by_nameAndrew Tridgell2010-09-151-3/+4
* s4-process: fixed the thread process model so it compilesAndrew Tridgell2010-09-071-1/+2
* s4:smbd/service_task: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-032-7/+6
* s4:process_thread: use monotonic time for time deltasBjörn Jacke2010-08-311-9/+10
* Avoid use of Samba DTD, which requires net access.Jelmer Vernooij2010-08-221-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-169-24/+24
* s4:schannel Open the schannel_store.tdb at startupAndrew Bartlett2010-06-251-0/+8
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-164-4/+4
* wafsamba: Fix building of modules as shared libraries.Jelmer Vernooij2010-06-151-1/+1
* s4:smbd/pidfile.c - fix "asprintf" callsMatthias Dieter Wallnöfer2010-05-281-2/+7
* s4:smbd: Use tstream_npa_accept_existing to accept named pipe connectionsSimo Sorce2010-05-261-532/+161
* s4:smbd: Add tstream to the stream_connection structureSimo Sorce2010-05-261-0/+1
* s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett2010-05-201-0/+41
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-184-9/+2
* s4:process_model Fix process_standard and process_onefork not to useAndrew Bartlett2010-05-142-55/+19
* s4:process_modals Add another process modal - 'onefork'Andrew Bartlett2010-05-143-0/+183
* Revert "s4: remove unused references to swat"Andrew Bartlett2010-05-141-0/+1
* s4: remove unused references to swatStefan Metzmacher2010-04-291-1/+0
* s4:service_named_pipe: use the passed client and server addressesStefan Metzmacher2010-04-271-1/+38