summaryrefslogtreecommitdiff
path: root/source4/rpc_server/common
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij2-0/+4
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+2
2008-04-02Move handle utility functions to public header, remove more public headers.Jelmer Vernooij1-37/+0
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij2-17/+28
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-6/+6
2007-12-21r26310: Remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26300: Don't segfault when called from the ntptr libs.Andrew Bartlett1-3/+3
2007-12-21r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij1-11/+11
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-1/+1
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-1/+1
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij1-4/+4
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-4/+4
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-6/+6
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-4/+4
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell3-9/+6
2007-10-10r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett1-1/+74
2007-10-10r18558: Fix ShareCheck which was assuming all paths are "C:\"Simo Sorce1-1/+4
2007-10-10r18555: use C:\ as default not C:Stefan Metzmacher1-1/+1
2007-10-10r18550: Return a path not just a disk driveSimo Sorce1-1/+9
2007-10-10r18412: Implement NetiNameValidate but just for share name right now (type 9)Simo Sorce1-0/+9
2007-10-10r18315: Implement netSrvGetInfo level 102Simo Sorce1-0/+44
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce2-46/+19
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij1-1/+1
2007-10-10r15319: remove unneeded macrosStefan Metzmacher1-8/+0
2007-10-10r14567: Make some more functions public.Jelmer Vernooij1-7/+7
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij3-0/+4
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r8049: add function that returns the build version (of w2k3 here 3790)Stefan Metzmacher1-0/+6
2007-10-10r6606: add a DCESRV_FAULT_VOID() marco to use in void functionsStefan Metzmacher1-0/+6
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett1-59/+0
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-1/+8
2007-10-10r4558: more use of bitmaps and enumsStefan Metzmacher2-4/+9
2007-10-10r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell1-1/+3
2007-10-10r4440: - add a start of srvsvc_NetShareCheck() server codeStefan Metzmacher1-5/+21
2007-10-10r4432: - add srvsvc_NetShareInfo level 1006 and 1501 idlStefan Metzmacher1-3/+9
2007-10-10r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY...Stefan Metzmacher1-7/+25
2007-10-10r4275: improve the share type infoAndrew Tridgell1-0/+6
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+1
2007-10-10r2953: add NTSTATUS_TALLOC_CHECK(x)Stefan Metzmacher1-0/+4
2007-10-10r2887: fix commentStefan Metzmacher1-1/+1
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell1-1/+1
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett1-1/+1
2007-10-10r1519: show the ldb_errstring() value in the log for failed ldb callsAndrew Tridgell1-1/+3
2007-10-10r1270: Start to break samdb into general bits so we can share code with otherTim Potter1-0/+54
2007-10-10r1205: Whoops - this should fix the build.Tim Potter1-2/+5
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2-11/+11
2007-10-10r578: initial server side implementation of samr_CreateUser(),Andrew Tridgell1-0/+11
2007-10-10r464: a big improvement to the API for writing server-side RPCAndrew Tridgell1-4/+12