summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Collapse)AuthorAgeFilesLines
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-185-15/+9
|
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-184-0/+9
| | | | Guenther
* s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner2010-05-171-2/+4
| | | | Guenther
* s3-libsmb: fix typo in remote_password_change().Günther Deschner2010-05-141-1/+1
| | | | Guenther
* s3:libsmb/namecache Remove namecache_enable()Andrew Bartlett2010-05-131-28/+0
| | | | | | | | No caller honours the return value, and this call only prints a DEBUG(). Removing this reduces the number of initialisation boilerplate calls s3compat has to make. Andrew Bartlett
* s3-rap: fix cli_oem_change_password() and give room for the convert reply word.Günther Deschner2010-05-121-1/+1
| | | | | | Any servers I could find so far return it. Guenther
* s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print().Günther Deschner2010-05-091-1/+1
| | | | | | Andreas, please check. Guenther
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-064-1/+4
| | | | | | | | | | | | | | | | | This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther
* s3-libsmb: Fixed a recursion in cli_pull_print.Andreas Schneider2010-05-051-1/+1
|
* nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2010-04-272-8/+8
|
* s3: fix some build warnings.Günther Deschner2010-04-261-6/+6
| | | | Guenther
* s3: use generated rap header.Günther Deschner2010-04-262-3/+5
| | | | Guenther
* s3: Fix a memleak in discover_dc_netbiosVolker Lendecke2010-04-181-0/+3
|
* Don't set "requested_posix_capabilities" in the sync code, already done in ↵Jeremy Allison2010-04-131-2/+0
| | | | | | the async. Jeremy.
* Split out the client unix capabilities to those the server offered, and ↵Jeremy Allison2010-04-133-7/+19
| | | | | | | | | those the client asked for. This fixes a bug when using encrypted transport and DFS links. Found by my basic DFS torture test, which I'll check in next. Testing *rocks* :-). Jeremy.
* If the timeout has been set to zero, don't register an end time.Jeremy Allison2010-03-301-3/+5
| | | | | | The caller doesn't want a timeout. Jeremy.
* s3:libsmb: add cli_state_is_connected() functionStefan Metzmacher2010-03-291-0/+18
| | | | metze
* s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_stateStefan Metzmacher2010-03-291-0/+3
| | | | metze
* s3:ntlmssp: use c99 typesStefan Metzmacher2010-03-241-22/+22
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: use client.netbios_name instead of workstationStefan Metzmacher2010-03-241-4/+6
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: remove unused ntlmssp_set_workstation()Stefan Metzmacher2010-03-241-13/+0
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state unionStefan Metzmacher2010-03-241-37/+60
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: add const for *sig in ntlmssp_unseal_packet()Stefan Metzmacher2010-03-241-1/+1
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_packet()Stefan Metzmacher2010-03-241-2/+2
| | | | | | | | Only data needs to be non-const. metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: use a 'bool ok' variable to make the code more readableStefan Metzmacher2010-03-241-2/+14
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: fix some formatingStefan Metzmacher2010-03-241-58/+89
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: inline ntlmssp_weaken_keys()Stefan Metzmacher2010-03-242-71/+37
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: make send_seal_key and recv_seal_key local variablesStefan Metzmacher2010-03-241-14/+12
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: remove unused get_global_myname() and get_domain() from ↵Stefan Metzmacher2010-03-241-8/+0
| | | | | | | | | | ntlmssp_state Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-243-18/+51
| | | | | | | | Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* ↵Stefan Metzmacher2010-03-242-2/+11
| | | | | | | | | | fields also for the client Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_stateStefan Metzmacher2010-03-241-36/+65
| | | | | | | | Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_stateStefan Metzmacher2010-03-241-2/+2
| | | | | | | | Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: make use of C99 types in ntlmssp_sign.cStefan Metzmacher2010-03-241-18/+17
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:ntlmssp: use uint8_t in calc_ntlmv2_key()Stefan Metzmacher2010-03-241-4/+4
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* s3:libsmb: add a smb_signing_init_ex() functionStefan Metzmacher2010-03-221-8/+51
| | | | | | Make it possible to overload memory handling functions. metze
* error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.Günther Deschner2010-03-191-1/+1
| | | | | | Metze, please check. Guenther
* s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codesStefan Metzmacher2010-03-181-4/+9
| | | | metze
* s3: Convert unexpected.tdb to use tdb_wrap_openVolker Lendecke2010-03-131-10/+12
|
* s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-)Volker Lendecke2010-03-091-1/+1
|
* s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.Bo Yang2010-03-061-91/+95
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Fix typo in comments.Karolin Seeger2010-03-031-2/+2
|
* s3: Fix the CHAIN1 torture testVolker Lendecke2010-02-281-1/+9
| | | | | | I've tried to solve this just within cli_smb_recv(), but I could not find a way to sanely determine when we are receiving the last entry in the chain just from looking at the blob. This solves it in an a bit more brutal way...
* s3 move the sitename cache in its own fileSimo Sorce2010-02-233-0/+3
|
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
|
* s3: Explicitly handle inbuf in cli_trans_doneVolker Lendecke2010-02-221-2/+9
|
* s3: Explicitly handle inbuf in cli_write_andx_doneVolker Lendecke2010-02-221-2/+4
|
* s3: Explicitly handle inbuf in cli_read_andx_doneVolker Lendecke2010-02-221-2/+2
|
* s3: Explicitly handle inbuf in cli_message_start_doneVolker Lendecke2010-02-222-6/+7
|
* s3: Explicitly handle inbuf in cli_dskattr_doneVolker Lendecke2010-02-221-2/+4
|