Age | Commit message (Expand) | Author | Files | Lines |
2008-07-16 | In api_pipe_bind_req(), check for the iface id, not the pipe name | Volker Lendecke | 1 | -1/+4 |
2008-07-16 | Add ndr_syntax_id_equal() | Volker Lendecke | 1 | -0/+3 |
2008-07-16 | The buf in the smbclient write function should be const. | Andreas Schneider | 2 | -3/+3 |
2008-07-16 | Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-test | Derrell Lipman | 2 | -1/+2 |
2008-07-16 | Fix typos. | Derrell Lipman | 1 | -1/+1 |
2008-07-15 | Fix swat. Bug #5613. | Jeremy Allison | 1 | -1/+0 |
2008-07-15 | popt: add a popt_common_debuglevel set of options providing -d|--debuglevel | Michael Adam | 1 | -0/+2 |
2008-07-12 | Make again idmap_init static | Simo Sorce | 1 | -1/+0 |
2008-07-11 | Revert "Make idmap_init() static" | Volker Lendecke | 1 | -0/+1 |
2008-07-11 | Revert "Remove gencache_[un]lock_entry" | Volker Lendecke | 1 | -0/+2 |
2008-07-11 | Revert "Convert idmap_cache to gencache" | Volker Lendecke | 1 | -7/+6 |
2008-07-11 | Revert "Make use of ADD_TO_ARRAY" | Volker Lendecke | 1 | -2/+2 |
2008-07-08 | [BUG 5580] Allow access to DFS shares via libsmbclient | Derrell Lipman | 2 | -0/+28 |
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-30 | kerberos: allow to keep entries with old kvno's while creating keytab. | Günther Deschner | 1 | -1/+2 |
2008-06-30 | kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext. | Günther Deschner | 1 | -7/+8 |
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 | 3 | -2/+4 |
2008-06-27 | Fix warnings on SuSE 9.0. | Karolin Seeger | 1 | -0/+8 |
2008-06-26 | Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings. | Jeremy Allison | 1 | -0/+7 |
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 | Remove p->vuid | Volker Lendecke | 1 | -2/+0 |
2008-06-26 | Now that we have p->server_info, use p->server_info->user_session_key | Volker Lendecke | 1 | -1/+0 |
2008-06-26 | Add server_info to pipes_struct | Volker Lendecke | 2 | -0/+4 |
2008-06-26 | errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN. | Günther Deschner | 1 | -0/+3 |
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-24 | libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames. | Günther Deschner | 1 | -8/+9 |
2008-06-24 | kerberos: add smb_krb5_keytab_name(). | Günther Deschner | 1 | -0/+4 |
2008-06-24 | kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti... | Günther Deschner | 1 | -1/+8 |
2008-06-24 | Remove "conn" from pipes_struct | Volker Lendecke | 1 | -1/+2 |
2008-06-23 | time: move uint64s_nt_time_to_unix_abs() to lib/time.c | Günther Deschner | 1 | -0/+1 |
2008-06-23 | Add documentation for kerberos support in libsmbclient. | Andreas Schneider | 1 | -0/+10 |
2008-06-22 | Remove the "exists" parameter from create_msdfs_link | Volker Lendecke | 1 | -2/+1 |
2008-06-22 | Fix a crash in _dfs_Enum | Volker Lendecke | 1 | -1/+1 |
2008-06-21 | Make pipes_struct its own talloc ctx | Volker Lendecke | 1 | -3/+0 |
2008-06-19 | Remove current_user references from trans2.c | Volker Lendecke | 3 | -7/+2 |
2008-06-19 | Wrap the unix token info in a unix_user_token in auth_serversupplied_info | Volker Lendecke | 2 | -9/+4 |
2008-06-19 | Remove the "current_user" arg from fsp_belongs_conn | Volker Lendecke | 1 | -1/+1 |