Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB: | Jelmer Vernooij | 2009-04-23 | 2 | -17/+40 | |
| | | | | | | | * ldb_dn_new() now takes an initial DN string * ldb_dn_string_compose() -> ldb_dn_new_fmt() * dummy ldb_dn_validate(), since LDB DNs in the current implementation are always valid if they could be created. | |||||
* | ldb/samba3: Support event context argument to ldb_init(). | Jelmer Vernooij | 2009-04-23 | 8 | -9/+14 | |
| | | | | | | This argument is ignored (Samba3's LDB is synchronous) but having it there is useful for API compatibility with the LDB used by Samba 4 and available on some systems. | |||||
* | charcnv: Import push_codepoint(). | Jelmer Vernooij | 2009-04-23 | 1 | -0/+61 | |
| | ||||||
* | Fix a couple of warnings | Volker Lendecke | 2009-04-23 | 1 | -1/+1 | |
| | ||||||
* | Fix a type-punned warning | Volker Lendecke | 2009-04-23 | 1 | -1/+1 | |
| | ||||||
* | Fix Coverity ID 884: DEADCODE | Volker Lendecke | 2009-04-23 | 1 | -3/+4 | |
| | ||||||
* | s3: Use common security_descriptor_equal(). | Jelmer Vernooij | 2009-04-21 | 1 | -68/+0 | |
| | ||||||
* | s3-secdesc: move all winreg access bits to IDL. | Günther Deschner | 2009-04-21 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if | Jelmer Vernooij | 2009-04-20 | 2 | -19/+1 | |
| | | | | the system one is broken. | |||||
* | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 2009-04-20 | 3 | -37/+36 | |
|\ | ||||||
| * | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 2009-04-15 | 3 | -37/+36 | |
| | | | | | | | | | | | | | | What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy. | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 2009-04-15 | 1 | -0/+15 | |
|\| | | | | | | | libcli-auth-merge-without-netlogond | |||||
| * | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 2009-04-14 | 1 | -0/+15 | |
| | | | | | | | | Guenther | |||||
* | | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 2009-04-14 | 1 | -0/+38 | |
| | | | | | | | | | | This is particuarly in the netlogon client (but not server at this stage) | |||||
* | | More work to adapt to merged libcli/auth function prototypes | Andrew Bartlett | 2009-04-14 | 1 | -0/+1 | |
|/ | ||||||
* | s3:charcnv remove now unused malloc() based conversion functions | Andrew Bartlett | 2009-04-14 | 1 | -39/+0 | |
| | ||||||
* | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 2009-04-14 | 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 | |||||
* | Solve some of the conflict between Samba3 and Samba4 push_string | Andrew Bartlett | 2009-04-14 | 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. | |||||
* | Reactivate get_socket_port | Volker Lendecke | 2009-04-12 | 1 | -4/+1 | |
| | ||||||
* | s3-eventlog: split out evlog_convert_tdb_to_evt(). | Günther Deschner | 2009-04-08 | 1 | -0/+74 | |
| | | | | Guenther | |||||
* | s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server. | Günther Deschner | 2009-04-08 | 1 | -0/+960 | |
| | | | | Guenther | |||||
* | s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr(). | Günther Deschner | 2009-04-08 | 1 | -0/+4 | |
| | | | | Guenther | |||||
* | s3:lib Use push_ucs2_talloc() in ms_fnmatch() | Andrew Bartlett | 2009-04-08 | 1 | -7/+7 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3:charcnv Remove unused unistrcpy() and unistrlen() | Andrew Bartlett | 2009-04-07 | 1 | -37/+0 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3:charcnv Remove unused unistr2 functions | Andrew Bartlett | 2009-04-07 | 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> | |||||
* | s3:charcnv Remove unused ucs2_to_unistr2() | Andrew Bartlett | 2009-04-07 | 1 | -46/+0 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s3/smbconf_reg: Fix typo. | Karolin Seeger | 2009-04-07 | 1 | -1/+1 | |
| | | | | Karolin | |||||
* | s3:smbldap convert the easy cases to push_utf8_talloc() | Andrew Bartlett | 2009-04-07 | 1 | -8/+8 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | Add read_smb_send/recv, dumping keepalives | Volker Lendecke | 2009-04-06 | 1 | -0/+87 | |
| | ||||||
* | s3:smbldap Remove smbldap_get_dn | Andrew Bartlett | 2009-04-06 | 1 | -26/+4 | |
| | | | | | | This removes one more caller to pull_utf8_allocate() Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | Tidy up some convert_string_internal error cases, found by Andrew Bartlett. | Jeremy Allison | 2009-03-31 | 1 | -6/+19 | |
| | | | | Jeremy. | |||||
* | Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb ↵ | Jeremy Allison | 2009-03-27 | 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. | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 2009-03-26 | 4 | -7/+25 | |
|\ | ||||||
| * | Fix a talloc/malloc screwup in file_lines_pload | Volker Lendecke | 2009-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | Another bug due to careless merge to /lib :-((( Volker | |||||
| * | s3-libnetapi: fix creds in libnetapi_open_ipc_connection(). | Günther Deschner | 2009-03-26 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | Jeremy, this broke with 8dd1faaa2992851f6852ba7ea4498445af5faadd. Not sure if other users broke as well with that change. Guenther | |||||
| * | s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong ↵ | Günther Deschner | 2009-03-26 | 1 | -6/+12 | |
| | | | | | | | | | | | | information. Guenther | |||||
| * | Avahi disables a timer by tv=NULL in avahi_timeout_update(), do not crash | Volker Lendecke | 2009-03-26 | 1 | -0/+7 | |
| | | ||||||
* | | display_sec: Move to common libcli/security directory. | Jelmer Vernooij | 2009-03-25 | 1 | -317/+0 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 2009-03-25 | 2 | -6/+274 | |
|\| | ||||||
| * | wbclient: Fix use of wb_int_trans_send, queue parameter must not be NULL | Kai Blin | 2009-03-24 | 1 | -6/+6 | |
| | | ||||||
| * | Add tevent avahi binding | Volker Lendecke | 2009-03-23 | 1 | -0/+268 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 2009-03-20 | 11 | -252/+231 | |
|\| | ||||||
| * | s3-netapi: Fix Coverity #774 (REVERSE_INULL). | Günther Deschner | 2009-03-20 | 1 | -6/+3 | |
| | | | | | | | | Guenther | |||||
| * | s3-netapi: Fix Coverity #775 (REVERSE_INULL). | Günther Deschner | 2009-03-20 | 1 | -6/+3 | |
| | | | | | | | | Guenther | |||||
| * | s3-netapi: Fix Coverity #776 (REVERSE_INULL). | Günther Deschner | 2009-03-20 | 1 | -7/+3 | |
| | | | | | | | | Guenther | |||||
| * | add a versiontest program to print samba_version_string(). | Michael Adam | 2009-03-19 | 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 | |||||
| * | s3: Fix a free of an uninitialized variable in winbind_get_sid_aliases | Dan Sledz | 2009-03-19 | 1 | -1/+0 | |
| | | ||||||
| * | s3:lib/util_sock: use sys_recv() instead of sys_read() on sockets | Stefan Metzmacher | 2009-03-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | This ways the pcap support in socket wrapper sees the received data. metze | |||||
| * | s3: remove POLICY_HND. | Günther Deschner | 2009-03-18 | 3 | -10/+10 | |
| | | | | | | | | Guenther | |||||
| * | s3-rpc_parse: remove unused BUFFER5 and UNISTR3. | Günther Deschner | 2009-03-18 | 1 | -16/+0 | |
| | | | | | | | | Guenther |