Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-07 | netlogon: move netlogon helpers to ../libcli/netlogon. | Günther Deschner | 17 | -32/+27 | |
Guenther | |||||
2011-01-07 | s3-waf: rename LIBCLI_NETLOGON subsystem to LIBRPCCLI_NETLOGON. | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2011-01-07 | s3-waf: rearrange waf recurses in main wscript_build. | Günther Deschner | 1 | -23/+22 | |
Guenther | |||||
2011-01-07 | s3-waf: cleanup wscript_build a little. | Günther Deschner | 1 | -8/+0 | |
Guenther | |||||
2011-01-07 | s3-waf: recurse into ../lib/smbconf. | Günther Deschner | 1 | -9/+8 | |
Guenther | |||||
2011-01-07 | s3: Make nmbd socket dir configurable | Volker Lendecke | 5 | -1/+31 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 7 14:14:19 CET 2011 on sn-devel-104 | |||||
2011-01-07 | s3: Remove some unused code | Volker Lendecke | 9 | -549/+2 | |
2011-01-07 | s3: Limit the number of unexpected clients to 200 | Volker Lendecke | 2 | -2/+13 | |
DoS protection like the max winbind clients. Settable by nmbd:unexpected_clients | |||||
2011-01-07 | s3: Limit the number of unexpected packets per client to 10 | Volker Lendecke | 1 | -0/+8 | |
Non-reading clients could maliciously make nmbd allocate memory | |||||
2011-01-07 | s3: Use the new nbt_getdc in winbindd_cm | Volker Lendecke | 1 | -23/+9 | |
2011-01-07 | s3: Use the new nbt_getdc in dsgetdcname() | Volker Lendecke | 1 | -20/+7 | |
2011-01-07 | s3: Add nbt_getdc | Volker Lendecke | 2 | -0/+215 | |
This is a getdc version that uses /tmp/.nmbd/unexpected | |||||
2011-01-07 | s3: Fix a valgrind error | Volker Lendecke | 1 | -1/+1 | |
2011-01-07 | s3: Factor out parse_getdc_response | Volker Lendecke | 1 | -55/+65 | |
2011-01-07 | s3: Lift my_mailslot from prep_getdc_request | Volker Lendecke | 1 | -18/+22 | |
2011-01-07 | s3: Make name_query use /tmp/.nmbd/unexpected | Volker Lendecke | 6 | -264/+299 | |
2011-01-07 | s3: Make node_status_query use /tmp/.nmbd/unexpected | Volker Lendecke | 4 | -84/+191 | |
2011-01-07 | s3: Add nb_trans_send/recv | Volker Lendecke | 1 | -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. | |||||
2011-01-07 | s3: Add sock_packet_read | Volker Lendecke | 1 | -0/+215 | |
Read packets from both a socket and from /tmp/.nmbd/unexpected simultaneously | |||||
2011-01-07 | s3: Add packet_trn_id() | Volker Lendecke | 2 | -0/+17 | |
2011-01-07 | s3: Make nmbd listen on the unexpected socket | Volker Lendecke | 3 | -0/+27 | |
2011-01-07 | s3: Basic infrastructure for /tmp/.nmbd/unexpected | Volker Lendecke | 2 | -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. | |||||
2011-01-07 | s4/ldapcmp: Two new options are added to the tool | Zahari Zahariev | 1 | -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 | |||||
2011-01-07 | s3-waf: fix winbind_krb5_locator.so realname. | Günther Deschner | 1 | -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 | |||||
2011-01-07 | s3-waf: make the --with-Xdir options work more like in the classic build. | Günther Deschner | 2 | -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 | |||||
2011-01-07 | s4-ldap_server Allow multiple binds on LDAP server | Andrew Bartlett | 1 | -0/+18 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 7 00:02:23 CET 2011 on sn-devel-104 | |||||
2011-01-06 | s3-net: Fix bug #7690: retry DNS updates when connection to one nameserver ↵ | Günther Deschner | 1 | -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 | |||||
2011-01-06 | lib/addns: move DNS client library to the main directory. | Günther Deschner | 13 | -5/+5 | |
Guenther | |||||
2011-01-06 | acl tests: Fix import. | Jelmer Vernooij | 1 | -4/+7 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jan 6 16:07:49 CET 2011 on sn-devel-104 | |||||
2011-01-06 | Use new style objects. | Jelmer Vernooij | 1 | -1/+2 | |
2011-01-06 | Remove unused imports. | Jelmer Vernooij | 6 | -14/+7 | |
2011-01-06 | tdbrestore: Update to GPLv3+, remove old FSF address. | Jelmer Vernooij | 1 | -3/+2 | |
2011-01-06 | s3-waf: no need to compile librpc/gen_ndr/cli_dfs.c anymore. | Günther Deschner | 1 | -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 | |||||
2011-01-06 | s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-01-06 | s3-rpcclient: use dcerpc_dfs_X functions. | Günther Deschner | 1 | -12/+24 | |
Guenther | |||||
2011-01-06 | pidl:Samba4/Python: fix memory leak in _ndr_print functions | Stefan Metzmacher | 1 | -1/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 6 14:34:31 CET 2011 on sn-devel-104 | |||||
2011-01-06 | pidl/wscript: only warn about grammar file changes | Stefan Metzmacher | 1 | -4/+4 | |
autobuild should protect us from having grammar files and generated files out of sync. metze | |||||
2011-01-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -26/+25 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 5 16:03:24 CET 2011 on sn-devel-104 | |||||
2011-01-05 | s4/ldapcmp: Correct fix for creds2 | Anatoliy Atanasov | 1 | -0/+3 | |
We need to set domain and workstation to creds2 otherwise we get Segfault because they are not initialized correctly. | |||||
2011-01-05 | Revert "s4/ldapcmp: Fix the parsing of the second set of credentials" | Anatoliy Atanasov | 1 | -1/+1 | |
This reverts commit 1cbce84683ef4fa49b85d87988c5e8db7057530a. Wrong assumption about a segmentation fault | |||||
2011-01-05 | Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line" | Anatoliy Atanasov | 1 | -1/+1 | |
This reverts commit f8275bae5d7b471967be7222170d049c18b8882f. Wrong assumption about a segmentation fault. | |||||
2011-01-05 | script/autobuild.py: add pidl tests | Stefan Metzmacher | 1 | -0/+9 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 14:29:54 CET 2011 on sn-devel-104 | |||||
2011-01-05 | script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-01-05 | pidl/wscript: let the developer use the standalone build with yapp | Stefan Metzmacher | 1 | -10/+22 | |
Waf isn't happy when files in the source directory are changed. metze | |||||
2011-01-05 | buildtools/wafsamba: import 'sys' and 'Logs' if we use them | Stefan Metzmacher | 7 | -7/+7 | |
We should avoid generating a backtrace in a normal error case, just because sys.exit(1) isn't known. metze | |||||
2011-01-05 | pidl:Samba4/Python: avoid ';;' in generated C code. | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 11:10:34 CET 2011 on sn-devel-104 | |||||
2011-01-05 | pidl:Samba4/Python: fix segfault when setting pointers to scalars. | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2011-01-05 | pidl: regenerate lib/Parse/Pidl/Expr.pm from expr.yp | Stefan Metzmacher | 1 | -36/+36 | |
metze | |||||
2011-01-05 | pidl: sync idl.yp with the CPP changes | Stefan Metzmacher | 1 | -2/+8 | |
This is taken from commit 21b0d5e3b10711e6ce3bfad0c1ee2da09a60e232. metze | |||||
2011-01-05 | talloc: change version to 2.0.5 after a critical bugfix | Stefan Metzmacher | 2 | -1/+63 | |
metze |