Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and use | Andrew Bartlett | 2005-10-09 | 2 | -61/+37 | |
| | | | | | | it in the RPC-SAMLOGON test. Andrew Bartlett | |||||
* | r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest ↵ | Volker Lendecke | 2005-10-09 | 6 | -200/+263 | |
| | | | | | | | | of the async helpers. Volker | |||||
* | r10845: Add new function to decrypt the session keys in samlogon responses. | Andrew Bartlett | 2005-10-09 | 1 | -0/+44 | |
| | | | | Andrew Bartlett | |||||
* | r10844: Add challenge-response authentication to Samba4's winbindd for VL. | Andrew Bartlett | 2005-10-09 | 3 | -1/+128 | |
| | | | | | | | Plaintext should be simple, but I'm going to do some infrustructure work first. Andrew Bartlett | |||||
* | r10843: Reformatting | Volker Lendecke | 2005-10-09 | 1 | -16/+26 | |
| | ||||||
* | r10842: Fix some issues with [out] unions that have a discriminator that is ↵ | Jelmer Vernooij | 2005-10-08 | 4 | -76/+37 | |
| | | | | | | only [in] | |||||
* | r10840: Fix indentation | Jelmer Vernooij | 2005-10-08 | 1 | -1/+1 | |
| | ||||||
* | r10839: Add some [ref] (required for ethereal and Samba3 parser generators) | Jelmer Vernooij | 2005-10-08 | 1 | -18/+20 | |
| | ||||||
* | r10838: Get us an schannel'ed netlogon pipe. | Volker Lendecke | 2005-10-08 | 3 | -16/+130 | |
| | | | | | | | Abartlet, now I think I need some assistance to implement the pam auth & crap auth calls. Volker | |||||
* | r10836: giving NT_STATUS_NO_MEMORY, when the connection fails wasn't a good ↵ | Stefan Metzmacher | 2005-10-08 | 1 | -1/+8 | |
| | | | | | | idea... metze | |||||
* | r10834: Work in progress on winbind. With some helper routines the composite ↵ | Volker Lendecke | 2005-10-08 | 5 | -672/+478 | |
| | | | | | | | | | | | | functions start to look sane. Question: What about providing all winbind commands as irpc interfaces that are called from the samba3 compatibility layer? This way it would be easy for other samba components to access its functionality. Does that make sense? Volker | |||||
* | r10832: free the old session info | Stefan Metzmacher | 2005-10-08 | 1 | -0/+5 | |
| | | | | metze | |||||
* | r10830: we should use the same name in all places:-) | Stefan Metzmacher | 2005-10-08 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r10829: Documentation updates | Jelmer Vernooij | 2005-10-08 | 8 | -100/+180 | |
| | | | | | Update TODO Some small fixes to the modules | |||||
* | r10825: Complete wbinfo -n | Volker Lendecke | 2005-10-07 | 4 | -12/+388 | |
| | ||||||
* | r10820: Use talloc_get_type as suggested by tridge. | Andrew Bartlett | 2005-10-07 | 2 | -7/+7 | |
| | | | | Andrew Bartlett | |||||
* | r10812: Fix capitalisation (thanks tridge). | Andrew Bartlett | 2005-10-07 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | r10811: Revert accidental commit, I still need to finish the displayName and | Andrew Bartlett | 2005-10-07 | 1 | -55/+0 | |
| | | | | | | syntatical mapping work. Andrew Bartlett | |||||
* | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 2005-10-07 | 27 | -1179/+425 | |
| | | | | | | | | | | | | | | | | | | | | authenticated session down into LDB. This associates a session info structure with the open LDB, allowing a future ldb_ntacl module to allow/deny operations on that basis. Along the way, I cleaned up a few things, and added new helper functions to assist. In particular the LSA pipe uses simpler queries for some of the setup. In ldap_server, I have removed the 'ldasrv:hacked' module, which hasn't been worked on (other than making it continue to compile) since January, and I think the features of this module are being put into ldb anyway. I have also changed the partitions in ldap_server to be initialised after the connection, with the private pointer used to associate the ldb with the incoming session. Andrew Bartlett | |||||
* | r10809: Add struct decl | Andrew Bartlett | 2005-10-07 | 1 | -0/+2 | |
| | ||||||
* | r10807: Make the split-out files actually compile... | Andrew Bartlett | 2005-10-07 | 2 | -7/+7 | |
| | | | | Andrew Bartlett | |||||
* | r10806: Add missing file. | Andrew Bartlett | 2005-10-07 | 1 | -0/+35 | |
| | ||||||
* | r10805: Move RPC-SAMLOGON to C99 initialisation | Andrew Bartlett | 2005-10-07 | 1 | -97/+97 | |
| | | | | Andrew Bartlett | |||||
* | r10804: Move the DRSUAPI cracknames test into a seperate file, and collapse | Andrew Bartlett | 2005-10-07 | 3 | -1219/+719 | |
| | | | | | | the file size by converting it to a table-driven system. Andrew Bartlett | |||||
* | r10803: Remove a duplicate krbtgt test, and add a test looking for the | Andrew Bartlett | 2005-10-07 | 1 | -10/+10 | |
| | | | | | | | 'support account'. This shows that we need to be searching on displayName, and probably CN too. Andrew Bartlett | |||||
* | r10800: Indent | Andrew Bartlett | 2005-10-07 | 1 | -2/+2 | |
| | ||||||
* | r10796: Make getting an anonymous session info a utility function. | Andrew Bartlett | 2005-10-07 | 2 | -21/+27 | |
| | | | | Andrew Bartlett | |||||
* | r10791: Add copyright, fix comments (this isn't the timestamps module any more) | Andrew Bartlett | 2005-10-07 | 1 | -3/+2 | |
| | | | | Andrew Bartlett | |||||
* | r10790: allow updating of existing ldb opaque values (thanks to abartlet for | Andrew Tridgell | 2005-10-07 | 1 | -1/+11 | |
| | | | | spotting this) | |||||
* | r10788: - Give unions a name | Jelmer Vernooij | 2005-10-06 | 2 | -2/+3 | |
| | | | | - Check initialisation function return value | |||||
* | r10787: Fix silly nodiscriminant-issue | Jelmer Vernooij | 2005-10-06 | 2 | -1/+5 | |
| | ||||||
* | r10768: add a function to create a stream_connection from an already | Stefan Metzmacher | 2005-10-06 | 1 | -0/+33 | |
| | | | | | | | existing socket connection, that's used for protocols which switch the client/server roles inside a session metze | |||||
* | r10766: - make it possible to mark a wrepl_request as send only, | Stefan Metzmacher | 2005-10-06 | 4 | -18/+137 | |
| | | | | | | | | | | | | | | | used for WREPL_REPL_INFORM* messsages - make it possible to close the connection after a request was send used for WREPL_ASSOCIATION_STOP - fix the torture test that tests the assoc context handling between connections, you can issue a request and get the reply on another connection, I think we should not implement that in our server code, as I think it's a security hole, you can cause a windows server to send the replies to someone another client, that doesn't wait for data, and as there're no massage_id in the protocol the client would be confused by a replies that doesn't belong to a query metze | |||||
* | r10765: Actually use VALS() setting for enums | Jelmer Vernooij | 2005-10-06 | 1 | -21/+21 | |
| | ||||||
* | r10764: To match Win2k3 SP1, we need to set an anonymous user token for | Andrew Bartlett | 2005-10-06 | 3 | -13/+24 | |
| | | | | | | | | schannel connections. Test for Win2k3 SP1 behaviour in RPC-SCHANNEL. Andrew Bartlett | |||||
* | r10763: PROOF of the single, easily understood cause of all of our schannel ↵ | Andrew Bartlett | 2005-10-06 | 1 | -4/+87 | |
| | | | | | | | | | | | PAIN! This test currently passes against Win2k3 SP0, but not SP1. The problem was not a convoluted series of changes in policy handles, but a simple rule that schannel logins would be regarded as ANONYMOUS not SYSTEM. Andrew Bartlett | |||||
* | r10761: we need to use a pointer to a nbt_name to fix compiler warnings, ↵ | Stefan Metzmacher | 2005-10-06 | 3 | -19/+25 | |
| | | | | | | | | because we can only use a pointers to unknown types in proto.h metze | |||||
* | r10760: remove only one star from the pointers, and not from the stars that | Stefan Metzmacher | 2005-10-06 | 1 | -1/+3 | |
| | | | | | | | | | come from the array nesting this fixes a compiler warning and but in the eventlog.h, where the idl uses nstring strings[num_strings] metze | |||||
* | r10759: make modules easier to write by allowing modules to only implement the | Andrew Tridgell | 2005-10-06 | 8 | -248/+78 | |
| | | | | | | functions they care about, instead of all functions. This also makes it more likely that future changes to ldb will not break existing modules | |||||
* | r10757: remove the proxy module (it is not complete yet) | Andrew Tridgell | 2005-10-06 | 1 | -1/+0 | |
| | ||||||
* | r10756: another fix for the construction of expressions from subtrees for | Andrew Tridgell | 2005-10-06 | 1 | -4/+6 | |
| | | | | SUBSTRING searches. This time fix multi-part substring searches. | |||||
* | r10755: fixed the construction of expressions from subtrees for SUBSTRING ↵ | Andrew Tridgell | 2005-10-06 | 1 | -1/+8 | |
| | | | | searches | |||||
* | r10754: fixed a valgrind error for unmatched SMB replies | Andrew Tridgell | 2005-10-06 | 1 | -3/+3 | |
| | ||||||
* | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 2005-10-06 | 18 | -237/+95 | |
| | | | | | | | | | | | a search() function, instead each module now only implements the bytree method, and the expression based search is handled generically by the modules code. This makes for more consistency and less code duplication. fixed the tdb backend to handle BASE searches much more efficiently. They now always only lookup one record, regardless of the search expression | |||||
* | r10752: make sure we set the exist status correctly for the tdb tests | Andrew Tridgell | 2005-10-06 | 1 | -1/+1 | |
| | ||||||
* | r10742: Support multi-level pointers + ref pointer fixes | Jelmer Vernooij | 2005-10-05 | 4 | -25/+71 | |
| | ||||||
* | r10739: Reduce number of calls to prs_align_custom() | Jelmer Vernooij | 2005-10-05 | 2 | -22/+26 | |
| | ||||||
* | r10737: Fix some alignment issues | Jelmer Vernooij | 2005-10-05 | 2 | -43/+70 | |
| | ||||||
* | r10734: Generate ptr, size, offset, and length elements in unions just once. | Jelmer Vernooij | 2005-10-05 | 2 | -12/+30 | |
| | ||||||
* | r10732: Generate _ctr structures for unions | Jelmer Vernooij | 2005-10-05 | 3 | -8/+65 | |
| |