Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-16 | s3-schannel: fix blob length when pulling off a NL_AUTH_SIGNATURE in | Günther Deschner | 1 | -1/+1 | |
cli_pipe_verify_schannel(). Guenther | |||||
2009-09-16 | lib/crypto: add aes encryption routines to main cryto lib. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-09-15 | s3: ignore cups-config to tidy up library dependencies | Björn Jacke | 1 | -1/+1 | |
contrary to krb5-config for example, which outputs useful things, cups-config --libs does not output libs we have to link against. It outputs libs that cups linked against. We just have to link against cups. | |||||
2009-09-15 | libcli:nbt put util_net.c protos in new header file | Andrew Bartlett | 1 | -0/+1 | |
This fixed a very odd build problem due to util.h importing system/network.h being imported before the uid_wapper code. Andrew Bartlett | |||||
2009-09-15 | s3-dcerpc: really fix remaining old auth level constants. sorry... | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-09-15 | s3-dcerpc: fix remaining old auth level constants. | Günther Deschner | 2 | -19/+19 | |
Guenther | |||||
2009-09-15 | s3-dcerpc: remove unsed auth type defines as seen on the wire. | Günther Deschner | 2 | -18/+5 | |
Guenther | |||||
2009-09-15 | s3-dcerpc: remove more unused structs. | Günther Deschner | 1 | -12/+0 | |
Guenther | |||||
2009-09-15 | s3-dcerpc: remove duplicate RPC_AUTH_LEVEL flags. | Günther Deschner | 2 | -14/+5 | |
Guenther | |||||
2009-09-15 | s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags. | Günther Deschner | 16 | -100/+93 | |
Guenther | |||||
2009-09-15 | libcli:nbt make the lmhosts parsing code and dependicies common | Andrew Bartlett | 4 | -253/+1 | |
This starts the process to have Samba4 use lmhosts. Andrew Bartlett | |||||
2009-09-15 | s3: BSD needs sys/sysctl.h included to build properly | Björn Jacke | 3 | -1/+10 | |
FreeBSD (and other BSDs, too) need sys/sysctl.h inclueded to use sysctlbyname(). Thanks to Timur Bakeyev for that. | |||||
2009-09-14 | Second part of bug fix for 6606. | Volker Lendecke | 1 | -0/+6 | |
s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handled | |||||
2009-09-14 | Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX. | Jeremy Allison | 3 | -3/+36 | |
Lookup the EA and Stream status on CreateX. Jeremy. | |||||
2009-09-14 | Fix bug 6726 - Filename length overwrites oplock request field in ↵ | Jeremy Allison | 1 | -1/+1 | |
cli_nt_create(). Jeremy. | |||||
2009-09-14 | s3:vfs_catia: Make some fns static | Volker Lendecke | 1 | -3/+3 | |
2009-09-14 | s3:vfs_catia: Use talloc_zero for simplification | Volker Lendecke | 1 | -2/+1 | |
2009-09-14 | s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATIC | Volker Lendecke | 1 | -1/+1 | |
Tim, please check! | |||||
2009-09-14 | s3: Test short reads in the build farm | Volker Lendecke | 1 | -0/+3 | |
2009-09-14 | s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handled | Volker Lendecke | 1 | -4/+118 | |
2009-09-14 | s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper. | Günther Deschner | 2 | -17/+82 | |
Guenther | |||||
2009-09-14 | s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper. | Günther Deschner | 2 | -23/+84 | |
Guenther | |||||
2009-09-13 | s3-samr: Fix Coverity #934 UNINIT. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-13 | s3-netlogon: Fix Coverity #945 UNINIT. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-13 | s3-nterr: print a NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-09-13 | s3-schannel: fix Coverity #950 OVERRUN_STATIC. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-13 | s3-schannel: fix api_pipe_schannel_process(), was using incorrect buffer length. | Günther Deschner | 1 | -1/+3 | |
Found by RPC-SCHANNEL torture test. Guenther | |||||
2009-09-11 | s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating ↵ | Michael Adam | 1 | -1/+1 | |
an existing record not only when creating a record. This matches commit e9194a130327d6b05a8ab90bd976475b0e93b06d from ctdb-master. Michael | |||||
2009-09-11 | talloc:mksyms: allow characters after closing functions parenthesis. | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-09-11 | talloc:mksyms: allow double pointer return value of functions. | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-09-11 | s3:mksyms: fix spelling... | Michael Adam | 2 | -2/+2 | |
Michael | |||||
2009-09-11 | s3-rpcclient: add lookupsids3 command. | Günther Deschner | 1 | -0/+70 | |
Guenther | |||||
2009-09-11 | lsa: fill in more unknowns in lsa_LookupSid calls. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-09-11 | s3-rpcclient: make netlogon credential setup also work for interdomain trusts. | Günther Deschner | 1 | -9/+11 | |
Guenther | |||||
2009-09-11 | s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto. | Günther Deschner | 1 | -4/+17 | |
Guenther | |||||
2009-09-11 | s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel(). | Günther Deschner | 8 | -11/+21 | |
Guenther | |||||
2009-09-11 | s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp ↵ | Günther Deschner | 8 | -4/+19 | |
and cli_rpc_pipe_open_ntlmssp. Guenther | |||||
2009-09-11 | s3-rpcclient: use cli_rpc_pipe_open_noauth_transport in rpcclient. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2009-09-11 | s3-rpc_client: add cli_rpc_pipe_open_noauth_transport. | Günther Deschner | 2 | -14/+30 | |
Guenther | |||||
2009-09-11 | s3-schannel: remove last schannel hand-marshalling function. | Günther Deschner | 2 | -34/+0 | |
Guenther | |||||
2009-09-11 | s3-schannel: use NL_AUTH_SIGNATURE for schannel sign & seal (client & server). | Günther Deschner | 5 | -83/+118 | |
Guenther | |||||
2009-09-11 | s3-errors: add NT_STATUS_RPC_NT_PROCNUM_OUT_OF_RANGE. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-09-11 | s3-schannel: remove unused code. | Günther Deschner | 3 | -75/+0 | |
Guenther | |||||
2009-09-11 | s3-schannel: use NL_AUTH_MESSAGE for schannel bind reply. | Günther Deschner | 1 | -10/+17 | |
Guenther | |||||
2009-09-11 | s3-nterr: add NT_STATUS_RPC_NT_PROTOCOL_ERROR to nt_errstr(). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-09-11 | s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct. | Günther Deschner | 3 | -0/+22 | |
Guenther | |||||
2009-09-11 | s3-rpcclient: add lookupnames4 command. | Günther Deschner | 1 | -0/+52 | |
Guenther | |||||
2009-09-11 | s3-rpcclient: add ncacn transport handling for rpcclient. | Günther Deschner | 1 | -5/+88 | |
Guenther | |||||
2009-09-11 | s3-rpc_client: add enum dcerpc_transport_t to rpc_cli_transport struct. | Günther Deschner | 2 | -0/+10 | |
Guenther | |||||
2009-09-10 | Fix bug 6707 - 3.4.1 segfault in parsing configs. | Marc Aurele La France | 1 | -4/+4 | |
Fixes an occasional segfault caused by an out-of-bounds reference in config file parsing. |