summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r11024: r10311@SERNOX: metze | 2005-09-19 11:27:34 +0200Stefan Metzmacher2005-10-141-3/+0
| | | | | | remove doublicate NULL-pointer check metze
* r11023: r10310@SERNOX: metze | 2005-09-19 11:21:39 +0200Stefan Metzmacher2005-10-142-5/+39
| | | | | | | - open the winsdb in the wrepl server - add dummy function for setup the replication partners metze
* r11022: r10309@SERNOX: metze | 2005-09-19 11:08:37 +0200Stefan Metzmacher2005-10-143-33/+36
| | | | | | | | - add winsdb_connect() function, so that the winsdb can be opened by the wrepl_server/ code - remove maintaining of a min_version field, as it was implemented incorrect, and is maybe not needed at all - fix handling of max_version, (we started with 0, on each server start) metze
* r11021: Stefan Metzmacher2005-10-140-0/+0
|
* r11020: Stefan Metzmacher2005-10-140-0/+0
|
* r11019: Stefan Metzmacher2005-10-140-0/+0
|
* r11018: Stefan Metzmacher2005-10-140-0/+0
|
* r11017: Stefan Metzmacher2005-10-140-0/+0
|
* r11016: Stefan Metzmacher2005-10-140-0/+0
|
* r11015: Stefan Metzmacher2005-10-140-0/+0
|
* r11014: r10139@SERNOX: metze | 2005-09-10 10:32:36 +0200Stefan Metzmacher2005-10-143-30/+159
| | | | | | | | | | | - w2k just ignores invalid packets, so we do now - w2k only checks the assoc_ctx when the opcode has the sepcific obcode bit's set - terminate the connection, when getting a WREPL_STOP_ASSOCIATION packet - some more special error handling proper torture test for all this cases are following later metze
* r11013: Stefan Metzmacher2005-10-140-0/+0
|
* r11012: Stefan Metzmacher2005-10-140-0/+0
|
* r11011: r10124@SERNOX: metze | 2005-09-09 20:22:00 +0200Stefan Metzmacher2005-10-141-0/+1
| | | | | | | | | | | | | r10113@SERNOX: metze | 2005-09-09 18:00:02 +0200 rename libcli/wins to libcli/wrepl metze r10115@SERNOX: metze | 2005-09-09 18:01:49 +0200 bind client connection to the best interface, to the partner metze r10116@SERNOX: jelmer | 2005-09-09 18:23:50 +0200 Print out a couple more warnings.
* r11010: Stefan Metzmacher2005-10-140-0/+0
|
* r11009: Stefan Metzmacher2005-10-140-0/+0
|
* r11008: Stefan Metzmacher2005-10-140-0/+0
|
* r11007: r10109@SERNOX: metze | 2005-09-09 12:29:12 +0200Stefan Metzmacher2005-10-145-156/+218
| | | | | | | - move structs to a seperate header file - move the code for the wreplsrv_in_call handling to a seperate file metze
* r11006: Stefan Metzmacher2005-10-140-0/+0
|
* r11005: Stefan Metzmacher2005-10-140-0/+0
|
* r11004: r10083@SERNOX: metze | 2005-09-08 16:50:32 +0200Stefan Metzmacher2005-10-144-0/+521
| | | | | | | | | | | | | | | | This is the start of a WINS-Replicaton server: The design is to handle incoming and outgoing connections, in one process, because it make thing much easier, and there's no need to it otherwise. The current code only parses incoming packets, and can reply to them, but currently only a standard error packets STOP_ASSOCIATON with reason == 4 (I think it means your are not configured as a wins partner of me) (the server service is called "wrepl") metze
* r11003: Stefan Metzmacher2005-10-140-0/+0
|
* r11002: Stefan Metzmacher2005-10-140-0/+0
|
* r11001: Stefan Metzmacher2005-10-140-0/+0
|
* r11000: r10051@SERNOX: metze | 2005-09-06 17:39:26 +0200Stefan Metzmacher2005-10-140-0/+0
| | | | | | fix sinple ip's in wins replication, packets metze
* r10999: Stefan Metzmacher2005-10-140-0/+0
|
* r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher2005-10-1422-196/+218
| | | | | | | | add struct nbt_peer_socket and use it instead of passing const char *addr, uint16 port everyhwere (tridge: can you review this please, (make test works) metze
* r10995: fix released vs. releasedStefan Metzmacher2005-10-141-11/+9
| | | | metze
* r10993: - make us able to check released records, we can only do that by ↵Stefan Metzmacher2005-10-141-4/+293
| | | | | | | | finding out the old record was gone - add more printf(), so -d 10 isn't needed any more metze
* r10991: - create always a valid bind_info28 blocks, so that we don't need to ↵Stefan Metzmacher2005-10-141-45/+100
| | | | | | | | | work with unions in the main code - loop also in level 1,2 replies metze
* r10990: the beginnings of a program designed to work out the minimal schemaAndrew Tridgell2005-10-141-0/+112
| | | | | | | | | | | | needed to represent all the current records on a ADS LDAP server. The idea is we will use something based on this code to work out exactly what schema elements we will need for our initial ADS schema. I plan on expanding this code to automatically work out attribute properties, and write out a schema file that we can load into ldb. Interestingly, it looks like we only need 43 objectclasses and around 200 attributes to represent all records of a newly installed w2k3 ADS server.
* r10988: print out the password blobs, withStefan Metzmacher2005-10-141-0/+57
| | | | | | --option="dssync:print_pwd_blobs=yes" metze
* r10987: add support for tcp kdc requestsStefan Metzmacher2005-10-142-34/+271
| | | | metze
* r10986: loop also when we use mszip compressionStefan Metzmacher2005-10-141-4/+17
| | | | metze
* r10985: To aid in testing, this allows us to easily force kerberos to use ↵Andrew Bartlett2005-10-141-5/+9
| | | | | | UDP or TCP. Andrew Bartlett
* r10984: fix valgrind warnings, I had used that to check if w2k3 accept ↵Stefan Metzmacher2005-10-141-1/+1
| | | | | | | | random values here, as w2k generates also random stuff here metze
* r10983: Another case were we want to avoid DNS for unqualified names.Andrew Bartlett2005-10-141-1/+8
| | | | Andrew Bartlett
* r10982: Move credentials.h into auth/credentials, and add flags needed byAndrew Bartlett2005-10-142-1/+6
| | | | | | previous patch. Andrew Bartlett
* r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett2005-10-145-210/+290
| | | | | | | | | | authentication out of the various callers and into the kitchen sink.. err, credentials subsystem. This should ensure consistant logic, as well as get us one step closer to security=server operation in future. Andrew Bartlett
* r10980: Use ldb_attr_cmp and ldb_dn_escape_valueAndrew Bartlett2005-10-141-6/+6
| | | | Andrew Bartlett
* r10973: - make debugging a bit easierStefan Metzmacher2005-10-131-1/+277
| | | | | | - add unique vs. normal group section in replica vs replica conflict testing metze
* r10971: - test static records with the same owner tooStefan Metzmacher2005-10-131-12/+388
| | | | | | | - test with different owners, and all combinations of unique records metze
* r10967: move the function in the order they are usedStefan Metzmacher2005-10-131-98/+99
| | | | metze
* r10965: - only run the cross connection assoc test when running with -XStefan Metzmacher2005-10-131-1/+288
| | | | | | | | | this sometimes crashes the windows server - add the first replication conflict tests we now test that replica records are always overwritten when the owner is the same metze
* r10959: fix compiler warningsStefan Metzmacher2005-10-131-2/+3
| | | | metze
* r10957: make a comment clearerAndrew Tridgell2005-10-131-1/+1
|
* r10956: Tridge thought some comments might be a good idea :-)Andrew Bartlett2005-10-131-2/+14
| | | | Andrew Bartlett
* r10955: finally worked out why our computer accounts were being identified ↵Andrew Tridgell2005-10-131-0/+1
| | | | | | | | | | | | | | | as users in mmc. The problem was that the samdb module was auto-adding objectClass=user for these accounts. That would be OK, as computer accounts are supposed to be in that objectClass, but mmc cares about the order of the values in the objectClass attribute! It looks for the last value, and takes that as the value to use when deciding how to manipulate the record. So, this patch adds an explicit objectClass=user to the record when it gets created, which tells the samdb module to not add it as well. That fixes the order. I suspect we are missing something else though - is objectClass supposed to auto-sort based on the schema?
* r10954: added support for canonicalName in the operational module, using theAndrew Tridgell2005-10-133-32/+94
| | | | dn->canonicalName function abartlet just committed
* r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett2005-10-134-97/+210
| | | | | | | Use this new function in the client and server for the CrackNames case, where we particularly need it. Andrew Bartlett