Age | Commit message (Expand) | Author | Files | Lines |
2009-02-05 | s3: use samr_RidWithAttribute instead of DOM_GID. | Günther Deschner | 1 | -1/+1 |
2009-02-05 | s3-net: remove unused ENUM_HND. | Günther Deschner | 1 | -3/+0 |
2009-02-04 | s3-net: add "net eventlog export". | Günther Deschner | 1 | -0/+109 |
2009-02-04 | s3-net: add "net eventlog import". | Günther Deschner | 1 | -0/+104 |
2009-02-04 | s3-net: add "net eventlog dump". | Günther Deschner | 3 | -0/+111 |
2009-02-04 | s3-eventlogadm: use struct eventlog_Record_tdb for storing entries in tdbs. | Günther Deschner | 1 | -9/+14 |
2009-02-03 | s3-eventlogadm: add command to dump stored tdb entries. | Günther Deschner | 1 | -0/+53 |
2009-02-03 | s3-eventlog: pass down talloc context to parse_logentry(). | Günther Deschner | 1 | -1/+2 |
2009-02-03 | s3-eventlog: allow to open eventlog tdbs readonly. | Günther Deschner | 1 | -1/+1 |
2009-02-03 | s3-net: fix warning message for keytab usage. | Günther Deschner | 1 | -2/+2 |
2009-02-03 | s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege. | Volker Lendecke | 1 | -2/+5 |
2009-02-01 | Add two new parameters to control how we verify kerberos tickets. Removes lp_... | Dan Sledz | 1 | -4/+4 |
2009-02-01 | Fix some type-punned warnings | Volker Lendecke | 1 | -3/+3 |
2009-02-01 | cli_get_pipe_name_from_interface does not really need a talloc_ctx | Volker Lendecke | 1 | -2/+1 |
2009-01-30 | Make cli_tcon_andx async | Volker Lendecke | 2 | -6/+8 |
2009-01-22 | s3:smbcontrol: don't call message_dispatch() anymore, it's triggered by teven... | Stefan Metzmacher | 1 | -13/+16 |
2009-01-22 | Actually complete 3662c2b... | Volker Lendecke | 1 | -1/+1 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -2/+10 |
2009-01-16 | s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir. | Michael Adam | 1 | -4/+4 |
2009-01-16 | winreg: fix winreg_EnumValue callers. | Günther Deschner | 1 | -1/+1 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-12 | Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c | Steven Danneman | 1 | -0/+20 |
2009-01-09 | Minor tidyup of unix account missing code. | Jeremy Allison | 1 | -5/+5 |
2009-01-09 | s3-net: use rpccli_svcctl_EnumServicesStatusW. | Günther Deschner | 1 | -19/+68 |
2009-01-09 | s3/net: Display error message if user does not exist. | Karolin Seeger | 1 | -1/+4 |
2009-01-09 | s3/smbpasswd: Check if Unix account exists before asking for the password. | Karolin Seeger | 1 | -0/+9 |
2009-01-08 | s3-net: fix type in rpc_service_list_internal(). Sorry... | Günther Deschner | 1 | -1/+1 |
2009-01-08 | s3-svcctl: use pidl based struct SERVICE_STATUS. | Günther Deschner | 1 | -3/+3 |
2009-01-08 | s3-svcctl: remove some more redundant headers. | Günther Deschner | 1 | -1/+1 |
2009-01-06 | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 2 | -27/+7 |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 2 | -6/+5 |
2009-01-04 | Fix the build of smbfilter | Volker Lendecke | 1 | -2/+3 |
2009-01-03 | open_socket_out is always used with SOCK_STREAM, remove argument "type" | Volker Lendecke | 1 | -1/+1 |
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 9 | -25/+72 |
2008-12-28 | Add -D option to sharesec util to delete the entire security descriptor. | Steven Danneman | 1 | -8/+23 |
2008-12-28 | Change error messages in sharesec util to go to stderr instead of stdout | Steven Danneman | 1 | -10/+10 |
2008-12-28 | Cleaned up whitespace issues in sharesec.c | Steven Danneman | 1 | -35/+39 |
2008-12-19 | Make cli_negprot return NTSTATUS instead of bool | Volker Lendecke | 2 | -3/+6 |
2008-12-17 | net lua | Volker Lendecke | 3 | -0/+396 |
2008-12-16 | s3:net_status: use dbwrap to open sessionid.tdb | Stefan Metzmacher | 1 | -24/+20 |
2008-12-14 | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 3 | -35/+53 |
2008-12-13 | don't return 0 on error - bad for scripts | Herb Lewis | 1 | -0/+2 |
2008-12-13 | s3: correctly detect if the current dc is the closest one | Stefan Metzmacher | 1 | -1/+1 |
2008-12-05 | s3-samr: fix SAMR_FIELD_PASSWORD callers. | Günther Deschner | 1 | -1/+1 |
2008-12-04 | s3:net: fix password set of 'net rpc trustdom add' | Stefan Metzmacher | 1 | -1/+2 |
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 4 | -4/+4 |
2008-12-02 | Implement type multi_sz for "net registry setvalue" | Volker Lendecke | 1 | -0/+4 |
2008-11-30 | remove the explicit mem_ctx from ntlmssp_state, use the state itself | Volker Lendecke | 1 | -3/+4 |
2008-11-28 | s3-samr: fix init_samr_user_info{23,24} callers. | Günther Deschner | 2 | -2/+3 |
2008-11-25 | Fix bug #5914 - Build failure: redefinition of struct name_list | Jeremy Allison | 1 | -8/+8 |