summaryrefslogtreecommitdiff
path: root/source4/nbt_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-2/+2
2007-10-10r10706: split out the irpc server functions in the NBT server, so the mainlineAndrew Tridgell3-151/+195
2007-10-10r10675: Connect to the DC's IPC$Volker Lendecke1-5/+10
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-4/+4
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2-22/+20
2007-10-10r10491: First step towards wbinfo -t: This issues a name request for the primaryVolker Lendecke1-0/+119
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-5/+34
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-1/+0
2007-10-10r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij1-0/+7
2007-10-10r10252: a recent checkin from simo changed the handling of BASE and SUBTREEAndrew Tridgell1-22/+15
2007-10-10r10081: - create a seperate WINSDB subsystemStefan Metzmacher1-2/+11
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2-6/+7
2007-10-10r9011: Remove more references to "name" as a netbios name, using theAndrew Bartlett1-10/+41
2007-10-10r8734: fixed the wins server for the new ldb DN restrictions.Andrew Tridgell1-3/+29
2007-10-10r8588: register wins server with irpcAndrew Tridgell1-0/+3
2007-10-10r8285: generate some real stats in the nbt server for the irpc client code to...Andrew Tridgell4-0/+35
2007-10-10r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell1-0/+2
2007-10-10r7955: we should not free a struct which is passed as a parameter, to a functionStefan Metzmacher1-2/+0
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell1-5/+5
2007-10-10r7378: Lowercase netbios name when forming the DNS name of the DC in theAndrew Bartlett1-4/+6
2007-10-10r7321: add nbtd statistics serving over irpcAndrew Tridgell2-0/+31
2007-10-10r6904: use "krb5:kdc=yes" in your smb.conf when you have the lorikeet-heimdal...Stefan Metzmacher1-1/+1
2007-10-10r6768: Fix wrong commentSimo Sorce1-1/+1
2007-10-10r6750: some minor tweaks to the cldapd serverAndrew Tridgell1-2/+4
2007-10-10r6618: only print the netlogon packets we receive if it is an unknown packet ...Andrew Tridgell1-2/+1
2007-10-10r6339: set the NBT_SERVER_LDAP and NBT_SERVER_KDC bits based on configAndrew Tridgell1-3/+13
2007-10-10r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell1-0/+82
2007-10-10r6323: added server side support for dgram NTLOGON requests. NT4 workstations...Andrew Tridgell1-0/+41
2007-10-10r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent byAndrew Tridgell3-0/+78
2007-10-10r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ...Andrew Tridgell1-0/+1
2007-10-10r6288: the nbt dgram server now responds to GETDC requests. It works with ourAndrew Tridgell1-1/+64
2007-10-10r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell5-39/+224
2007-10-10r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell3-3/+59
2007-10-10r5585: LDB interfaces change:Simo Sorce2-7/+7
2007-10-10r5454: moved the WINS server code into its own directoryAndrew Tridgell6-10/+19
2007-10-10r5418: - added version numbers to WINS database records in preparation for ad...Andrew Tridgell4-4/+84
2007-10-10r5411: make network interface selection a bit sanerAndrew Tridgell1-0/+5
2007-10-10r5408: - added testing for the behaviour of the special 0x1c nameAndrew Tridgell4-9/+20
2007-10-10r5397: added testing and server support for the special handling required for...Andrew Tridgell1-0/+6
2007-10-10r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell6-47/+280
2007-10-10r5387: - added automatic WINS server record expiryAndrew Tridgell3-20/+149
2007-10-10r5375: use a real DN in the WINS database. We now pass the NBT-WINS test.Andrew Tridgell1-2/+2
2007-10-10r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell7-28/+393
2007-10-10r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell7-39/+47
2007-10-10r5346: - a bit more preparation for the WINS server going inAndrew Tridgell8-144/+263
2007-10-10r5329: made the nbt server case sensitiveAndrew Tridgell2-2/+2
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-4/+4
2007-10-10r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell5-34/+145
2007-10-10r5260: - show an error message on nmblookup failureAndrew Tridgell1-3/+0