Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-15 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 1 | -1/+0 | |
libcli-auth-merge-without-netlogond | |||||
2009-04-14 | s3-spoolss: remove unused dup_nt_devicemode(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -5/+5 | |
This is particuarly in the netlogon client (but not server at this stage) | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -125/+17 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-04-14 | s3:charcnv remove now unused malloc() based conversion functions | Andrew Bartlett | 1 | -4/+0 | |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -9/+2 | |
This removes calls to push_*_allocate() and pull_*_allocate(), as well as convert_string_allocate, as they are not in the common API To allow transition to a common charcnv in future, provide Samba4-like strupper functions in source3/lib/charcnv.c (the actual implementation remains distinct, but the API is now shared) Andrew Bartlett | |||||
2009-04-14 | Solve some of the conflict between Samba3 and Samba4 push_string | Andrew Bartlett | 1 | -4/+7 | |
This renames push_string in Samba3 into push_string_base and push_string_check for the two different use cases. This should allow push_string to be imported from Samba4, using it's calling conventions. | |||||
2009-04-12 | Reactivate get_socket_port | Volker Lendecke | 1 | -0/+1 | |
2009-04-08 | Convert cli_push to tevent_req | Volker Lendecke | 1 | -8/+8 | |
Metze, please check! Thanks, Volker | |||||
2009-04-08 | Convert cli_pull to tevent_req | Volker Lendecke | 1 | -9/+9 | |
2009-04-08 | Convert rpc_transport_smbd_init to tevent_req | Volker Lendecke | 1 | -5/+5 | |
2009-04-08 | Convert rpc_cli_smbd_conn_init to tevent_req | Volker Lendecke | 1 | -7/+7 | |
2009-04-08 | Convert rpc_transport_np_init to tevent_req | Volker Lendecke | 1 | -5/+5 | |
2009-04-08 | s3-eventlog: split out evlog_convert_tdb_to_evt(). | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-04-08 | s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-07 | s3:charcnv Remove unused unistrcpy() and unistrlen() | Andrew Bartlett | 1 | -2/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-07 | s3:rpc_parse remove unused prs_unistr2() | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-07 | s3:charcnv Remove unused unistr2 functions | Andrew Bartlett | 1 | -5/+0 | |
Natrually, the hard work to make these unsued was done by GD, not me :-) Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-07 | s3:charcnv Remove unused ucs2_to_unistr2() | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-06 | s3 oplocks: Refactor level II oplock contention | Tim Prouty | 1 | -0/+1 | |
2009-04-06 | Make cli_oplock_ack async | Volker Lendecke | 1 | -0/+5 | |
2009-04-06 | Convert cli_open to tevent_req | Volker Lendecke | 1 | -4/+9 | |
2009-04-06 | Convert cli_close to tevent_req | Volker Lendecke | 1 | -3/+8 | |
2009-04-06 | Convert cli_write_andx to tevent_req | Volker Lendecke | 1 | -6/+14 | |
2009-04-06 | Convert cli_read_andx to tevent_req | Volker Lendecke | 1 | -5/+10 | |
2009-04-06 | Convert cli_ntcreate to tevent_req | Volker Lendecke | 1 | -12/+12 | |
2009-04-06 | Convert cli_tcon_andx to tevent_req | Volker Lendecke | 1 | -6/+6 | |
2009-04-06 | Convert cli_negprot to tevent_req | Volker Lendecke | 1 | -4/+4 | |
2009-04-06 | Convert cli_session_setup_guest to tevent_req | Volker Lendecke | 1 | -4/+4 | |
2009-04-06 | Convert cli_trans to tevent_req | Volker Lendecke | 1 | -3/+3 | |
2009-04-06 | Convert cli_echo to tevent_req | Volker Lendecke | 1 | -4/+4 | |
2009-04-06 | Add read_smb_send/recv, dumping keepalives | Volker Lendecke | 1 | -0/+5 | |
2009-04-06 | s3:smbldap Remove smbldap_get_dn | Andrew Bartlett | 1 | -1/+0 | |
This removes one more caller to pull_utf8_allocate() Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-01 | s3-passdb: add smb_create_user(). | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-03-30 | s3/cups: add encryption support | Björn Jacke | 1 | -0/+1 | |
2009-03-26 | s3:rpc_parse: remove unused init_unistr(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-03-25 | s3-rpc_parse: remove unused smb_io_domsid(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-03-25 | s3: remove unused rpc_parse/parse_sec.c file. | Günther Deschner | 1 | -5/+0 | |
Guenther | |||||
2009-03-24 | Convert rpc_pipe_bind to tevent_req | Volker Lendecke | 1 | -5/+5 | |
2009-03-24 | Convert rpc_api_pipe_req to tevent_req | Volker Lendecke | 1 | -6/+6 | |
2009-03-24 | s3: add missing prototype for auth_wbc_init(). | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-03-23 | Use avahi to register _smb._tcp in smbd | Volker Lendecke | 1 | -0/+5 | |
2009-03-23 | Add tevent avahi binding | Volker Lendecke | 1 | -0/+5 | |
2009-03-23 | s3:libsmb: use new simplified smb_signing code for the client side | Stefan Metzmacher | 1 | -6/+9 | |
We store the seqnum/mid mapping in the cli_request structure for async requests and in the cli_state structure for sync calls. We skip the signing check for oplock requests while waiting for async requests coming in. metze | |||||
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 1 | -12/+20 | |
We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze | |||||
2009-03-23 | s3:libsmb: rename smb_signing.c => clisigning.c | Stefan Metzmacher | 1 | -1/+1 | |
This prepares a large simplification of the smb_signing code metze | |||||
2009-03-21 | s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requests | Stefan Metzmacher | 1 | -0/+2 | |
This will be used as part a the franky setup, where nmbd will forward the MAILSLOT requests to the local samba4 CLDAP server. "nmbd_proxy_logon:cldap_server = 127.0.0.1" would configure and activate this feature. metze | |||||
2009-03-20 | s3-spoolss: apply some const in spoolss server. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-03-20 | s3-spoolss: pure comsetics. | Günther Deschner | 1 | -2/+3 | |
sorry, I just need to do that. Guenther | |||||
2009-03-20 | s3-samr: try to to fix password_expired flag handling. | Günther Deschner | 1 | -0/+6 | |
Guenther |