summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/nbt_server.c
Commit message (Expand)AuthorAgeFilesLines
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-11/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+2
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+1
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-4/+5
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-1/+1
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26265: Use task-provided loadparm context in nbt and rpc servers.Jelmer Vernooij2007-12-211-1/+1
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+2
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-1/+1
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett2007-10-101-0/+10
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+2
* r13941: fix the buildStefan Metzmacher2007-10-101-1/+1
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12607: fix the buildStefan Metzmacher2007-10-101-1/+1
* r10706: split out the irpc server functions in the NBT server, so the mainlineAndrew Tridgell2007-10-101-150/+1
* r10675: Connect to the DC's IPC$Volker Lendecke2007-10-101-5/+10
* r10491: First step towards wbinfo -t: This issues a name request for the primaryVolker Lendecke2007-10-101-0/+119
* r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell2007-10-101-0/+2
* r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell2007-10-101-5/+5
* r7321: add nbtd statistics serving over irpcAndrew Tridgell2007-10-101-0/+27
* r5411: make network interface selection a bit sanerAndrew Tridgell2007-10-101-0/+5
* r5346: - a bit more preparation for the WINS server going inAndrew Tridgell2007-10-101-0/+7
* r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell2007-10-101-2/+3
* r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell2007-10-101-2/+2
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5171: added support for "bind interfaces only" in nbtd. The solution was toAndrew Tridgell2007-10-101-23/+0
* r5147: remove unused varStefan Metzmacher2007-10-101-3/+0
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-101-5/+13
* r5109: - fixed handling of zero-length subcontexts in the ndr libraryAndrew Tridgell2007-10-101-1/+8
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-101-0/+85