summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r11146: make sure we get the expected amount of addressesStefan Metzmacher2005-10-181-0/+9
| | | | metze
* r11144: - add special group vs. normal group sectionStefan Metzmacher2005-10-181-0/+177
| | | | metze
* r11142: - add special group vs. unique sectionStefan Metzmacher2005-10-181-1/+178
| | | | metze
* r11141: Re-add paranoid string terminator checkJelmer Vernooij2005-10-182-15/+30
|
* r11122: Fix some talloc hierarchy errorsVolker Lendecke2005-10-171-3/+3
|
* r11121: - add normal groups vs. multihomed sectionStefan Metzmacher2005-10-171-24/+276
| | | | | | | | | - make sure we test the worst case, so that we don't need to test everything... - same ip(s) => not replace - different ip(s) => replace metze
* r11120: calling_name is used later in sesssetup_nt1, so hang the names to ↵Volker Lendecke2005-10-171-2/+4
| | | | | | | | the right talloc context. Volker
* r11119: add normal group vs. special group sectionStefan Metzmacher2005-10-171-1/+232
| | | | metze
* r11117: add a normal group vs. normal group sectionStefan Metzmacher2005-10-171-1/+232
| | | | metze
* r11116: - don't display cleanup updatesStefan Metzmacher2005-10-171-3/+156
| | | | | | - add unique vs. multi homed section metze
* r11115: add unique vs special group sectionStefan Metzmacher2005-10-171-2/+143
| | | | metze
* r11114: - fixed error handling on bad bind in ildap clientAndrew Tridgell2005-10-172-2/+64
| | | | - added nicer error display, giving a string version of the error code
* r11113: fixed two small bugs in newuserAndrew Tridgell2005-10-171-1/+2
| | | | | | - randpass() is now in the random ejs module, not global - don't dereference the undefined variable on getopt failure
* r11112: listen on the global catalog ldap server port as well if we are aAndrew Tridgell2005-10-171-0/+11
| | | | | | | PDC. I suspect we should behave slightly differently on the two ports, but this is a lot closer than not listening at all. When creating a user with mmc the global catalog port is used to check for an existing user
* r11111: fixed a talloc error in the dn shortcut codeAndrew Tridgell2005-10-171-5/+18
|
* r11110: make ldb_oom() also set the ldb error stringAndrew Tridgell2005-10-171-1/+1
|
* r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell2005-10-171-6/+16
| | | | ldb_transaction_cancel() broke it)
* r11108: - always test the old and new recordStefan Metzmacher2005-10-171-3/+36
| | | | | | | - check that the record is the same as what we pushed to the server (we need to verify the ip-addresses later too...) metze
* r11107: Include 0 byteJelmer Vernooij2005-10-171-1/+2
|
* r11106: Make the KDC handler plugable, as I want to drop kpasswdd into exactlyAndrew Bartlett2005-10-171-16/+34
| | | | | | the same spot (it has identical TCP sementics). Andrew Bartlett
* r11105: Warn if conformant arrays are not at the end of a structJelmer Vernooij2005-10-166-12/+37
| | | | | | | | Support conformant [string] arrays Eliminate utf8string This breaks xattr binary compatibility with previous versions - is that a problem?
* r11104: Fix LOCAL-PAC testJelmer Vernooij2005-10-161-1/+1
|
* r11103: Eliminate ascstrJelmer Vernooij2005-10-163-11/+5
|
* r11102: Remove unistr_notermJelmer Vernooij2005-10-162-7/+1
|
* r11101: Remove last instances of unistrJelmer Vernooij2005-10-163-55/+50
|
* r11100: Replace unistr with [string,charset(UTF16)]Jelmer Vernooij2005-10-166-251/+251
|
* r11099: Replace unistr with [string] equivalentJelmer Vernooij2005-10-166-56/+60
|
* r11098: Replace string with [string]Jelmer Vernooij2005-10-163-34/+34
|
* r11097: Allow pointers in "const"Jelmer Vernooij2005-10-163-206/+217
|
* r11096: Eliminate pointer_default_top()Jelmer Vernooij2005-10-1617-215/+186
|
* r11095: Implement wb_getuserdomgroups.Volker Lendecke2005-10-166-0/+391
| | | | | | | | | | | | | | | | | | | | | | Tridge, if you have the time, you might want to look at a problem I'm having with unix domain stream sockets. From a comment in this commit: /* Using composite_trigger_error here causes problems with the client * socket. Linux 2.6.8 gives me a ECONNRESET on the next read after * writing the reply when I don't wait the 100 milliseconds. */ This is in winbind/wb_cmd_userdomgroups.c:93. The problem I have is that I can not *immediately* send an error reply to the client because the next receive fails. Waiting 100 milliseconds helps. It might also be a problem with epoll(), I don't really know. I'd appreciate if you took a brief look at this, maybe I'm doing something wrong. Thanks, Volker
* r11094: Connect to SAM, implement getdcnameVolker Lendecke2005-10-1510-84/+579
|
* r11093: Implement wb_queue_domain_send: If the domain is not yet ↵Volker Lendecke2005-10-156-132/+235
| | | | | | | | | | | | | | | | | | | initialized, do that first. And if a request is being processed, queue it. This correctly survived 3 endless loops with wbinfo's doing different things while starting up smbd. The number of indirections starts to become a bit scary, but what can you do without a decent programming language that provides closures :-) One thing that we might consider is to auto-generate async rpc requests that return composite_context structs instead of rpc_requests. Otherwise I'd have to write a lot of wrappers like composite_netr_LogonSamLogon_send. The alternative would be to write two versions of wb_queue_domain_send which I would like to avoid. This is cluttered enough already. Volker
* r11092: run NBT-WINSREPLICATION-QUICK test with make testStefan Metzmacher2005-10-151-1/+1
| | | | metze
* r11091: add a NBT-WINSREPLICATION-QUICK test that passed the current samba4 ↵Stefan Metzmacher2005-10-152-1/+32
| | | | | | server metze
* r11090: we need this to run correct under socket_wrapperStefan Metzmacher2005-10-151-1/+1
| | | | metze
* r11089: start the winsreplication task when we run with wins support = yesStefan Metzmacher2005-10-152-1/+5
| | | | metze
* r11088: don't try to set empty strings values as attributesStefan Metzmacher2005-10-151-2/+2
| | | | | | our ldb doesn't support them, does w2k3 LDAP supports them? metze
* r11087: - add type,name,scope as attributes to winsRecords,Stefan Metzmacher2005-10-153-8/+66
| | | | | | | | so you can use them in search filters, only for administration not used inside the winserver code - fix the samba3 ugrade scripts to create a correct samba4 wins.ldb metze
* r11086: add sys.unix2nttime() functionStefan Metzmacher2005-10-151-0/+17
| | | | metze
* r11085: as ejs doesn't support '&' '|' bitwise AND and OR,Stefan Metzmacher2005-10-151-0/+47
| | | | | | we need some helper functions for this metze
* r11084: - allow hex numbers with 'a'...'f' digits to be parsedStefan Metzmacher2005-10-152-8/+15
| | | | | | | | - parse hex numbers correct tridge: how could we submit this to the upstream appweb library? metze
* r11083: use the addresses from the recordStefan Metzmacher2005-10-151-1/+3
| | | | metze
* r11082: Fix a segfaultVolker Lendecke2005-10-151-0/+1
|
* r11081: Remember to remove unused variables.Jeremy Allison2005-10-151-1/+0
| | | | Jeremy.
* r11080: Narrowing down on the #1828 PPC bug. The PPC client sends anJeremy Allison2005-10-151-19/+7
| | | | | | initial NTLMSSP negotiate blob of only 16 bytes - no strings added ! (So don't try parsing them). Jeremy.
* r11077: Fix [string] for Samba3Jelmer Vernooij2005-10-152-7/+12
|
* r11076: Still working on bug #1828, PPC hell. The PPC client sends theJeremy Allison2005-10-141-2/+12
| | | | | | NTLMSSP client and domain strings as Unicode, even when setting flags as OEM. Cope with this. Jeremy.
* r11070: Fix a cut&paste error, now wbinfo can properly separate domain and ↵Volker Lendecke2005-10-142-8/+6
| | | | | | user... Volker
* r11068: Fix pam_auth_crap, remove the sync code. I don't know what it was when IVolker Lendecke2005-10-143-163/+113
| | | | | | | | | tested it, but I can not reproduce the problem I had with abartlett's initial implementation anymore. Fix a bug found using valgrind. Volker