summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-15wbinfo: Fix Coverity ID 242684 Resource leakVolker Lendecke1-0/+1
2012-05-15wbinfo: Fix Coverity ID 242685 Resource leakVolker Lendecke1-0/+1
2012-05-15s3: Fix Coverity ID 242710 Untrusted pointer readVolker Lendecke1-1/+1
2012-05-15dbwrap: Fix Coverity ID 242750 Incorrect sizeof expressionVolker Lendecke1-1/+1
2012-05-15libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach6-43/+40
2012-05-15libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach6-39/+38
2012-05-15libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach6-40/+37
2012-05-15libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach6-32/+29
2012-05-15libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach6-23/+21
2012-05-15libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach6-33/+31
2012-05-15libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach6-35/+33
2012-05-15libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher6-25/+23
2012-05-15libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher6-43/+41
2012-05-15s3:libsmb: avoid interpret_long_date() in smb2cli_createStefan Metzmacher1-8/+8
2012-05-15s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from t...Stefan Metzmacher1-0/+1
2012-05-15s3: Remove some unused codeVolker Lendecke1-14/+0
2012-05-15s3: Fix a likely cut&paste errorVolker Lendecke1-1/+1
2012-05-15lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'Stefan Metzmacher1-0/+4
2012-05-15s3-auth: Rename to init_system_session_info().Andreas Schneider4-4/+4
2012-05-15s3-auth: Don't lookup the system user in pdb.Andreas Schneider1-4/+95
2012-05-15Use ENC_ values for proto_tree_add_item() calls.Guy Harris1-2/+2
2012-05-15s4:ntvfs/smb2: remove misleading comment regarding security=serverStefan Metzmacher1-1/+0
2012-05-15s4:ntvfs/cifs: remove misleading comment regarding security=serverStefan Metzmacher1-1/+0
2012-05-15s4:auth: remove unused auth_server.cStefan Metzmacher2-245/+0
2012-05-15s3:auth: remove unused auth_server.cStefan Metzmacher6-508/+1
2012-05-15docs-xml: remove documentation of "SECURITY = SERVER"Stefan Metzmacher1-32/+0
2012-05-15s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher6-25/+20
2012-05-15s4:param/tests: remove "security=server" testStefan Metzmacher1-10/+0
2012-05-15selftest: Remove tests for security=serverAndrew Bartlett3-45/+1
2012-05-15samba-upgradedns: Use the correct magic incantation of sys.path.insert()Amitay Isaacs1-1/+1
2012-05-14s3: talloc_zero is not needed for structs we ndr_pull intoVolker Lendecke1-1/+1
2012-05-14libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher6-142/+110
2012-05-14libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher3-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_write.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_session.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_read.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_query_directory.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_ioctl.cStefan Metzmacher1-1/+1
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_flush.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_create.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_close.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_tcon.cStefan Metzmacher1-4/+4
2012-05-14lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher4-14/+16
2012-05-14s3:torture: add #include "lib/util/tevent_ntstatus.h" to test_addrchange.cStefan Metzmacher1-0/+1
2012-05-14s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()Stefan Metzmacher1-1/+1
2012-05-14lib/util: add missing 'errors' dependency to 'tevent-util'Stefan Metzmacher1-1/+1
2012-05-14s4:lib/events: no longer define TEVENT_COMPAT_DEFINESStefan Metzmacher1-3/+0
2012-05-14s4:lib/events: remove unused event_context_find() prototypeStefan Metzmacher1-1/+0
2012-05-14libcli/nbt: no longer use old 'event_' tevent compat symbolsStefan Metzmacher1-24/+24
2012-05-14lib/tevent/testsuite: no longer use 'compat' symbolsStefan Metzmacher1-12/+12