summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij12-26/+38
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij18-43/+60
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij12-26/+60
2007-12-21r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij5-8/+9
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij25-95/+101
2007-12-21r26267: Fix two calls of smb2_connect I missed.Jelmer Vernooij2-3/+10
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij17-90/+46
2007-12-21r26265: Use task-provided loadparm context in nbt and rpc servers.Jelmer Vernooij3-26/+39
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij19-56/+59
2007-12-21r26263: Don't assume CH_UNIX is CH_UTF8.Jelmer Vernooij1-1/+1
2007-12-21r26262: Add test for WERROR return code handling for Samba 3 client code.Jelmer Vernooij1-1/+40
2007-12-21r26261: Use enum type.Jelmer Vernooij1-1/+1
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij31-98/+112
2007-12-21r26259: Provide convert_string_talloc() variant that works directly with an i...Jelmer Vernooij1-39/+48
2007-12-21r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij9-28/+34
2007-12-21r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator.Günther Deschner1-1/+1
2007-12-21r26256: When generating Samba3 pidl output for WERROR based functions, make s...Günther Deschner1-0/+11
2007-12-21r26255: Work around another broken aspect of sys/capability.h on RHEL5.Michael Adam2-0/+25
2007-12-21r26254: Add check for PPC statfs.h to workaround for broken capability.h.Michael Adam1-1/+3
2007-12-21r26253: Add check for broken RedHat 7.2 system header files to lib/replace.Michael Adam1-0/+22
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij32-124/+159
2007-12-21r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2-8/+41
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij22-181/+186
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij21-86/+95
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij26-186/+45612
2007-12-21r26247: Don't allow use of older SWIG versions.Jelmer Vernooij2-1/+129
2007-12-21r26246: Make it easier to debug assert()s in the provision, if messages areAndrew Bartlett1-27/+23
2007-12-21r26245: Make it easier to handle the LDAP backend, with it's differing needs,Andrew Bartlett3-17/+20
2007-12-21r26244: Add a module (sans tests for the moment) that implements rangedAndrew Bartlett3-0/+218
2007-12-21r26243: stdint.i requires swigarch.iJelmer Vernooij2-1/+66
2007-12-21r26242: Don't fail if swig is not available.Jelmer Vernooij1-1/+1
2007-12-21r26240: We now actually use torture_context pointers for more than just alloc...Jelmer Vernooij5-58/+51
2007-12-21r26239: Fix registry argument order.Jelmer Vernooij1-2/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij72-512/+504
2007-12-21r26237: Add loadparm context to the server service interface.Jelmer Vernooij12-10/+18
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij31-81/+93
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij9-29/+34
2007-12-21r26234: More global_loadparm fixes.Jelmer Vernooij11-34/+42
2007-12-21r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij11-15/+28
2007-12-21r26232: Provide replacement for stdint.i for users of older versions of swig.Jelmer Vernooij2-1/+110
2007-12-21r26231: Spell check: credentails -> credentials.Jelmer Vernooij9-10/+10
2007-12-21r26230: Use task-provided loadparm context in a couple more places, avoid loa...Jelmer Vernooij4-13/+21
2007-12-21r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij12-25/+34
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij26-64/+88
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij27-129/+152
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij13-18/+24
2007-12-21r26225: Remove use of global_loadparm in wins server.Jelmer Vernooij1-14/+15
2007-12-21r26224: Remove another use of global_loadparm.Jelmer Vernooij3-5/+4
2007-12-21r26223: Move loadparm context up in the stack.Jelmer Vernooij5-2/+8
2007-12-21r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij4-14/+16