summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2010-05-28s3-build: only use ndr_samr.h where needed.Günther Deschner1-0/+1
2010-05-22s3: Remove unreachable codeVolker Lendecke1-1/+0
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett6-25/+25
2010-05-19Correctly check error code return.Jeremy Allison1-1/+1
2010-05-19Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre...Jeremy Allison1-32/+34
2010-05-18Fix our NTLMSSP implementation against the Microsoft torture tester.Jeremy Allison1-13/+37
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner3-0/+3
2010-05-18s3-rpc_client: move protos to cli_netlogon.hGünther Deschner1-0/+1
2010-05-18s3-rpc_client: move protos to cli_samr.hGünther Deschner1-0/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2-7/+7
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-6/+6
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-14/+14
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij5-15/+9
2010-05-18s3-crypto: only include crypto headers when crypto is done.Günther Deschner4-0/+9
2010-05-17s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner1-2/+4
2010-05-14s3-libsmb: fix typo in remote_password_change().Günther Deschner1-1/+1
2010-05-13s3:libsmb/namecache Remove namecache_enable()Andrew Bartlett1-28/+0
2010-05-12s3-rap: fix cli_oem_change_password() and give room for the convert reply word.Günther Deschner1-1/+1
2010-05-09s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print().Günther Deschner1-1/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner4-1/+4
2010-05-05s3-libsmb: Fixed a recursion in cli_pull_print.Andreas Schneider1-1/+1
2010-04-27nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2-8/+8
2010-04-26s3: fix some build warnings.Günther Deschner1-6/+6
2010-04-26s3: use generated rap header.Günther Deschner2-3/+5
2010-04-18s3: Fix a memleak in discover_dc_netbiosVolker Lendecke1-0/+3
2010-04-13Don't set "requested_posix_capabilities" in the sync code, already done in th...Jeremy Allison1-2/+0
2010-04-13Split out the client unix capabilities to those the server offered, and those...Jeremy Allison3-7/+19
2010-03-30If the timeout has been set to zero, don't register an end time.Jeremy Allison1-3/+5
2010-03-29s3:libsmb: add cli_state_is_connected() functionStefan Metzmacher1-0/+18
2010-03-29s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_stateStefan Metzmacher1-0/+3
2010-03-24s3:ntlmssp: use c99 typesStefan Metzmacher1-22/+22
2010-03-24s3:ntlmssp: use client.netbios_name instead of workstationStefan Metzmacher1-4/+6
2010-03-24s3:ntlmssp: remove unused ntlmssp_set_workstation()Stefan Metzmacher1-13/+0
2010-03-24s3:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state unionStefan Metzmacher1-37/+60
2010-03-24s3:ntlmssp: add const for *sig in ntlmssp_unseal_packet()Stefan Metzmacher1-1/+1
2010-03-24s3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_packet()Stefan Metzmacher1-2/+2
2010-03-24s3:ntlmssp: use a 'bool ok' variable to make the code more readableStefan Metzmacher1-2/+14
2010-03-24s3:ntlmssp: fix some formatingStefan Metzmacher1-58/+89
2010-03-24s3:ntlmssp: inline ntlmssp_weaken_keys()Stefan Metzmacher2-71/+37
2010-03-24s3:ntlmssp: make send_seal_key and recv_seal_key local variablesStefan Metzmacher1-14/+12
2010-03-24s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s...Stefan Metzmacher1-8/+0
2010-03-24s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher3-18/+51
2010-03-24s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field...Stefan Metzmacher2-2/+11
2010-03-24s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_stateStefan Metzmacher1-36/+65
2010-03-24s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_stateStefan Metzmacher1-2/+2
2010-03-24s3:ntlmssp: make use of C99 types in ntlmssp_sign.cStefan Metzmacher1-18/+17
2010-03-24s3:ntlmssp: use uint8_t in calc_ntlmv2_key()Stefan Metzmacher1-4/+4
2010-03-22s3:libsmb: add a smb_signing_init_ex() functionStefan Metzmacher1-8/+51
2010-03-19error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.Günther Deschner1-1/+1
2010-03-18s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codesStefan Metzmacher1-4/+9