summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix Coverity ID 242710 Untrusted pointer readVolker Lendecke2012-05-151-1/+1
* dbwrap: Fix Coverity ID 242750 Incorrect sizeof expressionVolker Lendecke2012-05-151-1/+1
* libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach2012-05-156-43/+40
* libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach2012-05-156-39/+38
* libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach2012-05-156-40/+37
* libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach2012-05-156-32/+29
* libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach2012-05-156-23/+21
* libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach2012-05-156-33/+31
* libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach2012-05-156-35/+33
* libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher2012-05-156-25/+23
* libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher2012-05-156-43/+41
* s3:libsmb: avoid interpret_long_date() in smb2cli_createStefan Metzmacher2012-05-151-8/+8
* s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from t...Stefan Metzmacher2012-05-151-0/+1
* s3: Remove some unused codeVolker Lendecke2012-05-151-14/+0
* s3: Fix a likely cut&paste errorVolker Lendecke2012-05-151-1/+1
* lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'Stefan Metzmacher2012-05-151-0/+4
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-154-4/+4
* s3-auth: Don't lookup the system user in pdb.Andreas Schneider2012-05-151-4/+95
* Use ENC_ values for proto_tree_add_item() calls.Guy Harris2012-05-151-2/+2
* s4:ntvfs/smb2: remove misleading comment regarding security=serverStefan Metzmacher2012-05-151-1/+0
* s4:ntvfs/cifs: remove misleading comment regarding security=serverStefan Metzmacher2012-05-151-1/+0
* s4:auth: remove unused auth_server.cStefan Metzmacher2012-05-152-245/+0
* s3:auth: remove unused auth_server.cStefan Metzmacher2012-05-156-508/+1
* docs-xml: remove documentation of "SECURITY = SERVER"Stefan Metzmacher2012-05-151-32/+0
* s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher2012-05-156-25/+20
* s4:param/tests: remove "security=server" testStefan Metzmacher2012-05-151-10/+0
* selftest: Remove tests for security=serverAndrew Bartlett2012-05-153-45/+1
* samba-upgradedns: Use the correct magic incantation of sys.path.insert()Amitay Isaacs2012-05-151-1/+1
* s3: talloc_zero is not needed for structs we ndr_pull intoVolker Lendecke2012-05-141-1/+1
* libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2012-05-146-142/+110
* libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher2012-05-143-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_write.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_session.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_read.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_query_directory.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_ioctl.cStefan Metzmacher2012-05-141-1/+1
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_flush.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_create.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_close.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_tcon.cStefan Metzmacher2012-05-141-4/+4
* lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher2012-05-144-14/+16
* s3:torture: add #include "lib/util/tevent_ntstatus.h" to test_addrchange.cStefan Metzmacher2012-05-141-0/+1
* s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()Stefan Metzmacher2012-05-141-1/+1
* lib/util: add missing 'errors' dependency to 'tevent-util'Stefan Metzmacher2012-05-141-1/+1
* s4:lib/events: no longer define TEVENT_COMPAT_DEFINESStefan Metzmacher2012-05-141-3/+0
* s4:lib/events: remove unused event_context_find() prototypeStefan Metzmacher2012-05-141-1/+0
* libcli/nbt: no longer use old 'event_' tevent compat symbolsStefan Metzmacher2012-05-141-24/+24
* lib/tevent/testsuite: no longer use 'compat' symbolsStefan Metzmacher2012-05-141-12/+12
* s3:smb2_close: make the top level code async usingStefan Metzmacher2012-05-141-39/+66
* s3:smb2_close: add add smbd_smb2_close_send/recv as wrapperStefan Metzmacher2012-05-141-0/+99