summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r6324: Pass server name instead of binding string on command line (always useTim Potter2007-10-101-22/+19
* r6323: added server side support for dgram NTLOGON requests. NT4 workstations...Andrew Tridgell2007-10-106-11/+70
* r6322: Fix compile warning for struct sockaddr.Tim Potter2007-10-101-0/+1
* r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent byAndrew Tridgell2007-10-109-4/+377
* r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ...Andrew Tridgell2007-10-104-5/+10
* r6315: Allow sane session setup behaviour on SPNEGO regarding VUIDs.Andrew Bartlett2007-10-101-1/+3
* r6314: A more complete RAW-CONTEXT test. This Samba4 currently fails, but itAndrew Bartlett2007-10-101-6/+65
* r6313: Much better handling of LogoffAndX when the vuid is invalid (ie, don'tAndrew Bartlett2007-10-101-12/+14
* r6312: Metze reminds me this header is no longer required.Andrew Bartlett2007-10-101-1/+0
* r6310: Rename password.c to session.c, and remove the linked list of allAndrew Bartlett2007-10-103-7/+3
* r6309: Remove this file it is empty and unreferenced. (In preperation forAndrew Bartlett2007-10-101-29/+0
* r6295: - add idl for EcDoRpc from the exchange_emsmdb interfaceStefan Metzmacher2007-10-101-1/+14
* r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher2007-10-104-22/+134
* r6293: fix formatingStefan Metzmacher2007-10-101-49/+49
* r6288: the nbt dgram server now responds to GETDC requests. It works with ourAndrew Tridgell2007-10-105-4/+110
* r6287: sorted out a small but surprisingly tricky dependency problem with theAndrew Tridgell2007-10-106-113/+147
* r6286: Add back metze's test of setting a trust password to ''. I removedAndrew Bartlett2007-10-101-5/+33
* r6272: For 'programmed' use of an anonymous account, we should useAndrew Bartlett2007-10-101-2/+9
* r6271: Don't zero the cli_credentials structure - instead allow valgrind toAndrew Bartlett2007-10-102-2/+9
* r6270: Move the VUID handling to a IDR tree. This should avoid O(n)Andrew Bartlett2007-10-104-119/+157
* r6248: added parsing of type 10 UAS announce netlogon packetsAndrew Tridgell2007-10-102-1/+43
* r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell2007-10-1010-43/+236
* r6246: stop waiting when we get a replyAndrew Tridgell2007-10-101-3/+6
* r6245: receive and parse the GETDC response in the NBT-DGRAM test. The testAndrew Tridgell2007-10-105-4/+56
* r6238: Ensure if realloc fails on an internalJeremy Allison2007-10-101-3/+8
* r6229: Back out these changes ...Richard Sharpe2007-10-102-16/+2
* r6223: added a bit more datagram infrastructure and the beginnings of a testAndrew Tridgell2007-10-108-13/+291
* r6222: fixed the socket wrapper code for getsockname()Andrew Tridgell2007-10-101-1/+1
* r6219: This change allows us to fall back to authenticating withoutRichard Sharpe2007-10-102-2/+16
* r6215: Add test for LookupNames. Fix CreateUser2 test.Tim Potter2007-10-101-32/+9
* r6214: Fix typo in DomainHandle.OpenUser() function.Tim Potter2007-10-101-3/+22
* r6213: Add %array_functions for struct samr_String so we can create andTim Potter2007-10-101-0/+1
* r6212: Treat uint8 and int8's as integers instead of chars. Swig maps a charTim Potter2007-10-101-2/+2
* r6211: Use cli_credentials_set_{domain,username,password}() to fill inTim Potter2007-10-101-1/+18
* r6210: Call cli_credentials_set_conf() when initialising credentials inTim Potter2007-10-101-1/+1
* r6209: started added code to support mailslot requests over UDP/138Andrew Tridgell2007-10-105-14/+384
* r6208: Add cli_credentials support for swig wrappers. For the moment itTim Potter2007-10-104-8/+12
* r6207: - clean up source topdirStefan Metzmacher2007-10-1021-1120/+4
* r6206: go baack 10 revisions to get DatabaseDeltas, this shows that the bdc onlyStefan Metzmacher2007-10-101-1/+5
* r6197: fix for my last commit, I removed SPOOLSS_ARCHITECTURE, which was "Arc...Stefan Metzmacher2007-10-101-2/+2
* r6196: Make the comparisons consistent with in the same expression.Richard Sharpe2007-10-101-1/+1
* r6195: I think Metze meant SPOOLSS_ARCHITECTURE_NT_X86, but I could be wrong.Richard Sharpe2007-10-101-1/+1
* r6194: - fix some spoolss_*Form names and typesStefan Metzmacher2007-10-102-52/+142
* r6193: we don't need to store the handle type here,Stefan Metzmacher2007-10-102-3/+1
* r6192: remove handle->destroy function pointer, this should be done by talloc...Stefan Metzmacher2007-10-102-5/+0
* r6191: fix spoolss_Enum* push codeStefan Metzmacher2007-10-101-3/+9
* r6190: fix gensize on unionsStefan Metzmacher2007-10-101-1/+2
* r6189: move function to the right placeStefan Metzmacher2007-10-101-8/+5
* r6188: correct fix for rev 6182Stefan Metzmacher2007-10-101-6/+2
* r6187: 1. Make sure that we don't try to delete . and .. in a more portable way.Richard Sharpe2007-10-101-10/+34