Age | Commit message (Expand) | Author | Files | Lines |
2011-06-10 | s3:libsmb/async_smb: add helpers to get and set the seqnum for signing | Stefan Metzmacher | 2 | -0/+16 |
2011-06-10 | s3:libsmb/async_smb: don't remove pending requests if the mid is set | Stefan Metzmacher | 1 | -0/+15 |
2011-06-10 | s3:libsmb/async_smb: call cli_smb_req_unset_pending() instead of destructor d... | Stefan Metzmacher | 1 | -2/+2 |
2011-06-10 | s3:libsmb/async_smb: let cli_smb_recv() initialize output values for one way ... | Stefan Metzmacher | 1 | -0/+18 |
2011-06-10 | Bump the smbd vfs interface version to 29. Samba 3.6.0 will ship | Jeremy Allison | 1 | -1/+2 |
2011-06-10 | s3:net conf addshare: do not stat-check the share path. | Michael Adam | 1 | -17/+0 |
2011-06-10 | source3/rpc_client/util_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-10 | source3/rpc_client/init_spoolss.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 |
2011-06-10 | source3/rpc_client/init_samr.h: fix licence/copyright | Günther Deschner | 1 | -0/+23 |
2011-06-10 | source3/rpc_client/init_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-10 | source3/rpc_client/init_lsa.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-10 | source3/rpc_client/cli_spoolss.h: fix licence/copyright | Günther Deschner | 1 | -0/+29 |
2011-06-10 | source3/rpc_client/cli_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+26 |
2011-06-10 | source3/printing/pcap.h: fix licence/copyright | Günther Deschner | 1 | -0/+15 |
2011-06-10 | source3/printing/load.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-10 | source3/libsmb/proto.h: fix licence/copyright | Günther Deschner | 1 | -0/+8 |
2011-06-10 | source3/libsmb/nmblib.h: fix licence/copyright | Günther Deschner | 1 | -0/+27 |
2011-06-10 | source3/libsmb/libsmb.h: fix licence/copyright | Günther Deschner | 1 | -0/+5 |
2011-06-10 | source3/libsmb/errormap_wbc.h: fix licence/copyright | Günther Deschner | 1 | -0/+26 |
2011-06-10 | source3/libsmb/clidgram.h: fix licence/copyright | Günther Deschner | 1 | -0/+26 |
2011-06-10 | source3/libnet/libnet_join.h: fix licence/copyright | Günther Deschner | 1 | -0/+25 |
2011-06-10 | source3/libads/ldap_schema.h: fix licence/copyright | Günther Deschner | 1 | -0/+25 |
2011-06-10 | source3/libads/cldap.h: fix licence/copyright | Günther Deschner | 1 | -0/+27 |
2011-06-10 | source3/libads/ads_status.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 |
2011-06-10 | source3/libads/ads_ldap_protos.h: fix licence/copyright | Günther Deschner | 1 | -0/+28 |
2011-06-10 | source3/lib/privileges.h: fix licence/copyright | Günther Deschner | 1 | -0/+27 |
2011-06-10 | source3/lib/netapi/libnetapi.h: fix licence/copyright | Günther Deschner | 1 | -0/+19 |
2011-06-10 | source3/intl/lang_tdb.h: fix licence/copyright | Günther Deschner | 1 | -0/+23 |
2011-06-10 | source3/include/smb_ldap.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 |
2011-06-10 | source3/include/smb_krb5.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 |
2011-06-10 | source3/include/mangle.h: fix licence/copyright | Günther Deschner | 1 | -0/+19 |
2011-06-10 | source3/include/krb5_protos.h: fix licence/copyright | Günther Deschner | 1 | -2/+29 |
2011-06-10 | source3/include/krb5_env.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-10 | bug in source3/winbindd/winbindd_sids_to_xids.c | Herb Lewis | 1 | -1/+4 |
2011-06-10 | Export init_stat_ex_from_stat for use in VFS modules. | Richard Sharpe | 2 | -6/+19 |
2011-06-10 | s3-param Avoid strupper_m() where possible. | Andrew Bartlett | 1 | -5/+12 |
2011-06-09 | s3:vfs cleanup unused code in vfs_recycle | Christian Ambach | 1 | -26/+0 |
2011-06-09 | s3:net fix a typo | Christian Ambach | 1 | -1/+1 |
2011-06-09 | s3:modules fix some non-empty blank lines | Christian Ambach | 1 | -6/+5 |
2011-06-09 | s3:rpcclient: remove unused new_workgroup variable | Stefan Metzmacher | 1 | -4/+0 |
2011-06-09 | s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse... | Stefan Metzmacher | 1 | -1/+1 |
2011-06-09 | s3-selftest Add test for smbclient --authentication-file | Andrew Bartlett | 2 | -13/+55 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 91 | -341/+264 |
2011-06-09 | s3-lib Add myhostname_upper() | Andrew Bartlett | 2 | -0/+17 |
2011-06-09 | s3-selftest Add a test for 'message command' | Andrew Bartlett | 1 | -0/+48 |
2011-06-09 | server_id: Change format to vnn:pid.task_id, pid.task_id or pid | Andrew Bartlett | 1 | -4/+14 |
2011-06-09 | s3-param Remove special case for global_scope() | Andrew Bartlett | 9 | -55/+17 |
2011-06-09 | s3-param Remove special case for lp_workgroup() | Andrew Bartlett | 6 | -61/+8 |
2011-06-09 | s3-libsmbclient Use workgroup from libsmbclient caller for domain in credentials | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-lib Use domain in credentials file for domain in credentials | Andrew Bartlett | 1 | -1/+1 |