summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-nmbd: Fix bug #7875Björn Baumbach2011-01-071-2/+2
| | | | | | | | | nmbd --port didn't work Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jan 7 17:44:08 CET 2011 on sn-devel-104
* s3-waf: add NMBDSOCKETDIR variable.Günther Deschner2011-01-071-0/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 16:33:55 CET 2011 on sn-devel-104
* s3-build: fix classic build after libcli netlogon changes.Günther Deschner2011-01-071-2/+2
| | | | Guenther
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-0717-32/+27
| | | | Guenther
* s3-waf: rename LIBCLI_NETLOGON subsystem to LIBRPCCLI_NETLOGON.Günther Deschner2011-01-071-8/+8
| | | | Guenther
* s3-waf: rearrange waf recurses in main wscript_build.Günther Deschner2011-01-071-23/+22
| | | | Guenther
* s3-waf: cleanup wscript_build a little.Günther Deschner2011-01-071-8/+0
| | | | Guenther
* s3-waf: recurse into ../lib/smbconf.Günther Deschner2011-01-071-9/+8
| | | | Guenther
* s3: Make nmbd socket dir configurableVolker Lendecke2011-01-075-1/+31
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 7 14:14:19 CET 2011 on sn-devel-104
* s3: Remove some unused codeVolker Lendecke2011-01-079-549/+2
|
* s3: Limit the number of unexpected clients to 200Volker Lendecke2011-01-072-2/+13
| | | | | DoS protection like the max winbind clients. Settable by nmbd:unexpected_clients
* s3: Limit the number of unexpected packets per client to 10Volker Lendecke2011-01-071-0/+8
| | | | Non-reading clients could maliciously make nmbd allocate memory
* s3: Use the new nbt_getdc in winbindd_cmVolker Lendecke2011-01-071-23/+9
|
* s3: Use the new nbt_getdc in dsgetdcname()Volker Lendecke2011-01-071-20/+7
|
* s3: Add nbt_getdcVolker Lendecke2011-01-072-0/+215
| | | | This is a getdc version that uses /tmp/.nmbd/unexpected
* s3: Fix a valgrind errorVolker Lendecke2011-01-071-1/+1
|
* s3: Factor out parse_getdc_responseVolker Lendecke2011-01-071-55/+65
|
* s3: Lift my_mailslot from prep_getdc_requestVolker Lendecke2011-01-071-18/+22
|
* s3: Make name_query use /tmp/.nmbd/unexpectedVolker Lendecke2011-01-076-264/+299
|
* s3: Make node_status_query use /tmp/.nmbd/unexpectedVolker Lendecke2011-01-074-84/+191
|
* s3: Add nb_trans_send/recvVolker Lendecke2011-01-071-0/+197
| | | | | | | This does an async port 137 transaction: It connects to /tmp/.nmbd/unexpected, sends out the query and then waits for a reply on both the socket as well as data from /tmp/.nmbd/unexpected. Every packet is passed through a validator. If that returns true, the packet received is finally accepted.
* s3: Add sock_packet_readVolker Lendecke2011-01-071-0/+215
| | | | Read packets from both a socket and from /tmp/.nmbd/unexpected simultaneously
* s3: Add packet_trn_id()Volker Lendecke2011-01-072-0/+17
|
* s3: Make nmbd listen on the unexpected socketVolker Lendecke2011-01-073-0/+27
|
* s3: Basic infrastructure for /tmp/.nmbd/unexpectedVolker Lendecke2011-01-072-0/+699
| | | | | | | | | | | This provides the framework to replace the unexpected.tdb file. Nmbd will listen on /tmp/.nmbd/unexpected. A client interested in unexpected packets connects there. It sends a nb_packet_query plus a potential mailslot name for dgram packets. It waits for a single ack byte to avoid races. After that has happened, nmbd will pass down all matching packets through that socket. nb_packet_server_create and nb_packet_dispatch are the nmbd routines, nb_packet_reader_send/recv and nb_packet_read_send/recv are the client ones.
* s4/ldapcmp: Two new options are added to the toolZahari Zahariev2011-01-071-40/+76
| | | | | | | | | | | | The new ones are --base and --scope they give us the opportunity to compare DN subsets of the partitions. Now we are also able to compare any two objects even if they have different DNs. This is exteremely helpful when you are after nasty nTSecurityDescriptor bug. Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Fri Jan 7 13:22:26 CET 2011 on sn-devel-104
* s3-waf: fix winbind_krb5_locator.so realname.Günther Deschner2011-01-071-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 11:13:29 CET 2011 on sn-devel-104
* s3-waf: make the --with-Xdir options work more like in the classic build.Günther Deschner2011-01-072-27/+26
| | | | | | | | | | | | | Also remove duplicates and sort the tables. Still not sure if I understand the reason of processing the flags table after the diroptions table, as every option you give it via configure was overwritten immediately. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 00:57:10 CET 2011 on sn-devel-104
* s4-ldap_server Allow multiple binds on LDAP serverAndrew Bartlett2011-01-071-0/+18
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 7 00:02:23 CET 2011 on sn-devel-104
* s3-net: Fix bug #7690: retry DNS updates when connection to one nameserver ↵Günther Deschner2011-01-061-6/+21
| | | | | | | | | | | has failed. Initial patch from Patrik Martinsson <patrik.martinsson@smhi.se>. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jan 6 17:29:11 CET 2011 on sn-devel-104
* lib/addns: move DNS client library to the main directory.Günther Deschner2011-01-0613-5/+5
| | | | Guenther
* acl tests: Fix import.Jelmer Vernooij2011-01-061-4/+7
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jan 6 16:07:49 CET 2011 on sn-devel-104
* Use new style objects.Jelmer Vernooij2011-01-061-1/+2
|
* Remove unused imports.Jelmer Vernooij2011-01-066-14/+7
|
* tdbrestore: Update to GPLv3+, remove old FSF address.Jelmer Vernooij2011-01-061-3/+2
|
* s3-waf: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner2011-01-061-5/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jan 6 15:20:14 CET 2011 on sn-devel-104
* s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner2011-01-061-2/+1
| | | | Guenther
* s3-rpcclient: use dcerpc_dfs_X functions.Günther Deschner2011-01-061-12/+24
| | | | Guenther
* pidl:Samba4/Python: fix memory leak in _ndr_print functionsStefan Metzmacher2011-01-061-1/+6
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 6 14:34:31 CET 2011 on sn-devel-104
* pidl/wscript: only warn about grammar file changesStefan Metzmacher2011-01-061-4/+4
| | | | | | | autobuild should protect us from having grammar files and generated files out of sync. metze
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-051-26/+25
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 5 16:03:24 CET 2011 on sn-devel-104
* s4/ldapcmp: Correct fix for creds2Anatoliy Atanasov2011-01-051-0/+3
| | | | | We need to set domain and workstation to creds2 otherwise we get Segfault because they are not initialized correctly.
* Revert "s4/ldapcmp: Fix the parsing of the second set of credentials"Anatoliy Atanasov2011-01-051-1/+1
| | | | | This reverts commit 1cbce84683ef4fa49b85d87988c5e8db7057530a. Wrong assumption about a segmentation fault
* Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line"Anatoliy Atanasov2011-01-051-1/+1
| | | | | This reverts commit f8275bae5d7b471967be7222170d049c18b8882f. Wrong assumption about a segmentation fault.
* script/autobuild.py: add pidl testsStefan Metzmacher2011-01-051-0/+9
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 14:29:54 CET 2011 on sn-devel-104
* script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/Stefan Metzmacher2011-01-051-1/+1
| | | | metze
* pidl/wscript: let the developer use the standalone build with yappStefan Metzmacher2011-01-051-10/+22
| | | | | | Waf isn't happy when files in the source directory are changed. metze
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-057-7/+7
| | | | | | | We should avoid generating a backtrace in a normal error case, just because sys.exit(1) isn't known. metze
* pidl:Samba4/Python: avoid ';;' in generated C code.Stefan Metzmacher2011-01-051-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 11:10:34 CET 2011 on sn-devel-104
* pidl:Samba4/Python: fix segfault when setting pointers to scalars.Stefan Metzmacher2011-01-051-0/+3
| | | | metze