summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r1047: Now samr eparser compiles, links and doesn't crash ethereal.Tim Potter2007-10-103-11/+97
| | | | (This used to be commit f18dc9eb887034171dcf28a1f309a69e9088604e)
* r1046: initialise a structure element caught by valgrindAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 4daab1eaec633d97974d7d02f5c1a9e908392a7a)
* r1045: Wow - we actually compile (but not link) the autogenerated parser fromTim Potter2007-10-103-38/+170
| | | | | samr. The array handling is a bit of a mess though. (This used to be commit 7ff7737832e0e5877ce8bcf329a123a2bce05370)
* r1044: don't use sub_get_remote_machine()Andrew Tridgell2007-10-101-3/+2
| | | | (This used to be commit be75cdc1bf5558cb7da50b15bf1fd629a0c44dc2)
* r1043: allocate signature from the right mem_ctx. Samba4 now passes the ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | schannel torture test. (This used to be commit 95599e3ef79bf5cafb556121c99ffc5c3a8f3314)
* r1042: added testing of 128 bit schannel session keysAndrew Tridgell2007-10-103-7/+26
| | | | (This used to be commit 96fc2b6f1e7372cc3646bd52172187b8a689c15a)
* r1041: - pulled the domain join code out of the netlogon test and made it a ↵Andrew Tridgell2007-10-1010-237/+515
| | | | | | | | | | | | | separate utility function, to allow multiple torture tests to temporarily join a domain - fixed a session key size problem - added a schannel test suite - allow schannel to work with ncacn_ip_tcp (This used to be commit 36f05e4d575099fcb957b8a55781c38dcd2e1177)
* r1040: make sure main() doesn't get auto-prototypedAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 7c2279e4bc631d88e402ac82c6c17fb811785394)
* r1039: Remove description of unexisting option.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit c085b1f94e42f6fc11e72344652019dde5036e60)
* r1038: Check whether a module actually exists before attempting to load it...Jelmer Vernooij2007-10-101-1/+4
| | | | (This used to be commit c8e3fd75e594c8fc841337234e99be288180822f)
* r1037: Always export all symbolsJelmer Vernooij2007-10-102-152/+149
| | | | (This used to be commit 0209dce1eb9c62c0e454906d9ba015d8c5f5abf6)
* r1036: Get module initialisation function correct when building sharedJelmer Vernooij2007-10-101-0/+20
| | | | (This used to be commit 8238acef47b754f91645c51326451c7ca153d992)
* r1035: Support shared modules againJelmer Vernooij2007-10-102-13/+13
| | | | (This used to be commit 7949dc25ab05f7d5ad6217a6304e1f50b8b5dc41)
* r1034: Couple of small (popt) fixesJelmer Vernooij2007-10-101-6/+3
| | | | (This used to be commit 6fa0baa1c33b487f5f693483dd9b2664a0093b12)
* r1032: Fix RPC backend segfaultJelmer Vernooij2007-10-101-2/+1
| | | | (This used to be commit db902bff3c5eb54d6b1035d009948ff316cffa94)
* r1031: Move more code dealing with passwords to struct samr_Password.Andrew Bartlett2007-10-101-3/+3
| | | | | Andrew Bartlett (This used to be commit 88222b5da9a005e48477d2bfd98a488e4442b5f6)
* r1030: added server side schannel supportAndrew Tridgell2007-10-1012-29/+248
| | | | (This used to be commit 2ac79dfba0e64056a680f21d7dd0c007f79d4a70)
* r1029: cope wiith samdb_result_passwords() returning a null machine passwordAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit ee6c17f3735381568d38e6c2df80bec687d00fbb)
* r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett2007-10-103-24/+24
| | | | | Andrew Bartlett (This used to be commit 0d2ae66d3a82134d86084f63c05214e03dfcb48b)
* r1027: More rename:Andrew Bartlett2007-10-101-48/+48
| | | | | | | | | pwd -> password (should fix the build). Andrew Bartlett (This used to be commit f9280f956eef19ad1a39e120cb3ed0e3982fe7d5)
* r1026: Spelling.Tim Potter2007-10-104-5/+5
| | | | (This used to be commit b7fe73613acf5423b77fd91c56849351bf386960)
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-1010-200/+163
| | | | | | | | | | | | | | pwd -> password passwd -> password username -> account_name Also work on consistant structure feild names between these two pipes, and fix up some callers to use samr_Password for the netlogon credential code. Andrew Bartlett (This used to be commit 4e35418c2776f7b79be5b358ffd077754685d1ac)
* r1024: Use samr_Password for the machine password here - this ensures we canAndrew Bartlett2007-10-101-8/+8
| | | | | | | never pass in something of the wrong length. Andrew Bartlett (This used to be commit d6999ea9c07d8652b0d63147e7294bc35e7063fe)
* r1023: Prepare the auth subsystem interfaces for netlogon SamLogon to use.Andrew Bartlett2007-10-101-8/+20
| | | | | Andrew Bartlett (This used to be commit b5fa2baaa9e110aa93107b13744e1fc5a64adbb5)
* r1022: add the session_info() call to the dcerpc server auth backendsStefan Metzmacher2007-10-103-1/+21
| | | | | metze (This used to be commit d1ab26b907f1eb2be31fe6946ffa5b8255fc6ac9)
* r1021: Because auth_serversupplied_info is not reference counted, this mayAndrew Bartlett2007-10-101-0/+2
| | | | | | | only be called once per authentication. Andrew Bartlett (This used to be commit 9a5de8de952a4e5c3eadccf42d034fa7cfd55171)
* r1020: Add an (untested, until the other end is hooked in) method forAndrew Bartlett2007-10-101-0/+28
| | | | | | | obtaining the session_info from an NTLMSSP authenticated user. Andrew Bartlett (This used to be commit 7961f1a18d67a6a0cf2c61bcc1c3b42ed06176f7)
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-1010-126/+144
| | | | | | | | | | | | | goodness and light' struct ;-) Break apart the auth subsystem's return strucutres, into the parts that a netlogon call cares about, and the parts that are for a local session. This is the 'struct session_info' and it will almost completly replace the current information stored on a vuid, but be generic to all login methods (RPC over TCP, for example). Andrew Bartlett (This used to be commit d199697014d9562f9439a30b950fda798c5ef419)
* r1018: fix a const and unsigned int problem in ldbAndrew Tridgell2007-10-102-3/+3
| | | | (This used to be commit 3d52ca93731ad67c14ac42f627e3feb1a964b29a)
* r1017: - move to a centralised way of handling talloc/ldb interactionAndrew Tridgell2007-10-101-0/+9
| | | | (This used to be commit 363cb3377a0eca5bfef71a02dcdc21c5fadbaf32)
* r1016: - store the schannel session key after it is establishedAndrew Tridgell2007-10-103-20/+17
| | | | | - move to a centralised way of handling talloc/ldb interaction (This used to be commit 2b9b752875ba5e03e82f40e31f26bc1f245b3825)
* r1015: commit the schannel session key handling code now, so abartlet andAndrew Tridgell2007-10-101-0/+143
| | | | | | metze can have a look. Not tested yet, as I'm still writing the server side schannel code. (This used to be commit 768cc0193a1267274f297c47a36bef4acd391e83)
* r1014: change the handling of r->out to auto-zero the structure, and auto-copyAndrew Tridgell2007-10-101-7/+47
| | | | | in,out,ref vars (This used to be commit dffe9165164a111313d744d942645ad2df83d5f3)
* r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!Stefan Metzmacher2007-10-101-0/+2
| | | | | | | | | | in rpc server code! add missing ZERO_STRUCT(r->out.info); in samr_GetDomPwInfo metze (This used to be commit e21f8a343022424097ff53cd8d5e16ac46fff772)
* r1010: make the dcesrv_crypto code a bit more generic...Stefan Metzmacher2007-10-103-26/+22
| | | | | | | fix type 'cyrpto' -> 'crypto' metze (This used to be commit 90f4777dfcb141b646063128c82f4c03bd176413)
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-109-78/+82
| | | | | | | | This includes the netlogon pipe, for the machine account password change system. Andrew Bartlett (This used to be commit 49d545a82057ee8b60d50aa55e908efe59875150)
* r1006: print out the SVN revision by configure,Stefan Metzmacher2007-10-101-0/+5
| | | | | | | so that the build farm can use it metze (This used to be commit 20f848aeef19c7694cc5435287ec9235419741fc)
* r1005: there was one NTLMSSP_STATE left in:-(Stefan Metzmacher2007-10-101-1/+1
| | | | | | | ...fix the build metze (This used to be commit 49118189444e020b4d3159b6edbc6f7559dbb1a6)
* r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher2007-10-106-41/+231
| | | | | | | | | I made it much more generic, and we should be able to add a module interface to this code, so that other DCERPC_AUTH types can be added via modules... metze (This used to be commit d09abeb686c43c62322205689273d1b417113004)
* r1003: Removed e_ndr stuff - too verbose.Tim Potter2007-10-101-41/+67
| | | | | | Merged across populating %needed with hf index members for functions from old version of eparser. (This used to be commit fc3c5d6fabf397106520ed25a564229ee4853521)
* r1002: Add helper files for eparser output.Tim Potter2007-10-102-0/+90
| | | | (This used to be commit 595b6e0f2c9832b3e4a8eaa24d64f32d6a693ff3)
* r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher2007-10-106-43/+39
| | | | | metze (This used to be commit ac5f6f7e511a730448012c8a709887827aea2281)
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-1019-157/+326
| | | | | | | | | | | | | | | | | | names rather than our crazy naming scheme. So DES is now called des_crypt() rather than smbhash() - added the code from the solution of the ADS crypto challenge that allows Samba to correctly handle a 128 bit session key in all of the netr_ServerAuthenticateX() varients. A huge thanks to Luke Howard from PADL for solving this one! - restructured the server side rpc authentication to allow for other than NTLMSSP sign and seal. This commit just adds the structure, the next commit will add schannel server side support. - added 128 bit session key support to our client side code, and testing against w2k3 with smbtorture. Works well. (This used to be commit 729b2f41c924a0b435d44a14209e6dacc2304cee)
* r990: fix tdb standalone buildStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 4c1c9f59ccea8b6cd7edf3bad8acb9cd8c772670)
* r987: Start replacing ndr_* functions with e_ndr_* and removing stuff relatedTim Potter2007-10-101-39/+43
| | | | | to storing data in structure members. (This used to be commit 60942eaa3a8a56b5823bfcb736d25c00b17fec50)
* r986: Attempt #3 at eparser. This time use the 'pull' code as a base as it'sTim Potter2007-10-101-250/+250
| | | | | | closer to what ethereal does. Also try to keep as much of the generated structure wrt pointers/structs/alignment as possible. (This used to be commit 8ad93f03d64befdee67a1b0a0ff9d7c3dfaac9ea)
* r985: Add stub function for dumping enums to prevent perl warnings in eparser.Tim Potter2007-10-101-0/+15
| | | | (This used to be commit 12c7d3a464fea87c3289f2914ee9696a17ce5a81)
* r976: - added -W for workgroup to locktestAndrew Tridgell2007-10-101-7/+16
| | | | | - retry connections a few times when reconnecting (This used to be commit d0d0734845e37a2639ade2545bccef1615e17d63)
* r975: slight improvemet to nt_errstr(), still needs to be fixed properlyAndrew Tridgell2007-10-101-2/+2
| | | | | (getting rid of the static buffer) (This used to be commit 86a6236c2ad14fe94f5d7c488bfdbfb329d2a0bb)
* r970: - remove unused wchar_t checkStefan Metzmacher2007-10-102-22/+21
| | | | | | | - move immediate structures check to the compiler checks metze (This used to be commit e2a322aa116de9977f6438f9eb6d2af42799ab83)