summaryrefslogtreecommitdiff
path: root/source4/utils
AgeCommit message (Expand)AuthorFilesLines
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+2
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij2-10/+10
2008-05-05Move NTLM authentication details into auth/ntlmAndrew Bartlett2-0/+2
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2-9/+15
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-1/+0
2008-04-16Avoid event_find_context() when the event context is already availableJelmer Vernooij7-9/+11
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij1-5/+5
2008-04-14Fix the build.Jelmer Vernooij1-5/+5
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij7-34/+44
2008-04-14Fix problems with event context not being the parent.Simo Sorce7-34/+44
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2-19/+21
2008-04-09Link the new vampire code togeather.Andrew Bartlett3-2/+70
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2-5/+5
2008-03-20ntlm_auth: Improve compliance to the Squid helper protocol.Kai Blin1-10/+10
2008-02-29Move manpage management out of the perl build system.Jelmer Vernooij1-2/+4
2008-02-28Remove sDefault as static variable.Jelmer Vernooij1-5/+5
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+0
2008-02-09Move nmblookup blackbox test closer to the code it tests.Jelmer Vernooij1-0/+36
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2-9/+9
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij2-9/+9
2007-12-21r26465: ntlm_auth: Remoce pstring.Kai Blin1-3/+12
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij2-2/+3
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+3
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-4/+10
2007-12-21r26377: Specify port explicitly.Jelmer Vernooij1-3/+4
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij4-17/+19
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij1-4/+6
2007-12-21r26344: Fix memory access.Jelmer Vernooij1-2/+2
2007-12-21r26339: Make loadparm talloc-allocated.Jelmer Vernooij1-1/+1
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij5-9/+9
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-2/+2
2007-12-21r26312: Move specification of port higher up the call stack.Jelmer Vernooij1-5/+5
2007-12-21r26309: Move specification of port higher up the all stack.Jelmer Vernooij1-3/+9
2007-12-21r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij4-2/+5
2007-12-21r26275: return loadparm context in lp_load.Jelmer Vernooij1-3/+4
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij1-1/+0
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-2/+2
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+2
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-6/+7
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-1/+1
2007-12-21r26231: Spell check: credentails -> credentials.Jelmer Vernooij1-2/+2
2007-12-21r26230: Use task-provided loadparm context in a couple more places, avoid loa...Jelmer Vernooij1-5/+13
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-2/+5
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-85/+98
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+1