Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -0/+38 | |
This is particuarly in the netlogon client (but not server at this stage) | |||||
2009-04-14 | More work to adapt to merged libcli/auth function prototypes | Andrew Bartlett | 1 | -0/+1 | |
2009-04-14 | s3:charcnv remove now unused malloc() based conversion functions | Andrew Bartlett | 1 | -39/+0 | |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 5 | -259/+100 | |
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 | -5/+43 | |
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 | -4/+1 | |
2009-04-08 | s3-eventlog: split out evlog_convert_tdb_to_evt(). | Günther Deschner | 1 | -0/+74 | |
Guenther | |||||
2009-04-08 | s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server. | Günther Deschner | 1 | -0/+960 | |
Guenther | |||||
2009-04-08 | s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr(). | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-04-08 | s3:lib Use push_ucs2_talloc() in ms_fnmatch() | Andrew Bartlett | 1 | -7/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-07 | s3:charcnv Remove unused unistrcpy() and unistrlen() | Andrew Bartlett | 1 | -37/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-07 | s3:charcnv Remove unused unistr2 functions | Andrew Bartlett | 1 | -116/+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 | -46/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-07 | s3/smbconf_reg: Fix typo. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2009-04-07 | s3:smbldap convert the easy cases to push_utf8_talloc() | Andrew Bartlett | 1 | -8/+8 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-06 | Add read_smb_send/recv, dumping keepalives | Volker Lendecke | 1 | -0/+87 | |
2009-04-06 | s3:smbldap Remove smbldap_get_dn | Andrew Bartlett | 1 | -26/+4 | |
This removes one more caller to pull_utf8_allocate() Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-03-31 | Tidy up some convert_string_internal error cases, found by Andrew Bartlett. | Jeremy Allison | 1 | -6/+19 | |
Jeremy. | |||||
2009-03-27 | Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb ↵ | Jeremy Allison | 1 | -0/+27 | |
correctly. For the clustering case. Clustered setups should have only ever used the unsigned version of TDB_DATA in the first place so they can't be in this mess :-). Just do the normal upgrade in the clustered case. Jeremy. | |||||
2009-03-26 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 4 | -7/+25 | |
2009-03-26 | Fix a talloc/malloc screwup in file_lines_pload | Volker Lendecke | 1 | -1/+1 | |
Another bug due to careless merge to /lib :-((( Volker | |||||
2009-03-26 | s3-libnetapi: fix creds in libnetapi_open_ipc_connection(). | Günther Deschner | 1 | -0/+5 | |
Jeremy, this broke with 8dd1faaa2992851f6852ba7ea4498445af5faadd. Not sure if other users broke as well with that change. Guenther | |||||
2009-03-26 | s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong ↵ | Günther Deschner | 1 | -6/+12 | |
information. Guenther | |||||
2009-03-26 | Avahi disables a timer by tv=NULL in avahi_timeout_update(), do not crash | Volker Lendecke | 1 | -0/+7 | |
2009-03-25 | display_sec: Move to common libcli/security directory. | Jelmer Vernooij | 1 | -317/+0 | |
2009-03-25 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 2 | -6/+274 | |
2009-03-24 | wbclient: Fix use of wb_int_trans_send, queue parameter must not be NULL | Kai Blin | 1 | -6/+6 | |
2009-03-23 | Add tevent avahi binding | Volker Lendecke | 1 | -0/+268 | |
2009-03-20 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 11 | -252/+231 | |
2009-03-20 | s3-netapi: Fix Coverity #774 (REVERSE_INULL). | Günther Deschner | 1 | -6/+3 | |
Guenther | |||||
2009-03-20 | s3-netapi: Fix Coverity #775 (REVERSE_INULL). | Günther Deschner | 1 | -6/+3 | |
Guenther | |||||
2009-03-20 | s3-netapi: Fix Coverity #776 (REVERSE_INULL). | Günther Deschner | 1 | -7/+3 | |
Guenther | |||||
2009-03-19 | add a versiontest program to print samba_version_string(). | Michael Adam | 1 | -0/+26 | |
This is to allow for testing samba_version_string() without the need to compile any of the larger binaries like smbd or net... Michael | |||||
2009-03-19 | s3: Fix a free of an uninitialized variable in winbind_get_sid_aliases | Dan Sledz | 1 | -1/+0 | |
2009-03-19 | s3:lib/util_sock: use sys_recv() instead of sys_read() on sockets | Stefan Metzmacher | 1 | -2/+2 | |
This ways the pcap support in socket wrapper sees the received data. metze | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 3 | -10/+10 | |
Guenther | |||||
2009-03-18 | s3-rpc_parse: remove unused BUFFER5 and UNISTR3. | Günther Deschner | 1 | -16/+0 | |
Guenther | |||||
2009-03-17 | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 2 | -16/+56 | |
callers pass in a struct user_auth_info * instead. This commit causes smbc_set_credentials() to print out a message telling callers to use smbc_set_credentials_with_fallback() instead, as smbc_set_credentials() has a broken API (no SMBCCTX * pointer). No more global variables used in the connection manager API for client dfs calls. Jeremy. | |||||
2009-03-17 | s3:events: add support for immediate events | Stefan Metzmacher | 1 | -9/+15 | |
metze | |||||
2009-03-17 | s3:events: make use of tevent_common_loop_wait() | Stefan Metzmacher | 1 | -12/+1 | |
metze | |||||
2009-03-16 | Add some appropriate const. | Jeremy Allison | 1 | -8/+8 | |
Jeremy. | |||||
2009-03-16 | Remove unused async_req references from wb_reqtrans.c | Volker Lendecke | 1 | -37/+0 | |
2009-03-16 | Convert wb_trans to tevent_req | Volker Lendecke | 1 | -63/+49 | |
2009-03-16 | Remove an unnecessary variable | Volker Lendecke | 1 | -5/+4 | |
2009-03-16 | Make struct wb_context private to wbclient.c | Volker Lendecke | 1 | -0/+6 | |
2009-03-16 | Use tevent_wakeup_send in wb_trans | Volker Lendecke | 1 | -15/+13 | |
2009-03-16 | Convert open_socket_out_defer to tevent_req | Volker Lendecke | 1 | -29/+29 | |
2009-03-16 | Use tevent_wakeup_send in open_socket_out_defer | Volker Lendecke | 1 | -22/+15 | |
2009-03-15 | display_sec: Remove use of samba3-specific data types. | Jelmer Vernooij | 1 | -3/+3 | |
2009-03-15 | Add queue argument to wb_resp_write | Volker Lendecke | 1 | -2/+3 | |