Age | Commit message (Expand) | Author | Files | Lines |
2008-07-08 | [BUG 5580] Allow access to DFS shares via libsmbclient | Derrell Lipman | 1 | -0/+1 |
2008-07-05 | Make use of ADD_TO_ARRAY | Volker Lendecke | 1 | -2/+2 |
2008-07-05 | Convert idmap_cache to gencache | Volker Lendecke | 1 | -6/+7 |
2008-07-03 | Remove gencache_[un]lock_entry | Volker Lendecke | 1 | -2/+0 |
2008-07-02 | Make idmap_init() static | Volker Lendecke | 1 | -1/+0 |
2008-07-01 | MSG_DEBUG now forwarded to all the winbindd children by parent. | Darshan Purandare | 1 | -0/+1 |
2008-06-28 | Let send_trans_reply work on only the inbuf | Volker Lendecke | 1 | -1/+1 |
2008-06-28 | Factor out create_outbuf, creating an outbuf just given an inbuf | Volker Lendecke | 1 | -0/+2 |
2008-06-27 | libads: Add API call to connect to a global catalog server. | Gerald W. Carter | 1 | -1/+0 |
2008-06-26 | Remove current_user reference from printfsp.c | Volker Lendecke | 1 | -1/+1 |
2008-06-26 | Change print_access_check to take auth_serversupplied_info instead of current... | Volker Lendecke | 1 | -8/+16 |
2008-06-26 | Add server_info to pipes_struct | Volker Lendecke | 1 | -0/+2 |
2008-06-25 | rpc_client: add rpccli_samr_chgpasswd_user() call. | Günther Deschner | 1 | -0/+5 |
2008-06-25 | rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3. | Günther Deschner | 1 | -7/+7 |
2008-06-25 | rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2. | Günther Deschner | 1 | -5/+5 |
2008-06-25 | rpc_client: let cli_get_session_key() return talloced session key. | Günther Deschner | 1 | -1/+2 |
2008-06-24 | rpc_client: add cli_get_session_key(). | Günther Deschner | 1 | -0/+3 |
2008-06-24 | crypto: add decrypt_drsuapi_blob from samba4. | Günther Deschner | 1 | -0/+5 |
2008-06-24 | libads: add ads_connect_user_creds() that won't overwrite given user creds. | Günther Deschner | 1 | -0/+1 |
2008-06-23 | time: move uint64s_nt_time_to_unix_abs() to lib/time.c | Günther Deschner | 1 | -0/+1 |
2008-06-22 | Remove the "exists" parameter from create_msdfs_link | Volker Lendecke | 1 | -2/+1 |
2008-06-19 | Remove current_user references from trans2.c | Volker Lendecke | 1 | -0/+2 |
2008-06-19 | Remove the "current_user" arg from fsp_belongs_conn | Volker Lendecke | 1 | -1/+1 |
2008-06-19 | Remove the "current_user" arg from check_fsp | Volker Lendecke | 1 | -2/+2 |
2008-06-17 | file_access: remove unneeded stat buf parameter from can_access_file_acl(). | Michael Adam | 1 | -1/+1 |
2008-06-17 | libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic. | Günther Deschner | 1 | -1/+2 |
2008-06-15 | Add forgotten protoypes | Volker Lendecke | 1 | -1/+2 |
2008-06-15 | Remove the current_user reference from fake_file.c | Volker Lendecke | 1 | -0/+1 |
2008-06-07 | Add prototype for delete_negative_conn_cache | Volker Lendecke | 1 | -0/+1 |
2008-06-04 | util_str: add talloc_asprintf_strlower_m(). | Günther Deschner | 1 | -0/+1 |
2008-06-03 | build: fix the build (missing protoype for lp_ldap_connection_timeout()). | Günther Deschner | 1 | -0/+1 |
2008-05-28 | Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses | Jeremy Allison | 1 | -2/+6 |
2008-05-28 | fix build: add missing prototype of msg_close_file() | Michael Adam | 1 | -0/+5 |
2008-05-28 | fix the build after prototype change. | Michael Adam | 1 | -1/+1 |
2008-05-28 | build: Fix the build after prototype change. | Günther Deschner | 1 | -1/+1 |
2008-05-26 | Remove unused function is_trusted_domain_situation(). | Michael Adam | 1 | -1/+0 |
2008-05-26 | Add function is_dc_trusted_domain_situation(). | Michael Adam | 1 | -0/+1 |
2008-05-25 | Move ber_[read|write]_OID_String protypes to proto.h | Volker Lendecke | 1 | -0/+2 |
2008-05-25 | Remove the reference to current_user_info from share_access.c | Volker Lendecke | 1 | -1/+4 |
2008-05-23 | Manually merge Steven Danneman's patch for SPNEGO auth to a trusted | Gerald W. Carter | 1 | -1/+3 |
2008-05-22 | rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static. | Michael Adam | 1 | -7/+0 |
2008-05-22 | rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp(). | Michael Adam | 1 | -1/+7 |
2008-05-21 | Add client support for NCACN_UNIX_STREAM | Volker Lendecke | 1 | -0/+3 |
2008-05-21 | rpccli_schannel_bind_data only needs the schannel key | Volker Lendecke | 1 | -1/+1 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -13/+20 |
2008-05-19 | Remove conn_find_byname now it's no longer used in | Jeremy Allison | 1 | -1/+0 |
2008-05-18 | build: freeze proto.h | Michael Adam | 1 | -0/+10475 |
2001-06-22 | auto-build proto.h if its not there, but don't make it depend | Andrew Tridgell | 1 | -4702/+0 |
2001-06-21 | Merging Gerry's spoolss changes. | Jeremy Allison | 1 | -613/+614 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -4/+2 |