Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:ldap_server - use error code constant | Matthias Dieter Wallnöfer | 2010-10-18 | 1 | -1/+1 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 18 20:32:40 UTC 2010 on sn-devel-104 | ||||
* | ldb: always return PROTOCOL_ERROR if an operation is unsupported | Matthias Dieter Wallnöfer | 2010-10-18 | 4 | -4/+4 |
| | | | | That's exactly the behaviour of various LDAP servers. | ||||
* | selftest: use full path for selftest.pl instead of relative paths | Matthieu Patou | 2010-10-18 | 1 | -1/+2 |
| | | | | | | | | FindBin on solaris8 with perl 5.04 has problem to get the path of the called script if the script is called with a relative path. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Oct 18 19:50:03 UTC 2010 on sn-devel-104 | ||||
* | selftest: correct the import of Time::HighRes | Matthieu Patou | 2010-10-18 | 1 | -2/+3 |
| | | | | | | | | The "use" is always evaluated first even if enclosed into a if. So on plateform without Time::Hires (ie. sun8 in the build farm). This leads to an error. Instead we use the synthax require Module + Module->import("function") | ||||
* | ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit counters | Matthias Dieter Wallnöfer | 2010-10-18 | 1 | -4/+5 |
| | | | | | | | | Use the signed counter for the binary search but use an unsigned one for accessing the entry. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 18 19:01:31 UTC 2010 on sn-devel-104 | ||||
* | ldb:ldb_tdb.c - fix up counter variables | Matthias Dieter Wallnöfer | 2010-10-18 | 1 | -5/+8 |
| | | | | | | "find_element" returns an "int" since there is also the possibility that a certain element doesn't exist - then "-1" is returned. But beside this exception treat all other return values as unsigned. | ||||
* | ldb:ldb_tdb.c - improve the error outputs | Matthias Dieter Wallnöfer | 2010-10-18 | 1 | -13/+25 |
| | | | | | | - Fix indentation - Include always the failing DN - Reorder the outputs to make them consistent | ||||
* | s4:"util_ldb" - remove some really unused dependancies | Matthias Dieter Wallnöfer | 2010-10-18 | 11 | -11/+4 |
| | |||||
* | libcli/nbt: we don't need LIBCLI_COMPOSITE anymore | Stefan Metzmacher | 2010-10-18 | 1 | -1/+1 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 18 16:18:32 UTC 2010 on sn-devel-104 | ||||
* | libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_req | Stefan Metzmacher | 2010-10-18 | 3 | -93/+114 |
| | | | | metze | ||||
* | libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handler | Stefan Metzmacher | 2010-10-18 | 1 | -4/+4 |
| | | | | metze | ||||
* | libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/ | Stefan Metzmacher | 2010-10-18 | 1 | -4/+4 |
| | | | | metze | ||||
* | libcli/nbt: move nbt_name_register_bcast_send to the top of ↵ | Stefan Metzmacher | 2010-10-18 | 1 | -49/+51 |
| | | | | | | nbt_name_register_bcast_* metze | ||||
* | s4:nbt_server/register: add a nbtd_register_name_state | Stefan Metzmacher | 2010-10-18 | 1 | -21/+36 |
| | | | | metze | ||||
* | libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_req | Stefan Metzmacher | 2010-10-18 | 3 | -111/+165 |
| | | | | metze | ||||
* | libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handler | Stefan Metzmacher | 2010-10-18 | 1 | -5/+5 |
| | | | | metze | ||||
* | libcli/nbt: s/register_wins_state/nbt_name_register_wins_state | Stefan Metzmacher | 2010-10-18 | 1 | -7/+7 |
| | | | | metze | ||||
* | libcli/nbt: move nbt_name_register_wins_send() to the top of all ↵ | Stefan Metzmacher | 2010-10-18 | 1 | -59/+60 |
| | | | | | | nbt_name_register_wins_* related code metze | ||||
* | s4:nbt_server/winsclient: add a nbtd_wins_register_state | Stefan Metzmacher | 2010-10-18 | 1 | -34/+48 |
| | | | | | | | We now keep the nbtd_wins_register_state around between nbt_name_register_wins_send() and nbt_name_register_wins_recv() metze | ||||
* | libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_req | Stefan Metzmacher | 2010-10-18 | 4 | -102/+151 |
| | | | | metze | ||||
* | libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handler | Stefan Metzmacher | 2010-10-18 | 1 | -5/+5 |
| | | | | metze | ||||
* | libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_state | Stefan Metzmacher | 2010-10-18 | 1 | -7/+7 |
| | | | | metze | ||||
* | libcli/nbt: move nbt_name_refresh_wins_send() to the top of all ↵ | Stefan Metzmacher | 2010-10-18 | 1 | -57/+59 |
| | | | | | | nbt_name_refresh_wins_* related code metze | ||||
* | s4:nbt_server/winsclient: add a nbtd_wins_refresh_state | Stefan Metzmacher | 2010-10-18 | 1 | -42/+50 |
| | | | | | | | We now keep the nbtd_wins_refresh_state around between nbt_name_refresh_wins_send() and nbt_name_refresh_wins_recv() metze | ||||
* | s4:nbt_server/wins: fix compiler warnings | Stefan Metzmacher | 2010-10-18 | 1 | -0/+1 |
| | | | | metze | ||||
* | Include misc.idl for policy_handle in srvsvc.idl. | Tim Potter | 2010-10-18 | 1 | -1/+1 |
| | | | | | Autobuild-User: Tim Potter <tpot@samba.org> Autobuild-Date: Mon Oct 18 15:35:40 UTC 2010 on sn-devel-104 | ||||
* | s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules. | Günther Deschner | 2010-10-18 | 5 | -0/+5 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 18 14:39:39 UTC 2010 on sn-devel-104 | ||||
* | s3-waf: fix the build after libcli/security changes. | Günther Deschner | 2010-10-18 | 1 | -2/+5 |
| | | | | Guenther | ||||
* | s3-waf: fix the build of smbtorture. | Günther Deschner | 2010-10-18 | 2 | -10/+10 |
| | | | | Guenther | ||||
* | s3-waf: fix pdb modules build. | Günther Deschner | 2010-10-18 | 2 | -16/+15 |
| | | | | Guenther | ||||
* | s4:libcli/util: add pipe related NT_STATUS_RPC_* codes | Stefan Metzmacher | 2010-10-18 | 1 | -0/+6 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 18 13:50:55 UTC 2010 on sn-devel-104 | ||||
* | s3:libsmb: add pipe related NT_STATUS_RPC_* codes | Stefan Metzmacher | 2010-10-18 | 1 | -0/+6 |
| | | | | metze | ||||
* | libcli/util: add pipe related NT_STATUS_RPC_* codes | Stefan Metzmacher | 2010-10-18 | 1 | -0/+6 |
| | | | | metze | ||||
* | s3-winbind: Fixed init order. | Andreas Schneider | 2010-10-18 | 1 | -3/+3 |
| | | | | | | | We need the system server info in the rpc services. Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Mon Oct 18 12:43:16 UTC 2010 on sn-devel-104 | ||||
* | librpc: Fixed memory context of dcerpc_binding_from_tower. | Stefan Metzmacher | 2010-10-18 | 1 | -2/+2 |
| | |||||
* | s4-gensec: Add dependency on com_err to GENSEC_KRB5. | Andreas Schneider | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | s4-ldb Add LDB_REQ_SET_LOCATION to help track handler use | Andrew Bartlett | 2010-10-18 | 4 | -0/+14 |
| | | | | | | | | | | This greatly assists in debugging what is going on with the ldb handle, as it indicates where it was created. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Oct 18 11:54:46 UTC 2010 on sn-devel-104 | ||||
* | s4-selftest Make GDB_PROVISION work again | Andrew Bartlett | 2010-10-18 | 1 | -0/+8 |
| | | | | | | gdb --args won't run the #!/usr/bin/evn python Andrew Bartlett | ||||
* | ldb Ensure we mark ongoing LDAP requests as PENDING | Andrew Bartlett | 2010-10-18 | 1 | -0/+2 |
| | |||||
* | s4-openldap-backend Don't set 'dbnosync' on cn=config | Andrew Bartlett | 2010-10-18 | 1 | -1/+0 |
| | | | | | | This isn't valid in current OpenLDAP versions. Andrew Bartlett | ||||
* | s4-provision Use --ldap-backend-nosync rather than just --nosync | Andrew Bartlett | 2010-10-18 | 1 | -2/+1 |
| | | | | | | | For some reason we had both options, and --ldap-backend-nosync is the better name. Andrew Bartlett | ||||
* | heimdal_build: Add dependency on com_err to HEIMDAL_CONFIG. | Jelmer Vernooij | 2010-10-18 | 1 | -1/+1 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 18 10:27:47 UTC 2010 on sn-devel-104 | ||||
* | This is typo fix patch for smbcacls.1.xml . | Samba-JP oota | 2010-10-18 | 1 | -6/+6 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Oct 18 05:53:26 UTC 2010 on sn-devel-104 | ||||
* | dsdb simple_ldap_map depends on LDBSAMBA | Andrew Bartlett | 2010-10-18 | 1 | -1/+1 |
| | | | | | | | | | | This shows up at build time on MacOS and runtime on Linux when we use the LDAP backend. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Oct 18 00:57:51 UTC 2010 on sn-devel-104 | ||||
* | Revert "s4:dsdb - make the RELAX control private" | Andrew Bartlett | 2010-10-18 | 2 | -8/+9 |
| | | | | | | | | This must be available to the OpenLDAP backend, to set the GUID values in some situations. We need a proper ACL mechanism to control the use or abuse of this control. This reverts commit 10adee89367cee9add993869280542418fb3d370. | ||||
* | heimdal: Attempt to fix path of hdb_asn1.h | Jelmer Vernooij | 2010-10-18 | 1 | -0/+1 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 18 00:15:11 UTC 2010 on sn-devel-104 | ||||
* | dsdb: Module aliases require to be prefixed with the subsystem name. | Jelmer Vernooij | 2010-10-18 | 1 | -2/+2 |
| | |||||
* | dcerpc_samr: Fix -l arguments for dcerpc_samr and dcerpc_atsvc. | Jelmer Vernooij | 2010-10-17 | 2 | -2/+2 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 17 19:15:43 UTC 2010 on sn-devel-104 | ||||
* | tdb: Bump version to 1.2.7 after addition of pytdb.__version__. | Jelmer Vernooij | 2010-10-17 | 1 | -1/+1 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 17 18:23:16 UTC 2010 on sn-devel-104 | ||||
* | heimdal: Add local simpler copy of to_list(). | Jelmer Vernooij | 2010-10-17 | 1 | -9/+17 |
| |