summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: Remove an unnecessary includeVolker Lendecke2011-08-101-1/+0
* s3:idmap_tdb2: fix bug 8368 : correctly initialize "idmap config * : script" ...Michael Adam2011-08-101-1/+1
* s3:libsmb: make cli_session_setup_spnego() staticStefan Metzmacher2011-08-102-6/+4
* s3:winbindd_cm: use cli_session_setup() instead of cli_session_setup_spnego()Stefan Metzmacher2011-08-101-15/+18
* s3:libsmb: pass remote_realm to cli_session_setup_spnego() in cli_session_set...Stefan Metzmacher2011-08-101-1/+3
* s3:libsmb: store the remote_realm on the cli_stateStefan Metzmacher2011-08-105-2/+20
* s3:smb_macros.h: simplify _smb_setlen() and _smb_setlen_large()Stefan Metzmacher2011-08-101-6/+4
* s3:include: smb.h base old smb header offsets on new definesStefan Metzmacher2011-08-101-32/+32
* s3:include: smb.h merge some stuff from source4Stefan Metzmacher2011-08-101-0/+35
* Revert "s3:test_async_echo: unsure the desired smb message sequence"Stefan Metzmacher2011-08-101-10/+0
* s3:vfs_prealloc: fix build on SLES8Björn Jacke2011-08-091-0/+1
* s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-08-094-14/+14
* s3:torture/*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-08-092-3/+3
* s3-rpc_server: Fix sending of packets over named pipe proxy.Andreas Schneider2011-08-091-22/+27
* s3-smbd: Pass tevent context to smbd_server_connection_loop_once().Andreas Schneider2011-08-093-16/+17
* s3-rpc_server: Free the children of p->mem_ctx.Andreas Schneider2011-08-091-1/+5
* s3:lib/events: Fix a bug in run_poll_events().Stefan Metzmacher2011-08-091-0/+4
* s3:selftest: run the net rpc registry test under "s3dc" instead "s3dc:local".Michael Adam2011-08-081-1/+1
* s3-net: Fixed a small typo in net conf function tableVicentiu Ciorbaru2011-08-081-1/+1
* s3-net: Fixed typo in net confVicentiu Ciorbaru2011-08-081-1/+1
* s3:smbconf let drop leave the smbconf key in place to match a virgin registry...Gregor Beck2011-08-081-1/+1
* s3:registry avoid updating keys which are going to be deleted inGregor Beck2011-08-086-30/+47
* build: rename rpcommon to dcerpc-binding an make a public libraryAndrew Bartlett2011-08-081-2/+2
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-2/+2
* s3-waf: Fix build on FreeBSD when sunacl.h is foundAndrew Bartlett2011-08-081-1/+1
* s3:smb2_server: make sure we grant credits on async read/write operations (bu...Stefan Metzmacher2011-08-071-6/+15
* s3:web/swat: use strtoll() instead of atoi/atol/atollStefan Metzmacher2011-08-061-6/+19
* s3:rpc_transport_tstream: only use tstream_cli_np_use_trans() for sync requestsStefan Metzmacher2011-08-051-0/+6
* s3: Make srv_enc_ctx staticVolker Lendecke2011-08-052-2/+1
* s3: Fix a debug messageVolker Lendecke2011-08-051-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-052-6/+6
* s3: Fix "ISO C90 forbids mixed declarations and code"Volker Lendecke2011-08-051-7/+7
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-051-25/+25
* s3: make linking of pthreadpooltest work on more platformsBjörn Jacke2011-08-051-1/+1
* s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke2011-08-051-2/+13
* s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().Günther Deschner2011-08-041-1/+1
* s3/swat: use strlcat instead of strncat to fix build on old Linux distrosBjörn Jacke2011-08-041-1/+1
* s3-ntlmssp void function cannot return valueAndrew Bartlett2011-08-041-3/+3
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-031-19/+18
* s3-printing: fix some build warnings in queue_process.cGünther Deschner2011-08-031-1/+2
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-032-2/+2
* s3-ntlmssp Remove rudundent commentAndrew Bartlett2011-08-031-1/+0
* s3-ntlmssp Remove a level of nesting in if/else statementAndrew Bartlett2011-08-031-3/+2
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-036-1/+45
* s3-ntlmssp clarify session key behaviour after create_local_token() changesAndrew Bartlett2011-08-031-2/+1
* s3-ntlmssp Remove auth_ntlmssp_state_destructor, use the talloc tree insteadAndrew Bartlett2011-08-031-16/+5
* s3-auth directly return the result of make_server_info_guest()Andrew Bartlett2011-08-031-2/+2
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-035-14/+14
* s3-smbd Be consistent with %U subs on guest loginsAndrew Bartlett2011-08-031-1/+1
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-034-30/+80