Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-12 | s3: Remove "struct ip_service" from resolve_wins | Volker Lendecke | 4 | -33/+25 | |
2011-06-12 | nsswitch: Remove some refs to the global winbindd_fd | Volker Lendecke | 1 | -8/+10 | |
2011-06-12 | s3-passdb: Implement new pdb trust calls for the default backend | Sumit Bose | 3 | -8/+194 | |
Signed-off-by: Simo Sorce <idra@samba.org> Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Sun Jun 12 06:45:25 CEST 2011 on sn-devel-104 | |||||
2011-06-11 | s4:libcli/raw/raw*.c - add unhandled enum values | Matthias Dieter Wallnöfer | 2 | -2/+3 | |
Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Jun 11 18:46:13 CEST 2011 on sn-devel-104 | |||||
2011-06-11 | s4:torture/ndr/string.c - fix type-punned warning and remove unused variables | Matthias Dieter Wallnöfer | 1 | -3/+2 | |
Reviewed-by: Jelmer | |||||
2011-06-11 | s4:ntvfs/smb2/vfs_smb2.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Reviewed-by: Jelmer | |||||
2011-06-11 | s4:auth/ntlm/auth_unix.c - remove unused variables | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
Relicts from commit 323c7445713d17989452b99bbb541248bb2388eb Reviewed-by: Jelmer | |||||
2011-06-11 | Revert "s3:idmap_autorid: add a talloc_stackframe() to ↵ | Michael Adam | 1 | -6/+5 | |
idmap_autorid_initialize()" This reverts commit 65490ea4e67bf82cf8fb0b8e4e74047c3f63c509. This sequence of patches needs to be done differently. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Jun 11 12:55:11 CEST 2011 on sn-devel-104 | |||||
2011-06-11 | Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of ↵ | Michael Adam | 1 | -9/+1 | |
"autorid:rangesize"" This reverts commit b0b0b625b588057c8c97371934bf21eb1fd985d8. This sequence of patches needs to be done differently. | |||||
2011-06-11 | Revert "s3:idmap_autorid: fail initialization if the domain is not "*"" | Michael Adam | 1 | -9/+1 | |
This reverts commit cd8dc47bf17d2cdb1558dc6ab49320ba12af8f34. This sequence of patches needs to be done differently. | |||||
2011-06-11 | s3:registry/reg_parse_internal.c: add copyright information | Michael Adam | 1 | -1/+6 | |
2011-06-11 | s3:registry/reg_parse_internal.h: add copyright information | Michael Adam | 1 | -1/+6 | |
2011-06-11 | s3-param Remove 'time offset' from smb.conf | Andrew Bartlett | 5 | -48/+1 | |
This strange parameter is apparently very rarely used, and it seems to me that on modern networks, if clients don't have correct clocks and DST offsets, that many other things (Kerberos) start to fail pretty quickly, and time and DST tables tend to be internet delivered anyway. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Jun 11 03:54:45 CEST 2011 on sn-devel-104 | |||||
2011-06-11 | s3: Update .clang_complete | Andreas Schneider | 1 | -3/+20 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Sat Jun 11 00:40:01 CEST 2011 on sn-devel-104 | |||||
2011-06-10 | s3:libsmb: remove unused cli_state_seqnum infrastructure | Stefan Metzmacher | 3 | -44/+0 | |
metze Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jun 10 20:37:54 CEST 2011 on sn-devel-104 | |||||
2011-06-10 | s3:libsmb/clireadwrite: calculate cli_write_max_bufsize() correct based on ↵ | Stefan Metzmacher | 1 | -8/+12 | |
max_xmit This is important in order to support DCERPC over ncacn_np against NT4 servers, where max_xmit is just 4356. metze | |||||
2011-06-10 | s3:libsmb/clireadwrite: calculate cli_read_max_bufsize() correct based on ↵ | Stefan Metzmacher | 1 | -1/+12 | |
max_xmit This is important in order to support DCERPC over ncacn_np against NT4 servers, where max_xmit is just 4356. metze | |||||
2011-06-10 | s3:libsmb/clitrans: correctly transfer the seqnum between secondary and ↵ | Stefan Metzmacher | 1 | -3/+8 | |
primary requests This is needed to implement SMB signing correct. metze | |||||
2011-06-10 | s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] calls | Stefan Metzmacher | 1 | -8/+80 | |
We now keep the primary request open for the whole logical request. The primary request is the one that gets all incoming replies. While secondary requests are handled as separate one-way requests. metze | |||||
2011-06-10 | s3:libsmb/clitrans: use subreq2 as variable for the secondary requests | Stefan Metzmacher | 1 | -7/+9 | |
metze | |||||
2011-06-10 | s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add ↵ | Stefan Metzmacher | 1 | -2/+11 | |
a comment metze | |||||
2011-06-10 | s3:libsmb/clitrans: correctly marshall [nt]trans[s][2] requests | Stefan Metzmacher | 1 | -12/+41 | |
We need to align params and data to 4 byte offsets. This also correctly recalculates the useable space after each step. metze | |||||
2011-06-10 | s3:libsmb/clitrans: marshall SMBnttrans[2] as the others | Stefan Metzmacher | 1 | -23/+23 | |
This is just to make the code more readable and easier to notice how many words we're using in vwv. metze | |||||
2011-06-10 | s3:libsmb/clitrans: use uint32_t for param and data variables | Stefan Metzmacher | 1 | -3/+3 | |
SMBnttrans uses 32-bit values there. metze | |||||
2011-06-10 | s3:libsmb/clitrans: remove unused secondary_request_ctx | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2011-06-10 | s3:libsmb/async_smb: add helpers to get and set the seqnum for signing | Stefan Metzmacher | 2 | -0/+16 | |
This will be used for correct signing in [nt]trans[2][s] requests. metze | |||||
2011-06-10 | s3:libsmb/async_smb: don't remove pending requests if the mid is set | Stefan Metzmacher | 1 | -0/+15 | |
If the mid was set explicitly, it means the request expects more than one reply, so leave it in the pending array. metze | |||||
2011-06-10 | s3:libsmb/async_smb: call cli_smb_req_unset_pending() instead of destructor ↵ | Stefan Metzmacher | 1 | -2/+2 | |
directly metze | |||||
2011-06-10 | s3:libsmb/async_smb: let cli_smb_recv() initialize output values for one way ↵ | Stefan Metzmacher | 1 | -0/+18 | |
requests metze | |||||
2011-06-10 | Bump the smbd vfs interface version to 29. Samba 3.6.0 will ship | Jeremy Allison | 1 | -1/+2 | |
with interface 28. | |||||
2011-06-10 | s3:net conf addshare: do not stat-check the share path. | Michael Adam | 1 | -17/+0 | |
Allow paths with % macros and paths that do not (yet...) exist. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jun 10 17:38:07 CEST 2011 on sn-devel-104 | |||||
2011-06-10 | source3/rpc_client/util_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jun 10 16:27:24 CEST 2011 on sn-devel-104 | |||||
2011-06-10 | source3/rpc_client/init_spoolss.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2011-06-10 | source3/rpc_client/init_samr.h: fix licence/copyright | Günther Deschner | 1 | -0/+23 | |
Guenther | |||||
2011-06-10 | source3/rpc_client/init_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 | |
Guenther | |||||
2011-06-10 | source3/rpc_client/init_lsa.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 | |
Guenther | |||||
2011-06-10 | source3/rpc_client/cli_spoolss.h: fix licence/copyright | Günther Deschner | 1 | -0/+29 | |
Guenther | |||||
2011-06-10 | source3/rpc_client/cli_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+26 | |
Guenther | |||||
2011-06-10 | source3/printing/pcap.h: fix licence/copyright | Günther Deschner | 1 | -0/+15 | |
Guenther | |||||
2011-06-10 | source3/printing/load.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 | |
Guenther | |||||
2011-06-10 | source3/libsmb/proto.h: fix licence/copyright | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-06-10 | source3/libsmb/nmblib.h: fix licence/copyright | Günther Deschner | 1 | -0/+27 | |
Guenther | |||||
2011-06-10 | source3/libsmb/libsmb.h: fix licence/copyright | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2011-06-10 | source3/libsmb/errormap_wbc.h: fix licence/copyright | Günther Deschner | 1 | -0/+26 | |
Guenther | |||||
2011-06-10 | source3/libsmb/clidgram.h: fix licence/copyright | Günther Deschner | 1 | -0/+26 | |
Guenther | |||||
2011-06-10 | source3/libnet/libnet_join.h: fix licence/copyright | Günther Deschner | 1 | -0/+25 | |
Guenther | |||||
2011-06-10 | source3/libads/ldap_schema.h: fix licence/copyright | Günther Deschner | 1 | -0/+25 | |
Guenther | |||||
2011-06-10 | source3/libads/cldap.h: fix licence/copyright | Günther Deschner | 1 | -0/+27 | |
Guenther | |||||
2011-06-10 | source3/libads/ads_status.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2011-06-10 | source3/libads/ads_ldap_protos.h: fix licence/copyright | Günther Deschner | 1 | -0/+28 | |
Guenther |