summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'Stefan Metzmacher2012-05-151-0/+4
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 15 16:12:54 CEST 2012 on sn-devel-104
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-154-4/+4
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue May 15 13:56:00 CEST 2012 on sn-devel-104
* s3-auth: Don't lookup the system user in pdb.Andreas Schneider2012-05-151-4/+95
| | | | | This fixes bug #8944, ldapsam:trusted and ipasam. It is an additional fix for bug #8567 (0528cb5f3a15b72dcb34ece21a3ffb3e7b8d6eb9).
* Use ENC_ values for proto_tree_add_item() calls.Guy Harris2012-05-151-2/+2
| | | | | | | | | | | | | | | | | | | It appears that the integral value containing the bits in a bitmap should be dissected according to the data representation, as the individual fields are fetched by dissect_ndr_XXX, which is passed the data representation and extracts the value appropriately for the data representation, so the patch replaces TRUE (which meant "always little-endian" when the last argument to proto_tree_add_item() was a byte-order Boolean) with DREP_ENC_INTEGER(drep) (which means "ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN, depending on the data representation"). For structures, I'm just using ENC_NA. Bug: https://bugzilla.samba.org/show_bug.cgi?id=8942 Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue May 15 12:07:06 CEST 2012 on sn-devel-104
* s4:ntvfs/smb2: remove misleading comment regarding security=serverStefan Metzmacher2012-05-151-1/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 15 10:12:53 CEST 2012 on sn-devel-104
* s4:ntvfs/cifs: remove misleading comment regarding security=serverStefan Metzmacher2012-05-151-1/+0
| | | | metze
* s4:auth: remove unused auth_server.cStefan Metzmacher2012-05-152-245/+0
| | | | metze
* s3:auth: remove unused auth_server.cStefan Metzmacher2012-05-156-508/+1
| | | | metze
* docs-xml: remove documentation of "SECURITY = SERVER"Stefan Metzmacher2012-05-151-32/+0
| | | | metze
* s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher2012-05-156-25/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | "security=server" has a lot of problems in the world with modern security (ntlmv2 and krb5). It was also not very reliable, as it needed a stable connection to the password server for the lifetime of the whole client connection! Please use "security=domain" or "security=ads" is you authentication against remote servers (domain controllers). metze -------------- / \ / REST \ / IN \ / PEACE \ / \ | SEC_SERVER | | security=server | | | | | | 12 May | | | | 2012 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______
* s4:param/tests: remove "security=server" testStefan Metzmacher2012-05-151-10/+0
| | | | metze
* selftest: Remove tests for security=serverAndrew Bartlett2012-05-153-45/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* samba-upgradedns: Use the correct magic incantation of sys.path.insert()Amitay Isaacs2012-05-151-1/+1
| | | | | | | | This replaces "bin/python" with the correct path for python libraries. The pattern requires double quotes (") instead of single quotes ('). Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue May 15 05:19:46 CEST 2012 on sn-devel-104
* s3: talloc_zero is not needed for structs we ndr_pull intoVolker Lendecke2012-05-141-1/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon May 14 18:59:07 CEST 2012 on sn-devel-104
* libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2012-05-146-142/+110
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 14 17:02:46 CEST 2012 on sn-devel-104
* libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher2012-05-143-2/+2
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_write.cStefan Metzmacher2012-05-141-2/+2
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_session.cStefan Metzmacher2012-05-141-2/+2
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_read.cStefan Metzmacher2012-05-141-2/+2
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_query_directory.cStefan Metzmacher2012-05-141-2/+2
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_ioctl.cStefan Metzmacher2012-05-141-1/+1
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_flush.cStefan Metzmacher2012-05-141-2/+2
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_create.cStefan Metzmacher2012-05-141-2/+2
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_close.cStefan Metzmacher2012-05-141-2/+2
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_tcon.cStefan Metzmacher2012-05-141-4/+4
| | | | metze
* lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher2012-05-144-14/+16
| | | | metze
* s3:torture: add #include "lib/util/tevent_ntstatus.h" to test_addrchange.cStefan Metzmacher2012-05-141-0/+1
| | | | metze
* s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()Stefan Metzmacher2012-05-141-1/+1
| | | | metze
* lib/util: add missing 'errors' dependency to 'tevent-util'Stefan Metzmacher2012-05-141-1/+1
| | | | metze
* s4:lib/events: no longer define TEVENT_COMPAT_DEFINESStefan Metzmacher2012-05-141-3/+0
| | | | metze
* s4:lib/events: remove unused event_context_find() prototypeStefan Metzmacher2012-05-141-1/+0
| | | | metze
* libcli/nbt: no longer use old 'event_' tevent compat symbolsStefan Metzmacher2012-05-141-24/+24
| | | | metze
* lib/tevent/testsuite: no longer use 'compat' symbolsStefan Metzmacher2012-05-141-12/+12
| | | | metze
* s3:smb2_close: make the top level code async usingStefan Metzmacher2012-05-141-39/+66
| | | | metze
* s3:smb2_close: add add smbd_smb2_close_send/recv as wrapperStefan Metzmacher2012-05-141-0/+99
| | | | metze
* s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller ↵Stefan Metzmacher2012-05-141-19/+71
| | | | | | to it metze
* s3:smb2_tcon: make the top level code async usingStefan Metzmacher2012-05-141-24/+58
| | | | metze
* s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapperStefan Metzmacher2012-05-141-0/+79
| | | | metze
* s3: Fix Coverity ID 241320 Array compared against 0Volker Lendecke2012-05-141-1/+1
| | | | | | | domain->alt_name is an array, not a pointer Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon May 14 15:11:47 CEST 2012 on sn-devel-104
* s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for filesVolker Lendecke2012-05-141-2/+9
| | | | | According to susv3, st_rdev is valid exactly for char and block devices. Normal files have st_dev set.
* move the dbwrap library to the top levelMichael Adam2012-05-1419-18/+25
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104
* s3:build: move lib/dbwrap/dbwrap_util.o to the other dbwrap objects...Michael Adam2012-05-141-2/+3
|
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_tdb.cMichael Adam2012-05-131-1/+1
|
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_rbt.cMichael Adam2012-05-131-2/+2
|
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.cMichael Adam2012-05-131-6/+8
|
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_file.cMichael Adam2012-05-131-6/+7
|
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_util.cMichael Adam2012-05-131-9/+9
|
* s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.hMichael Adam2012-05-134-8/+7
| | | | This is needed in all of the library, not only in the dbwrap_open part.
* tevent: fix indentation in the wscriptMichael Adam2012-05-131-1/+1
| | | | (accidentially commited in 5e8dee8d96a7522cdcde57dbbf93fbe9c614992e)
* s3:smb2_sesssetup: make the top level code async usingStefan Metzmacher2012-05-131-30/+62
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun May 13 17:59:39 CEST 2012 on sn-devel-104