summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and useAndrew Bartlett2005-10-092-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 Lendecke2005-10-096-200/+263
| | | | | | | | of the async helpers. Volker
* r10845: Add new function to decrypt the session keys in samlogon responses.Andrew Bartlett2005-10-091-0/+44
| | | | Andrew Bartlett
* r10844: Add challenge-response authentication to Samba4's winbindd for VL.Andrew Bartlett2005-10-093-1/+128
| | | | | | | Plaintext should be simple, but I'm going to do some infrustructure work first. Andrew Bartlett
* r10843: ReformattingVolker Lendecke2005-10-091-16/+26
|
* r10842: Fix some issues with [out] unions that have a discriminator that is ↵Jelmer Vernooij2005-10-084-76/+37
| | | | | | only [in]
* r10840: Fix indentationJelmer Vernooij2005-10-081-1/+1
|
* r10839: Add some [ref] (required for ethereal and Samba3 parser generators)Jelmer Vernooij2005-10-081-18/+20
|
* r10838: Get us an schannel'ed netlogon pipe.Volker Lendecke2005-10-083-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 Metzmacher2005-10-081-1/+8
| | | | | | idea... metze
* r10834: Work in progress on winbind. With some helper routines the composite ↵Volker Lendecke2005-10-085-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 infoStefan Metzmacher2005-10-081-0/+5
| | | | metze
* r10830: we should use the same name in all places:-)Stefan Metzmacher2005-10-081-1/+1
| | | | metze
* r10829: Documentation updatesJelmer Vernooij2005-10-088-100/+180
| | | | | Update TODO Some small fixes to the modules
* r10825: Complete wbinfo -nVolker Lendecke2005-10-074-12/+388
|
* r10820: Use talloc_get_type as suggested by tridge.Andrew Bartlett2005-10-072-7/+7
| | | | Andrew Bartlett
* r10812: Fix capitalisation (thanks tridge).Andrew Bartlett2005-10-071-1/+1
| | | | Andrew Bartlett
* r10811: Revert accidental commit, I still need to finish the displayName andAndrew Bartlett2005-10-071-55/+0
| | | | | | syntatical mapping work. Andrew Bartlett
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2005-10-0727-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 declAndrew Bartlett2005-10-071-0/+2
|
* r10807: Make the split-out files actually compile...Andrew Bartlett2005-10-072-7/+7
| | | | Andrew Bartlett
* r10806: Add missing file.Andrew Bartlett2005-10-071-0/+35
|
* r10805: Move RPC-SAMLOGON to C99 initialisationAndrew Bartlett2005-10-071-97/+97
| | | | Andrew Bartlett
* r10804: Move the DRSUAPI cracknames test into a seperate file, and collapseAndrew Bartlett2005-10-073-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 theAndrew Bartlett2005-10-071-10/+10
| | | | | | | 'support account'. This shows that we need to be searching on displayName, and probably CN too. Andrew Bartlett
* r10800: IndentAndrew Bartlett2005-10-071-2/+2
|
* r10796: Make getting an anonymous session info a utility function. Andrew Bartlett2005-10-072-21/+27
| | | | Andrew Bartlett
* r10791: Add copyright, fix comments (this isn't the timestamps module any more)Andrew Bartlett2005-10-071-3/+2
| | | | Andrew Bartlett
* r10790: allow updating of existing ldb opaque values (thanks to abartlet forAndrew Tridgell2005-10-071-1/+11
| | | | spotting this)
* r10788: - Give unions a nameJelmer Vernooij2005-10-062-2/+3
| | | | - Check initialisation function return value
* r10787: Fix silly nodiscriminant-issueJelmer Vernooij2005-10-062-1/+5
|
* r10768: add a function to create a stream_connection from an alreadyStefan Metzmacher2005-10-061-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 Metzmacher2005-10-064-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 enumsJelmer Vernooij2005-10-061-21/+21
|
* r10764: To match Win2k3 SP1, we need to set an anonymous user token forAndrew Bartlett2005-10-063-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 Bartlett2005-10-061-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 Metzmacher2005-10-063-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 thatStefan Metzmacher2005-10-061-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 theAndrew Tridgell2005-10-068-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 Tridgell2005-10-061-1/+0
|
* r10756: another fix for the construction of expressions from subtrees forAndrew Tridgell2005-10-061-4/+6
| | | | SUBSTRING searches. This time fix multi-part substring searches.
* r10755: fixed the construction of expressions from subtrees for SUBSTRING ↵Andrew Tridgell2005-10-061-1/+8
| | | | searches
* r10754: fixed a valgrind error for unmatched SMB repliesAndrew Tridgell2005-10-061-3/+3
|
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2005-10-0618-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 testsAndrew Tridgell2005-10-061-1/+1
|
* r10742: Support multi-level pointers + ref pointer fixesJelmer Vernooij2005-10-054-25/+71
|
* r10739: Reduce number of calls to prs_align_custom()Jelmer Vernooij2005-10-052-22/+26
|
* r10737: Fix some alignment issuesJelmer Vernooij2005-10-052-43/+70
|
* r10734: Generate ptr, size, offset, and length elements in unions just once.Jelmer Vernooij2005-10-052-12/+30
|
* r10732: Generate _ctr structures for unionsJelmer Vernooij2005-10-053-8/+65
|