summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLIAndrew Tridgell2007-10-102-1/+9
* r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell2007-10-107-3/+319
* r6182: Jelmer, I think we need to initialize the switch_list, else we areRichard Sharpe2007-10-101-0/+4
* r6181: Use ndr_print_set_switch_value() here as well.Jelmer Vernooij2007-10-101-1/+2
* r6180: Use token_lists for storing switch valuesJelmer Vernooij2007-10-103-24/+24
* r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher2007-10-104-9/+951
* r6178: fix ncacn_np connection without sign or seal against NT4Stefan Metzmacher2007-10-101-1/+4
* r6177: Use here documents instead of print() statements to generate theTim Potter2007-10-101-144/+164
* r6165: fixed up the userinfo composite code. Fixes include:Andrew Tridgell2007-10-103-71/+53
* r6164: More comments in the code.Rafal Szczesniak2007-10-101-2/+49
* r6159: Move some more general ndr stuff (alignment calculations) to ndr.pmJelmer Vernooij2007-10-102-106/+85